|
Focus keeps shifting in NVDA
The first thing I would try is disabling NVDA's mouse tracking. You're probably moving the mouse, and it reads what's under it.
The first thing I would try is disabling NVDA's mouse tracking. You're probably moving the mouse, and it reads what's under it.
|
By
Tyler Spivey
· #83527
·
|
|
unable to disable add ons for a given config profile?
You can go into the Input Gestures dialog and reassign any key you want. Simply go in and redefine the speech history keys to use the NVDA modifier and some other keys.
You can go into the Input Gestures dialog and reassign any key you want. Simply go in and redefine the speech history keys to use the NVDA modifier and some other keys.
|
By
Tyler Spivey
· #83181
·
|
|
OK, great regex and NVDA Dictionary Gurus
No. It just keeps going, with the replaced text. So your first entry is conflicting with the second one. To figure this out, I replaced 1 with 2, then 2 with 3. When I hit 1, it said 3.
No. It just keeps going, with the replaced text. So your first entry is conflicting with the second one. To figure this out, I replaced 1 with 2, then 2 with 3. When I hit 1, it said 3.
|
By
Tyler Spivey
· #82754
·
|
|
OK, great regex and NVDA Dictionary Gurus
I've never heard NVDA say prime. That must be something with your setup, or you're not sending it the characters you think you are. I did the following: 1. Created a new NVDA config (Run, nvda -c c:\u
I've never heard NVDA say prime. That must be something with your setup, or you're not sending it the characters you think you are. I did the following: 1. Created a new NVDA config (Run, nvda -c c:\u
|
By
Tyler Spivey
· #82747
·
|
|
locked
jackson tts
Surely that's between him and Acapela. Acapela is an active company, and if it was truly illegal then they would deal with it. It should not be up to us to say what is legal or what's not, since there
Surely that's between him and Acapela. Acapela is an active company, and if it was truly illegal then they would deal with it. It should not be up to us to say what is legal or what's not, since there
|
By
Tyler Spivey
· #82528
·
|
|
Set NVDA Modifier as a Sticky Key
Hi. If you use the sticky keys feature of Windows, the NVDA modifier automatically becomes sticky. If you don't want to use sticky keys, try this addon I wrote a while ago for a similar question. Once
Hi. If you use the sticky keys feature of Windows, the NVDA modifier automatically becomes sticky. If you don't want to use sticky keys, try this addon I wrote a while ago for a similar question. Once
|
By
Tyler Spivey
· #82497
·
|
|
Sleep mode
The easiest way to do this is to enable the scratchpad in NVDA's advanced settings, then create a file in appModules called appname.py, where appname is the name of your executable without the extensi
The easiest way to do this is to enable the scratchpad in NVDA's advanced settings, then create a file in appModules called appname.py, where appname is the name of your executable without the extensi
|
By
Tyler Spivey
· #82168
·
|
|
changing English to Spanish: English accent
Did you change the voice to match the language? If you don't have a Spanish voice installed, it won't work. If you want OneCore, you'll have to go into the speech settings and install one, then switch
Did you change the voice to match the language? If you don't have a Spanish voice installed, it won't work. If you want OneCore, you'll have to go into the speech settings and install one, then switch
|
By
Tyler Spivey
· #81467
·
|
|
pressing shift capslock m with an ahk script?
I couldn't get it working with caps lock, but try insert. send {insert down} send +m send {insert up}
I couldn't get it working with caps lock, but try insert. send {insert down} send +m send {insert up}
|
By
Tyler Spivey
· #80970
·
|
|
is there some setting that controls this?
What's the long way? You can just press NVDA+f2, Windows+tab, or redefine that key in WinWizard.
What's the long way? You can just press NVDA+f2, Windows+tab, or redefine that key in WinWizard.
|
By
Tyler Spivey
· #80967
·
|
|
is there some setting that controls this?
Then why does Narrator give the proper count if this is the case?
Then why does Narrator give the proper count if this is the case?
|
By
Tyler Spivey
· #80955
·
|
|
Double Tone
That's the error tone. If you look in the log viewer after it plays, you'll see what happened.
That's the error tone. If you look in the log viewer after it plays, you'll see what happened.
|
By
Tyler Spivey
· #80661
·
|
|
Questions regarding SwitchSynth
The appeal is that any accidental changes to speech rate, keyboard echo, or any other NVDA setting will not become permanently locked into that profile. Imagine this: you create a config profile for a
The appeal is that any accidental changes to speech rate, keyboard echo, or any other NVDA setting will not become permanently locked into that profile. Imagine this: you create a config profile for a
|
By
Tyler Spivey
· #80607
·
|
|
Questions regarding SwitchSynth
Some keyboards aren't able to press certain combinations of keys. That might be why the first slot won't work. One current limitation of the addon is that you can only bind the keys to modifiers and n
Some keyboards aren't able to press certain combinations of keys. That might be why the first slot won't work. One current limitation of the addon is that you can only bind the keys to modifiers and n
|
By
Tyler Spivey
· #80593
·
|
|
How to turn off NVDA
Can you tell us exactly what happens when you turn off NVDA (or record it)? Here's what should happen: 1. Press NVDA+q to quit. It should pop up the Exit NVDA dialog. 2. Press enter. You should hear t
Can you tell us exactly what happens when you turn off NVDA (or record it)? Here's what should happen: 1. Press NVDA+q to quit. It should pop up the Exit NVDA dialog. 2. Press enter. You should hear t
|
By
Tyler Spivey
· #80218
·
|
|
Odd arrow keys and speak current character behavior with MinTTY under Windows Subsystem for Linux
No, it wasn't. I don't use mintty at all, but I just tried it and got the same result as you. Press alt space, Options, change the cursor type from Line to Underscore.
No, it wasn't. I don't use mintty at all, but I just tried it and got the same result as you. Press alt space, Options, change the cursor type from Line to Underscore.
|
By
Tyler Spivey
· #79980
·
|
|
NVDA not reading anything but plain text
What do you expect it to read?
What do you expect it to read?
|
By
Tyler Spivey
· #79914
·
|
|
Does NVDA turn role=application into Browse mode traps?
Try pressing CTRL+NVDA+space.
Try pressing CTRL+NVDA+space.
|
By
Tyler Spivey
· #79781
·
|
|
Making NVDA profiles in diffrent languages
That has disadvantages. Those portable copies won't be able to access anything requiring elevation. Instead, call NVDA with -c and the path of a new config directory. For example, I can run: nvda -c c
That has disadvantages. Those portable copies won't be able to access anything requiring elevation. Instead, call NVDA with -c and the path of a new config directory. For example, I can run: nvda -c c
|
By
Tyler Spivey
· #79458
·
|
|
Switch Synth
Download version 1.03 from here. The website says 1.02, but it's actually 1.03. https://addons.nvda-project.org/addons/switchSynth.en.html
Download version 1.03 from here. The website says 1.02, but it's actually 1.03. https://addons.nvda-project.org/addons/switchSynth.en.html
|
By
Tyler Spivey
· #79215
·
|