|
Threaded emails view in Outlook
Brian, I have View ribbon > show messages as conversations > Conversation Settings > Always expand selected conversation unchecked, yet Outlook still keeps autoexpanding conversations. Am I doing some
Brian, I have View ribbon > show messages as conversations > Conversation Settings > Always expand selected conversation unchecked, yet Outlook still keeps autoexpanding conversations. Am I doing some
|
By
Tony Malykh
· #58096
·
|
|
Threaded emails view in Outlook
This is exactly what I was looking for, it works! Thanks for the tip!
This is exactly what I was looking for, it works! Thanks for the tip!
|
By
Tony Malykh
· #58097
·
|
|
Invisible Dropbox pop-ups
I have been experiencing the same bug with Dropbox since last week. I have a friend who works at Dropbox and I asked her to report it - she reported it directly to the right team - the one working on
I have been experiencing the same bug with Dropbox since last week. I have a friend who works at Dropbox and I asked her to report it - she reported it directly to the right team - the one working on
|
By
Tony Malykh
· #58319
·
|
|
Invisible Dropbox pop-ups
I highly suspect these windows are invisible - Dropbox wouldn't ship an update that annoys sighted users every hour with a useless window like this. That would be too egregious of a bug.
I highly suspect these windows are invisible - Dropbox wouldn't ship an update that annoys sighted users every hour with a useless window like this. That would be too egregious of a bug.
|
By
Tony Malykh
· #58427
·
|
|
Invisible Dropbox pop-ups
What's the version of your Dropbox? Maybe you're lucky and you have received an update?
What's the version of your Dropbox? Maybe you're lucky and you have received an update?
|
By
Tony Malykh
· #58428
·
|
|
strange issue likely NVDA related
What is your Dropbox version?
What is your Dropbox version?
|
By
Tony Malykh
· #58743
·
|
|
Punctuation/Symbol pronunciation
Brian, Let me try to describe it in other words. We have 4 punctuation verbosity settings that can be cycled through using NVDA+P. They are None, Some, Most and All. All is clear - just read all punct
Brian, Let me try to describe it in other words. We have 4 punctuation verbosity settings that can be cycled through using NVDA+P. They are None, Some, Most and All. All is clear - just read all punct
|
By
Tony Malykh
· #58760
·
|
|
No line breaks when reading pdf file in Adobe Reader with NVDA
I don't have the problem you're describing on my computer, so I don't know how to fix it, but for what it's worth, I can offer two potential workarounds. 1. Use SentenceNav add-on to read the PDF sent
I don't have the problem you're describing on my computer, so I don't know how to fix it, but for what it's worth, I can offer two potential workarounds. 1. Use SentenceNav add-on to read the PDF sent
|
By
Tony Malykh
· #59569
·
|
|
Selecting sentences with NVDA
Hi, there is actually a way. Navigate to the sentence you want to select with Alt+Down/Up. The cursor at this moment is actually at the beginning of the sentence. So press NVDA+F9 to mark the start of
Hi, there is actually a way. Navigate to the sentence you want to select with Alt+Down/Up. The cursor at this moment is actually at the beginning of the sentence. So press NVDA+F9 to mark the start of
|
By
Tony Malykh
· #60025
·
|
|
locked
Reading past the visible screen on a CMD Window?
Hi As others have said, the best option would probably be to redirect your output into a file and then open that file in the editor of your choice. Since you mentioned you're working over ssh, you wou
Hi As others have said, the best option would probably be to redirect your output into a file and then open that file in the editor of your choice. Since you mentioned you're working over ssh, you wou
|
By
Tony Malykh
· #62254
·
|
|
locked
Reading past the visible screen on a CMD Window?
I haven't worked with npm, but it sounds like npm might be printing errors to stderr instead of stdout. Try: npm start > filename.txt 2>&1
I haven't worked with npm, but it sounds like npm might be printing errors to stderr instead of stdout. Try: npm start > filename.txt 2>&1
|
By
Tony Malykh
· #62940
·
|
|
Tabs on web Pages
Not quite answering your question, but related to the question of tabs navigation: My add-on BrowserNav adds browse mode shortcuts Y and Shift+Y to jump to next/previous tab on web pages. Then of cour
Not quite answering your question, but related to the question of tabs navigation: My add-on BrowserNav adds browse mode shortcuts Y and Shift+Y to jump to next/previous tab on web pages. Then of cour
|
By
Tony Malykh
· #63121
·
|
|
NVDA in Employment
My two cents: I use NVDA at work. My reasons are: 1. Superior scripting. I wrote half a dozen NVDA add-ons that greatly boost my productivity. For example, IndentNav, TextNav, BrowserNav. Writing simi
My two cents: I use NVDA at work. My reasons are: 1. Superior scripting. I wrote half a dozen NVDA add-ons that greatly boost my productivity. For example, IndentNav, TextNav, BrowserNav. Writing simi
|
By
Tony Malykh
· #64646
·
|
|
A point on email clients
There are many command-line email clients, that you can try. One of the most popular ones is alpine, I have heard that blind people managed to successfully use it. I have to confess I haven't tried it
There are many command-line email clients, that you can try. One of the most popular ones is alpine, I have heard that blind people managed to successfully use it. I have to confess I haven't tried it
|
By
Tony Malykh
· #64664
·
|
|
Bluetooth problem
My add-on won't help here unfortunately - since it only works with audio devices. I have experienced similar connectivity problems a while ago with my bluetooth headphones and it was resolved after in
My add-on won't help here unfortunately - since it only works with audio devices. I have experienced similar connectivity problems a while ago with my bluetooth headphones and it was resolved after in
|
By
Tony Malykh
· #65103
·
|
|
NVDA Alpha 18747 and Browse Mode
I'm getting very similar exceptions on the latest alpha in browse mode. However, in my case they don't affect the usability - they are being thrown every now and then, but the websites are still worki
I'm getting very similar exceptions on the latest alpha in browse mode. However, in my case they don't affect the usability - they are being thrown every now and then, but the websites are still worki
|
By
Tony Malykh
· #65491
·
|
|
Question About Copying Text
I believe this is a feature (or a known problem) of NVDA - all the copy/paste commands in NVDA operate only on plain text. I just checked with Jaws - it can preserve formatting and hyperlinks when cop
I believe this is a feature (or a known problem) of NVDA - all the copy/paste commands in NVDA operate only on plain text. I just checked with Jaws - it can preserve formatting and hyperlinks when cop
|
By
Tony Malykh
· #65546
·
|
|
Question About Copying Text
That's not true. Control+C seems to be defined as NVDA shortcut, that overrides default Windows shortcut, see cursorManager.py: def script_copyToClipboard(self,gesture): On the other hand, my workarou
That's not true. Control+C seems to be defined as NVDA shortcut, that overrides default Windows shortcut, see cursorManager.py: def script_copyToClipboard(self,gesture): On the other hand, my workarou
|
By
Tony Malykh
· #65570
·
|
|
locked
blank line reading by NVDA
I am now working on a new add-on called Phonetic Punctuation - I hope to release a stable version in the next couple of weeks - it will allow you to accomplish that. It can also replace the word blank
I am now working on a new add-on called Phonetic Punctuation - I hope to release a stable version in the next couple of weeks - it will allow you to accomplish that. It can also replace the word blank
|
By
Tony Malykh
· #66182
·
|
|
Quick default hot key question
By default AudioChart assigns NVDA+a shortcut in desktop layout and nvda+control+shift+a in laptop layout. Is your NVDA running in Laptop layout? In any case, you can always change default hotkeys in
By default AudioChart assigns NVDA+a shortcut in desktop layout and nvda+control+shift+a in laptop layout. Is your NVDA running in Laptop layout? In any case, you can always change default hotkeys in
|
By
Tony Malykh
· #66771
·
|