|
Odd arrow keys and speak current character behavior with MinTTY under Windows Subsystem for Linux
If you would like to debug this yourself, you can probably start with class Terminal - defined in NVDAObjects/behaviors.py. But also, just curious, why can't you use normal command prompt if things ar
If you would like to debug this yourself, you can probably start with class Terminal - defined in NVDAObjects/behaviors.py. But also, just curious, why can't you use normal command prompt if things ar
|
By
Tony Malykh
· #79981
·
|
|
Silencing Reading of Numbers in NVDA
AH, I meant to use positive lookahead and lookbehind, not the negative ones. My brain was not working very clearly last night apparently. In case you still need the fancy one, here is the correct one:
AH, I meant to use positive lookahead and lookbehind, not the negative ones. My brain was not working very clearly last night apparently. In case you still need the fancy one, here is the correct one:
|
By
Tony Malykh
· #79819
·
|
|
Silencing Reading of Numbers in NVDA
Just use a simple regular expression: ,\d+, Or use negative lookahead and lookbehind to preserve the commas, something like: (?<!,)\d+(?!,) You can either do it via speech dictionary to remove them co
Just use a simple regular expression: ,\d+, Or use negative lookahead and lookbehind to preserve the commas, something like: (?<!,)\d+(?!,) You can either do it via speech dictionary to remove them co
|
By
Tony Malykh
· #79802
·
|
|
web page navigation
Try my TextNav add-on: https://github.com/mltony/nvda-text-nav/ It allows you to skip over ads, menus, images and stuff of that nature. --Tony
Try my TextNav add-on: https://github.com/mltony/nvda-text-nav/ It allows you to skip over ads, menus, images and stuff of that nature. --Tony
|
By
Tony Malykh
· #79775
·
|
|
NVDA and Math
Regarding access8math, it doesn't need MathPlayer. Actually I couldn't figure out how to use MathPlayer either, but Access8Math works perfectly. But I only tested it on wikipedia formulas, not sure ho
Regarding access8math, it doesn't need MathPlayer. Actually I couldn't figure out how to use MathPlayer either, but Access8Math works perfectly. But I only tested it on wikipedia formulas, not sure ho
|
By
Tony Malykh
· #79528
·
|
|
Inserting Latency in NVDA Speech and Bluetooth Audio
So regarding running the list, do you expect us to ask every time regarding the grey area topics? because the rules for this list state explicitly: > 6. Any topic that is not about using NVDA to accom
So regarding running the list, do you expect us to ask every time regarding the grey area topics? because the rules for this list state explicitly: > 6. Any topic that is not about using NVDA to accom
|
By
Tony Malykh
· #79471
·
|
|
Inserting Latency in NVDA Speech and Bluetooth Audio
On the other hand, if you are looking into switching to bluetooth headphones, I would strongly recommend to look into APTX LL bluetooth codec - it works with only 30ms latency - not noticeable by huma
On the other hand, if you are looking into switching to bluetooth headphones, I would strongly recommend to look into APTX LL bluetooth codec - it works with only 30ms latency - not noticeable by huma
|
By
Tony Malykh
· #79467
·
|
|
NVDA Verbosity for Grouping and sorting messages in Outlook - Can it be changed?
I can't help you with Outlook, but I just wanted to mention that this is one of the annoyances that prompted me to look for an alternative email client - and that's how I found Thunderbird. In terms o
I can't help you with Outlook, but I just wanted to mention that this is one of the annoyances that prompted me to look for an alternative email client - and that's how I found Thunderbird. In terms o
|
By
Tony Malykh
· #79466
·
|
|
Inserting Latency in NVDA Speech and Bluetooth Audio
Here is a quick hack. Open NVDA python console and type: import time originalSpeechSpeak = speech.speak def preSpeak(speechSequence, symbolLevel=None, *args, **kwargs): time.sleep(0.5) return original
Here is a quick hack. Open NVDA python console and type: import time originalSpeechSpeak = speech.speak def preSpeak(speechSequence, symbolLevel=None, *args, **kwargs): time.sleep(0.5) return original
|
By
Tony Malykh
· #79465
·
|
|
BluetoothAudio addon
The add-on will play silence for 60s or whatever you specify after the last utterance of your synthesizer to keep your audio device open.
The add-on will play silence for 60s or whatever you specify after the last utterance of your synthesizer to keep your audio device open.
|
By
Tony Malykh
· #79152
·
|
|
New Video: NVDA in Russia
The video doesn't seem to be available. When I clicked on the link, it says: This video has been removed by the uploader
The video doesn't seem to be available. When I clicked on the link, it says: This video has been removed by the uploader
|
By
Tony Malykh
· #78868
·
|
|
Navigating to a specific link when there are many on a webpage
Paragraph is a technical term within NVDA. Most likely your link is a paragraph. So just put the full text of your link in BrowserNav settings in browser marks field. Then you'd be able to jump there
Paragraph is a technical term within NVDA. Most likely your link is a paragraph. So just put the full text of your link in BrowserNav settings in browser marks field. Then you'd be able to jump there
|
By
Tony Malykh
· #77409
·
|
|
Navigating to a specific link when there are many on a webpage
With my BrowserNav add-on, you can set your link to be a "browser mark" - and then you can press letter J to jump to that mark. This would be essentially finding your link by its title, except you won
With my BrowserNav add-on, you can set your link to be a "browser mark" - and then you can press letter J to jump to that mark. This would be essentially finding your link by its title, except you won
|
By
Tony Malykh
· #77395
·
|
|
Few questions regarding the Place Markers add-on
Yes, all the browser marks will be applied to all domains. I know that configuration is not very intuitive at this point, but convenient configuration windows require a lot of UI work, which I don't h
Yes, all the browser marks will be applied to all domains. I know that configuration is not very intuitive at this point, but convenient configuration windows require a lot of UI work, which I don't h
|
By
Tony Malykh
· #76754
·
|
|
Few questions regarding the Place Markers add-on
In the absence of other replies, let me tell you about my add-on BrowserNav. One of the features is what I called browser marks. You can configure a regular expression to match any words that you want
In the absence of other replies, let me tell you about my add-on BrowserNav. One of the features is what I called browser marks. You can configure a regular expression to match any words that you want
|
By
Tony Malykh
· #76748
·
|
|
Accessible note taking apps
Hey, My two cents. I use Notepad++ with NVDA Add-on IndentNav to organize plain text into sections. You just need to keep your sections indented, and then you can have as many sections and subsections
Hey, My two cents. I use Notepad++ with NVDA Add-on IndentNav to organize plain text into sections. You just need to keep your sections indented, and then you can have as many sections and subsections
|
By
Tony Malykh
· #76619
·
|
|
Bug with Windows 10 Clipboard History
Hi Kara, Could you write down exact steps to reproduce this? What is clipboard history? I am experiencing sticky Control key often, but I don't have a reliable way to reproduce this. If I have one, I
Hi Kara, Could you write down exact steps to reproduce this? What is clipboard history? I am experiencing sticky Control key often, but I don't have a reliable way to reproduce this. If I have one, I
|
By
Tony Malykh
· #76544
·
|
|
nvda and browse verses focus mode and submenus: navigation of discord's submenus
You might want to try "Automatically set system focus to focusable elements off" mode - NVDA+NumRow 8 -it might help prevent autoexpanding menus. --Tony
You might want to try "Automatically set system focus to focusable elements off" mode - NVDA+NumRow 8 -it might help prevent autoexpanding menus. --Tony
|
By
Tony Malykh
· #75842
·
|
|
about audio related issue on bluetooth headset
Yes, this strongly suggests that you have some weird configuration of your audio devices. Youtube sound must be going to another audio device. VLC must be hijacking your audio by switching your blueto
Yes, this strongly suggests that you have some weird configuration of your audio devices. Youtube sound must be going to another audio device. VLC must be hijacking your audio by switching your blueto
|
By
Tony Malykh
· #74688
·
|
|
Discrepancy Between NVDA and Youtube sounds
I wrote an add-on for this. Tony's enhancements. You can adjust NVDA volume by pressing NVDA+Control+PageUp/PageDown - and by doing this you can match youtube volume . --Tony
I wrote an add-on for this. Tony's enhancements. You can adjust NVDA volume by pressing NVDA+Control+PageUp/PageDown - and by doing this you can match youtube volume . --Tony
|
By
Tony Malykh
· #74687
·
|