|
Uninstalling/Reinstalling NVDA - What happens behind the scenes?
Yes.
By
Tyler Spivey
· #72451
·
|
|
strange behavior with NVDA 2019.3
Audio enhancements. See if you can turn them off. Just go to Run and type mmsys.cpl, then select your playback device, properties, and see if it has an enhancements tab. There should be a disable chec
Audio enhancements. See if you can turn them off. Just go to Run and type mmsys.cpl, then select your playback device, properties, and see if it has an enhancements tab. There should be a disable chec
|
By
Tyler Spivey
· #72431
·
|
|
another thunderbird issue with focus loss this time
Try going to Tools, Account Settings, Junk Settings, and unchecking Enable adaptive junk mail controls for this account.
Try going to Tools, Account Settings, Junk Settings, and unchecking Enable adaptive junk mail controls for this account.
|
By
Tyler Spivey
· #72257
·
|
|
Nvda says "Unknown"
Maybe some window is taking focus after NVDA starts. You can ignore this.
Maybe some window is taking focus after NVDA starts. You can ignore this.
|
By
Tyler Spivey
· #72204
·
|
|
Nvda says "Unknown"
Does it say unknown all the time when trying to use firefox or chrome, or just once at startup?
Does it say unknown all the time when trying to use firefox or chrome, or just once at startup?
|
By
Tyler Spivey
· #72200
·
|
|
NVDA not announcing left/right panel in 64-bit Total Commander
Why don't you report this on the TC forum? It would take the developer a few minutes to fix, and would save a lot of work figuring this out in an addon. There's an addon for this somewhere, searching
Why don't you report this on the TC forum? It would take the developer a few minutes to fix, and would save a lot of work figuring this out in an addon. There's an addon for this somewhere, searching
|
By
Tyler Spivey
· #71753
·
|
|
Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Yes. Alternatively, this should work for both: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, u"c:\\windows\\sysw
Yes. Alternatively, this should work for both: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, u"c:\\windows\\sysw
|
By
Tyler Spivey
· #71452
·
|
|
Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll", None)
import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll", None)
|
By
Tyler Spivey
· #71446
·
|
|
Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Yes, the original line in #9039: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll
Yes, the original line in #9039: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll
|
By
Tyler Spivey
· #71442
·
|
|
Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Ultimately, if it's the issue I think it is, it's NV Access' responsibility to fix it once and for all. However, since they don't seem to be doing anything about it... My guess is this is an instance
Ultimately, if it's the issue I think it is, it's NV Access' responsibility to fix it once and for all. However, since they don't seem to be doing anything about it... My guess is this is an instance
|
By
Tyler Spivey
· #71405
·
|
|
NVDA automatically switches between two synthesizers
You probably have a config profile. If you don't want one, delete it. If you do, then go read the docs to understand how they work, and how absolutely broken the design is.
You probably have a config profile. If you don't want one, delete it. If you do, then go read the docs to understand how they work, and how absolutely broken the design is.
|
By
Tyler Spivey
· #71373
·
|
|
Can I bundle the remote addon with NVDA?
Why is this not recommended?
Why is this not recommended?
|
By
Tyler Spivey
· #71314
·
|
|
Can I bundle the remote addon with NVDA?
Then you install the portable copy onto the system with the option in the Tools menu. You could also try running as admin after you run it the first time. If you use 2019.3, the default action of nvda
Then you install the portable copy onto the system with the option in the Tools menu. You could also try running as admin after you run it the first time. If you use 2019.3, the default action of nvda
|
By
Tyler Spivey
· #71312
·
|
|
Can I bundle the remote addon with NVDA?
Sure you can. Create a portable NVDA and install remote. Set it up to autoconnect. After that, create a self-extracting archive which automatically runs it. For example, see 7-Zip's help file for -sfx
Sure you can. Create a portable NVDA and install remote. Set it up to autoconnect. After that, create a self-extracting archive which automatically runs it. For example, see 7-Zip's help file for -sfx
|
By
Tyler Spivey
· #71310
·
|
|
Changing speech rate not working
Try the insert key on the keyboard; maybe that'll work. Or maybe your keyboard just can't do it. To reassign the gesture, go to the NVDA menu, Preferences, Input gestures. Find it in there and reassig
Try the insert key on the keyboard; maybe that'll work. Or maybe your keyboard just can't do it. To reassign the gesture, go to the NVDA menu, Preferences, Input gestures. Find it in there and reassig
|
By
Tyler Spivey
· #71037
·
|
|
Changing speech rate not working
Try using caps lock instead of insert, or the other insert key. Some keyboards aren't capable of registering certain combinations of keys, and yours might be one of them. If that doesn't work, you can
Try using caps lock instead of insert, or the other insert key. Some keyboards aren't capable of registering certain combinations of keys, and yours might be one of them. If that doesn't work, you can
|
By
Tyler Spivey
· #71028
·
|
|
Transfering configuration profile settings from a portable copy to an installed copy?
There's an install NVDA option in the tools menu. You can use that, or if you already have it installed, just copy the contents of portable directory\userconfig to %appdata% vda.
There's an install NVDA option in the tools menu. You can use that, or if you already have it installed, just copy the contents of portable directory\userconfig to %appdata% vda.
|
By
Tyler Spivey
· #70947
·
|
|
Changing speech rate not working
No problem. Assuming you're using OneCore or eSpeak, You need to turn on rate boost. Use ctrl+nvda+shift+left and right arrows until you find it, then use CTRL+nvda+shift+up and down to toggle it betw
No problem. Assuming you're using OneCore or eSpeak, You need to turn on rate boost. Use ctrl+nvda+shift+left and right arrows until you find it, then use CTRL+nvda+shift+up and down to toggle it betw
|
By
Tyler Spivey
· #70944
·
|
|
Changing speech rate not working
If you're using the laptop layout, try ctrl+insert+shift+up.
If you're using the laptop layout, try ctrl+insert+shift+up.
|
By
Tyler Spivey
· #70941
·
|
|
question for Tyler Spivey. regarding clip speak
Clipspeak? That wasn't me. Go ask its author. Looking at the webpage on the addons site, it's compatible.
Clipspeak? That wasn't me. Go ask its author. Looking at the webpage on the addons site, it's compatible.
|
By
Tyler Spivey
· #70886
·
|