|
slow NVDA
Actually, while generally, slow NVDA isn't a problem for me, it does happen when typing comments indo facebook. Otherwise, I have no issues of the sort described. But, since facebook is something I ra
Actually, while generally, slow NVDA isn't a problem for me, it does happen when typing comments indo facebook. Otherwise, I have no issues of the sort described. But, since facebook is something I ra
|
By
...
· #26163
·
|
|
how to get the blank lines not to be spoken when using NVDA to read mail in thunderbird?
I'm not sure why this question with thunderbird even comes up. When you press enter on a message, thunderbird automatically reads the message, there's no need to arrow down or use read to end at all,
I'm not sure why this question with thunderbird even comes up. When you press enter on a message, thunderbird automatically reads the message, there's no need to arrow down or use read to end at all,
|
By
...
· #26154
·
|
|
Weather Plus 4.5 14.09.2017 update available
I didn't say it was the only country, I said it was likely the only country. Note the likely word. That means that it's possible that the us was the only one doing so, not a solid fact. I knew that Ca
I didn't say it was the only country, I said it was likely the only country. Note the likely word. That means that it's possible that the us was the only one doing so, not a solid fact. I knew that Ca
|
By
...
· #26018
·
|
|
Accessible antivirus programs
heh, just like the us arrested Phil Zimmerman (the inventor of pgp (pretty good privacy), because he refused to do what they wanted with the pg program. As a result, to prevent further harassment, he
heh, just like the us arrested Phil Zimmerman (the inventor of pgp (pretty good privacy), because he refused to do what they wanted with the pg program. As a result, to prevent further harassment, he
|
By
...
· #26017
·
|
|
Weather Plus 4.5 14.09.2017 update available
Ron, the us is likely the only country that still uses the period as a number separator anymore. Many many countries use the comma as a separator, so the us is in the minority here. To me, it makes mo
Ron, the us is likely the only country that still uses the period as a number separator anymore. Many many countries use the comma as a separator, so the us is in the minority here. To me, it makes mo
|
By
...
· #26015
·
|
|
Weather Plus 4.5 14.09.2017 update available
Hah, there's two Travis types on here, the one you replied to isn't the one that was at the wedding, that would be me. Drop me a line off list, and I'll be happy to continue the discussion. (just for
Hah, there's two Travis types on here, the one you replied to isn't the one that was at the wedding, that would be me. Drop me a line off list, and I'll be happy to continue the discussion. (just for
|
By
...
· #25988
·
|
|
Accessible antivirus programs
And, here's the other side of the coin. It's possible they're being banned, because they uncovered us spy software built into most hard drives. https://www.reuters.com/article/us-usa-cyberspying/russi
And, here's the other side of the coin. It's possible they're being banned, because they uncovered us spy software built into most hard drives. https://www.reuters.com/article/us-usa-cyberspying/russi
|
By
...
· #25935
·
|
|
google chrome and combo box
Where do the arrow keys not work? I use chrome every day, and I've never run across an occasion where the arrow keys don't do what they're supposed to do.
Where do the arrow keys not work? I use chrome every day, and I've never run across an occasion where the arrow keys don't do what they're supposed to do.
|
By
...
· #25664
·
|
|
google chrome and combo box
combo boxes work if you're in browse mode, though sometimes, (depending on what other javascript code is on thepage), you don't get a chance to see the option, as it automatically reloads the page as
combo boxes work if you're in browse mode, though sometimes, (depending on what other javascript code is on thepage), you don't get a chance to see the option, as it automatically reloads the page as
|
By
...
· #25611
·
|
|
Making Partition Using NVDA
In that case, you're in a different reality than me. The original poster said this: Kindly someone guide me to make partition on C drive using NVDA. I am using Del laptop with Win10 64 Bits. In this l
In that case, you're in a different reality than me. The original poster said this: Kindly someone guide me to make partition on C drive using NVDA. I am using Del laptop with Win10 64 Bits. In this l
|
By
...
· #25558
·
|
|
weather plus addon
It's displaying the file instead of downloading it. Just use the right click (or the applications key), then select save as instead of actually clicking on the download link.
It's displaying the file instead of downloading it. Just use the right click (or the applications key), then select save as instead of actually clicking on the download link.
|
By
...
· #25489
·
|
|
Making Partition Using NVDA
You're not listening. The person asked for a tool that was both accessible, and included with windows. I suggested paragon's disk manager or partition program because I don't know of any programs that
You're not listening. The person asked for a tool that was both accessible, and included with windows. I suggested paragon's disk manager or partition program because I don't know of any programs that
|
By
...
· #25486
·
|
|
email and nvda
I didn't try two folders in the same account, because I don't organize my email via folders. I see no reason why it wouldn't work. Thunderbird treats everything as a folder, and I see no reason why yo
I didn't try two folders in the same account, because I don't organize my email via folders. I see no reason why it wouldn't work. Thunderbird treats everything as a folder, and I see no reason why yo
|
By
...
· #25485
·
|
|
email and nvda
Well, again, I'm not sure why just navigating to them is a problem, but for what it's worth, you can have multiple folders open, I just opened a second account, and I can now control-tab between my tw
Well, again, I'm not sure why just navigating to them is a problem, but for what it's worth, you can have multiple folders open, I just opened a second account, and I can now control-tab between my tw
|
By
...
· #25462
·
|
|
email and nvda
What's the reason for having multiple folders open at the same time? Thunderbird tells you when you get new mail, and which account it was for, at that point, you can easily go back to the folder list
What's the reason for having multiple folders open at the same time? Thunderbird tells you when you get new mail, and which account it was for, at that point, you can easily go back to the folder list
|
By
...
· #25458
·
|
|
question about carriage returns vs line feeds in NVDA
you're slightly incorrect in your end of line character assignment. The original mac os (prior to OSX used carriage return (ascii 13, hex 0D). Unix uses (and always has) linefeed (ascii 10, hex 0A), a
you're slightly incorrect in your end of line character assignment. The original mac os (prior to OSX used carriage return (ascii 13, hex 0D). Unix uses (and always has) linefeed (ascii 10, hex 0A), a
|
By
...
· #25393
·
|
|
question about carriage returns vs line feeds in NVDA
In dos (and most of the time windows) an end of line is denoted by a carriage return and a line feed one after the other (ascii 13/ascii10). On unix type environments (including linux) it's generally
In dos (and most of the time windows) an end of line is denoted by a carriage return and a line feed one after the other (ascii 13/ascii10). On unix type environments (including linux) it's generally
|
By
...
· #25392
·
|
|
Making Partition Using NVDA
Partition magic is *not* (I repeat) partition magic is *not* a windows tool. Therefore, your statements are erroneous. Microsoft does not include partition magic with windows, so that makes it neither
Partition magic is *not* (I repeat) partition magic is *not* a windows tool. Therefore, your statements are erroneous. Microsoft does not include partition magic with windows, so that makes it neither
|
By
...
· #25390
·
|
|
Help With Eloquence
I don't know about on windows, but linux can still use the mbrola voices, you can use them with the festival speech synthesizer (and there's also the flite synth for linux too). Surprising amount of c
I don't know about on windows, but linux can still use the mbrola voices, you can use them with the festival speech synthesizer (and there's also the flite synth for linux too). Surprising amount of c
|
By
...
· #25279
·
|
|
email and nvda
thunderbird works a treat. It's a bit slow at times (especially if you have thousands and thousands of messages), but otherwise, it works just fine with NVDA, and I've been using it for just about a y
thunderbird works a treat. It's a bit slow at times (especially if you have thousands and thousands of messages), but otherwise, it works just fine with NVDA, and I've been using it for just about a y
|
By
...
· #25276
·
|