|
| 1 | +#NVDA Remote Access |
| 2 | +Version 1.0 |
| 3 | + |
| 4 | +Welcome to the NVDA Remote Access addon, which will allow you to connect to another computer running the free NVDA screen reader. It makes no difference whether you are across the room or across the world. Connecting is simple, and there are very few commands to remember. You can connect to another person's computer, or allow a trusted person to connect to your system to perform routine maintenance, diagnose a problem, or provide training. |
| 5 | + |
| 6 | +##Before You Begin |
| 7 | + |
| 8 | +You will need to have installed NVDA on both computers, and obtain the NVDA Remote Access addon. |
| 9 | +The installation of both NVDA and the Remote Access addon are standard. If you need more information, this can be found in NVDA's User Guide. |
| 10 | + |
| 11 | +##Starting a remote session through a relay server |
| 12 | +###Controlled computer |
| 13 | +1. Open the NVDA menu, Tools, Remote, Connect. |
| 14 | +2. Choose client in the first radio button. |
| 15 | +3. Select Allow this machine to be controlled in the second set of radio buttons. |
| 16 | +4. In the host field, enter the host of the server you are connecting to, for example nvdaremote.com. |
| 17 | +5. Enter a key into the key field, or press the generate key button. |
| 18 | +The key is what others will use to control your computer. |
| 19 | +The machine being controlled and all its clients need to use the same key. |
| 20 | +6. Press ok. Once done, you will hear a tone and connected. |
| 21 | + |
| 22 | +###Controlling computer |
| 23 | +1. Open the NVDA menu, Tools, Remote, Connect. |
| 24 | +2. Choose client in the first radio button. |
| 25 | +3. Select Control another machine in the second set of radio buttons. |
| 26 | +4. In the host field, enter the host of the server you are connecting to, for example nvdaremote.com. |
| 27 | +5. Enter a key into the key field, or press the generate key button. |
| 28 | +The machine being controlled and all its clients need to use the same key. |
| 29 | +6. Press ok. Once done, you will hear a tone and connected. |
| 30 | + |
| 31 | +##Direct connections |
| 32 | +The server option in the connect dialog allows you to set up a direct connection. |
| 33 | +Once selecting this, select which mode your end of the connection wwill be in. |
| 34 | +The other pperson will connect to you using the opposite. |
| 35 | + |
| 36 | +Once the mode is selected, you can use the Get External IP button to get your external IP address and |
| 37 | +make sure the port is forwarded correctly. |
| 38 | +If portcheck detects that your port (6837) is not reachable, a warning will appear. |
| 39 | +Forward your port and try again. |
| 40 | +Note: The process for forwarding ports is outside of the scope of this document. Please consult the information provided with your router for further instruction. |
| 41 | + |
| 42 | +Enter a key into the key field, or press generate. The other person will need your external IP along with the key to connect. |
| 43 | + |
| 44 | +Once ok is pressed, you will be connected. |
| 45 | +When the other person connects, you can use NVDA Remote normally. |
| 46 | + |
| 47 | +##Sending keys |
| 48 | +Once the session is connected, the controlling machine can then press f11 to start sending keys. |
| 49 | +When NVDA says sending keys, the keys you press will go to the remote machine. Press f11 again to stop sending keys and switch back to the controlling machine. |
| 50 | +For best compatibility, please ensure that the keyboard layouts on both machines match. |
| 51 | + |
| 52 | +##Send Ctrl+Alt+Del |
| 53 | +While sending keys, it is not possible to send the CTRL+Alt+del combination normally. |
| 54 | +If you need to send CTRL+Alt+del, and the remote system is on the secure desktop, use this command. |
| 55 | + |
| 56 | +##Remotely Controlling an Unattended Computer |
| 57 | + |
| 58 | +Sometimes, you may wish to control one of your own computers remotely. This is especially helpful if you are traveling, and you wish to control your home PC from your laptop. Or, you may want to control a computer in one room of your house while sitting outside with another PC. A little advanced preparation makes this convenient and possible. |
| 59 | + |
| 60 | +1. Enter the NVDA menu, and choose Tools, then Remote. Finally, press Enter on Options. |
| 61 | +2. Check the box that says, "Auto connect to control server on startup". |
| 62 | +3. Fill in the Host and Key fields, tab to OK, and press Enter. |
| 63 | +4. Please note: the Generate Key option is not available in this situation. It is best to come up with a key you will remember so you can easily use it from any remote location. |
| 64 | + |
| 65 | +##Muting Speech on the Remote Computer |
| 66 | +If you do not wish to hear the remote computer's speech, simply access the NVDA menu, Tools, and Remote. Arrow down to Mute Remote Speech, and press Enter. |
| 67 | + |
| 68 | + |
| 69 | +##Ending a remote Session |
| 70 | + |
| 71 | +To end a remote session, do the following: |
| 72 | + |
| 73 | +1. On the controlling computer, press F11 to stop sending keys. You should hear the message: "Not sending keys." If you instead hear a message that you are sending keys, press F11 once more. |
| 74 | + |
| 75 | +2. Access the NVDA menu, then Tools, Remote, and press Enter on Disconnect. |
| 76 | + |
| 77 | +##Push clipboard |
| 78 | +The Push clipboard option in the remote menu allows you to push text from your clipboard. |
| 79 | +when activated, any text on the clipboard will be pushed to the other machines. |
| 80 | + |
| 81 | +##Configuring NVDA Remote to Work on a Secure Desktop |
| 82 | + |
| 83 | +In order for NVDA Remote to work on the secure desktop, the addon must be installed in the NVDA running on the secure desktop. |
| 84 | + |
| 85 | +1. From the NVDA menu, select Preferences, then General Settings. |
| 86 | + |
| 87 | +2. Tab to the Use Currently Saved Settings on the Logon and Other Secure Screens (requires administrator privileges) button, and press Enter. |
| 88 | + |
| 89 | +3. Answer Yes to the prompts regarding copying your settings and about copying plugins, and respond to the User Account Control prompt that may appear. |
| 90 | +4. When settings are copied, press Enter to dismiss the OK button. Tab to OK and Enter once more to exit the dialog. |
| 91 | + |
| 92 | +Once NVDA Remote is installed on the secure desktop, if you are currently being controlled in a remote session, |
| 93 | +the secure desktop will read when switched to. |
0 commit comments