|
How to read Command Prompt using NVDA
That doesn't give us much to go on. What are you pressing? You should be using the review cursor. The keys are in the commands reference, but if you've got a numpad then numpad 7/8/9 should read lines
That doesn't give us much to go on. What are you pressing? You should be using the review cursor. The keys are in the commands reference, but if you've got a numpad then numpad 7/8/9 should read lines
|
By
Tyler Spivey
· #15159
·
|
|
Lines with unknown characters aren't spoken
What are you using for a synth? Does this also happen with eSpeak?
What are you using for a synth? Does this also happen with eSpeak?
|
By
Tyler Spivey
· #15260
·
|
|
Sapi5 questions
For the second issue, check out Switch Synth, available on the add-ons site.
For the second issue, check out Switch Synth, available on the add-ons site.
|
By
Tyler Spivey
· #15282
·
|
|
nvda announcing clipboard functions and other keystrokes
Here's how to fix this, and hopefully have it wait until something has been copied. * Write an addon which binds control x and control c. When you press one of these keys, It sets a flag. * Have the a
Here's how to fix this, and hopefully have it wait until something has been copied. * Write an addon which binds control x and control c. When you press one of these keys, It sets a flag. * Have the a
|
By
Tyler Spivey
· #15333
·
|
|
Has anyone else had this happen? random buzzing sound since upgrading to 17.1 ...
That's the spelling error sound. To turn it off, go to the NVDA menu, Preferences, Keyboard settings, and uncheck "Play sound for spelling errors while typing".
That's the spelling error sound. To turn it off, go to the NVDA menu, Preferences, Keyboard settings, and uncheck "Play sound for spelling errors while typing".
|
By
Tyler Spivey
· #15729
·
|
|
Accessible File Managers
Try Explorer++. https://explorerplusplus.com/
Try Explorer++. https://explorerplusplus.com/
|
By
Tyler Spivey
· #16173
·
|
|
Phone support: Re: [nvda] No remote speech with the NVDA Remote Addon
Please tell me the exact steps you take to connect, including which radio buttons you check, and on which computers.
Please tell me the exact steps you take to connect, including which radio buttons you check, and on which computers.
|
By
Tyler Spivey
· #16406
·
|
|
Additionally: Re: Phone support: Re: [nvda] No remote speech with the NVDA Remote Addon
Try taking RDP out of the picture. If you disconnect from an RDP session, NVDA Remote doesn't work anymore. Try it with both machines on the console.
Try taking RDP out of the picture. If you disconnect from an RDP session, NVDA Remote doesn't work anymore. Try it with both machines on the console.
|
By
Tyler Spivey
· #16409
·
|
|
Additionally: Re: Phone support: Re: [nvda] No remote speech with the NVDA Remote Addon
Correct, you're going through nvdaremote.com, so don't have to forward anything. If you have Skype, it might be easier if I call you and we try to sort this out, it would be faster than email. I'm tsp
Correct, you're going through nvdaremote.com, so don't have to forward anything. If you have Skype, it might be easier if I call you and we try to sort this out, it would be faster than email. I'm tsp
|
By
Tyler Spivey
· #16411
·
|
|
Intro and help needed
Make sure the baud rate in the addon and the Doubletalk match. Taking the addon from Jeff's site, on line 74 of doubletalk.py we have: port = serial.serial_for_url(PORT, 12000) I don't know why it's s
Make sure the baud rate in the addon and the Doubletalk match. Taking the addon from Jeff's site, on line 74 of doubletalk.py we have: port = serial.serial_for_url(PORT, 12000) I don't know why it's s
|
By
Tyler Spivey
· #17102
·
|
|
Intro and help needed
This code is forcing the volume and a few other parameters, independent of what you set. Let's clear those. Right near line 96, it says: _bgExec(serialQueue, bgWrite, '\x013a\x012x\x017v'+text+'\r') C
This code is forcing the volume and a few other parameters, independent of what you set. Let's clear those. Right near line 96, it says: _bgExec(serialQueue, bgWrite, '\x013a\x012x\x017v'+text+'\r') C
|
By
Tyler Spivey
· #17136
·
|
|
NVDA with Remote Desktop Services
It won't support this directly. The best you'll be able to get is the following: 1. Start an RDP connection. 2. Connect NVDA Remote somewhere on both machines. That should work.
It won't support this directly. The best you'll be able to get is the following: 1. Start an RDP connection. 2. Connect NVDA Remote somewhere on both machines. That should work.
|
By
Tyler Spivey
· #17804
·
|
|
Multi-User-Dungeons and NVDA
You need a plugin which supports NVDA. This page should get you going. https://allinaccess.com/mc/ Download MushReader from there.
You need a plugin which supports NVDA. This page should get you going. https://allinaccess.com/mc/ Download MushReader from there.
|
By
Tyler Spivey
· #18183
·
|
|
query about an add on
Speak command keys is NVDA+4. Insert symbols is NVDA+CTRL+4.
Speak command keys is NVDA+4. Insert symbols is NVDA+CTRL+4.
|
By
Tyler Spivey
· #18294
·
|
|
NVDA with lefthanded keyboard
The default keys can be redefined with the Input Gestures dialog. NVDA also works with Sticky Keys, a feature built in to Windows which allows you to press modifier keys once and have them stick until
The default keys can be redefined with the Input Gestures dialog. NVDA also works with Sticky Keys, a feature built in to Windows which allows you to press modifier keys once and have them stick until
|
By
Tyler Spivey
· #18387
·
|
|
Best Way To Remove Nvda And Do A Clean Install
NVDA is in several parts. The program can be removed with Programs and Features. The user configuration won't be removed when the program is, and this confuses a lot of people. Do this: 1. From the Ru
NVDA is in several parts. The program can be removed with Programs and Features. The user configuration won't be removed when the program is, and this confuses a lot of people. Do this: 1. From the Ru
|
By
Tyler Spivey
· #18470
·
|
|
Windows Key commands not working?
Some VMware tips. First, VMware does some mapping of the keys to give you more mac-like functionality (e.g. cmd+c for copy, etc). This can be disabled in the preferences, I think it's called keyboard
Some VMware tips. First, VMware does some mapping of the keys to give you more mac-like functionality (e.g. cmd+c for copy, etc). This can be disabled in the preferences, I think it's called keyboard
|
By
Tyler Spivey
· #18561
·
|
|
Windows Key commands not working?
What isn't working with SharpKeys? Remember that by default, the cmd key is mapped to Windows and the option key is mapped to alt.
What isn't working with SharpKeys? Remember that by default, the cmd key is mapped to Windows and the option key is mapped to alt.
|
By
Tyler Spivey
· #18592
·
|
|
Windows Key commands not working?
The reason windows a doesn't work is because your vmware keyboard profile is remapping that to ctrl+a. Go into preferences and disable the keyboard profile (you might need to make a new one with all t
The reason windows a doesn't work is because your vmware keyboard profile is remapping that to ctrl+a. Go into preferences and disable the keyboard profile (you might need to make a new one with all t
|
By
Tyler Spivey
· #18595
·
|
|
NVDA 2017 error
Uninstalling NVDA won't fix this, because it doesn't delete the user configuration. The easiest way to fix this is: 1. Press Windows+r to bring up the Run dialog. 2. Type: %appdata% vda 3. Press enter
Uninstalling NVDA won't fix this, because it doesn't delete the user configuration. The easiest way to fix this is: 1. Press Windows+r to bring up the Run dialog. 2. Type: %appdata% vda 3. Press enter
|
By
Tyler Spivey
· #18758
·
|