|
Re: nvda and amazon music
Oh I hate that app. I'm assuming your using the desktop app? That app needs work as far as accessibility is concerned. A lot of unlabeled buttons.
Oh I hate that app. I'm assuming your using the desktop app? That app needs work as far as accessibility is concerned. A lot of unlabeled buttons.
|
By
Lino Morales <linomorales001@...>
·
#79474
·
|
|
nvda and amazon music
does anyone have experience with amazon music? i can't edit my playlist there. nvda tells me that it is an embedded object and i press the enter key as i read in the user manual. now i should be able
does anyone have experience with amazon music? i can't edit my playlist there. nvda tells me that it is an embedded object and i press the enter key as i read in the user manual. now i should be able
|
By
heike67
·
#79473
·
|
|
Re: NVDACon 2020: program schedule is now live
hi
The following error occurs when using TeamTalk5Classic to connect to nvdacon.org:
TeamTalk5Classic
ok button
An error occurred while perform a requested command:
Not logged in
TeamTalk5Classic
hi
The following error occurs when using TeamTalk5Classic to connect to nvdacon.org:
TeamTalk5Classic
ok button
An error occurred while perform a requested command:
Not logged in
TeamTalk5Classic
|
By
dingpengyu
·
#79472
·
|
|
Re: 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
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
|
By
Tony Malykh
·
#79471
·
|
|
Re: HIMS Syncbraille Display and NVDA on Desktop PC
Well, not quite.
I was unable to use it before narrator.
That is why I gave it a try.
D C
Well, not quite.
I was unable to use it before narrator.
That is why I gave it a try.
D C
|
By
Dark Count
·
#79470
·
|
|
Re: two different problems with NVDA and reading email
Yes, System Access does this all the time in Outlook, haven't had that
problem with NVDA. As for the checkboxes on the Gmail website, that's
what I've been doing but I guess I'm used to System Access,
Yes, System Access does this all the time in Outlook, haven't had that
problem with NVDA. As for the checkboxes on the Gmail website, that's
what I've been doing but I guess I'm used to System Access,
|
By
Bob Cavanaugh
·
#79469
·
|
|
Re: Inserting Latency in NVDA Speech and Bluetooth Audio
Hello,
Actually, I find this topic quite valuable, and definitely see how it relates to NVDA. What I don't like, as an admin, is the fact that other mailing lists were carbon-copied on this message,
Hello,
Actually, I find this topic quite valuable, and definitely see how it relates to NVDA. What I don't like, as an admin, is the fact that other mailing lists were carbon-copied on this message,
|
By
Nimer Jaber
·
#79468
·
|
|
Re: 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
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
|
By
Tony Malykh
·
#79467
·
|
|
Re: 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.
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.
|
By
Tony Malykh
·
#79466
·
|
|
Re: 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)
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)
|
By
Tony Malykh
·
#79465
·
|
|
Re: NVDA reading only one line with NVDA-down arrow
Thanks. The problem was that she was in laptop mode instead of desktop. Easy fix. Phew!
Thanks. The problem was that she was in laptop mode instead of desktop. Easy fix. Phew!
|
By
Ann Byrne
·
#79464
·
|
|
Re: Making NVDA profiles in diffrent languages
-
Not to mention that this would require re-creating the portable copies with each NVDA update.
You can easily set up whatever number of desktop shortcuts are needed for the invocations of NVDA with
-
Not to mention that this would require re-creating the portable copies with each NVDA update.
You can easily set up whatever number of desktop shortcuts are needed for the invocations of NVDA with
|
By
Brian Vogel
·
#79463
·
|
|
Re: NVDA reading only one line with NVDA-down arrow
Hi Ann,Maybe see if the following setting helps:
NVDA Key/Insert + N (open NVDA settings)
Select 'Preferences';
Select 'Settings';
Select 'Keyboard'; and
check the box for, "Allow skim reading in Say
Hi Ann,Maybe see if the following setting helps:
NVDA Key/Insert + N (open NVDA settings)
Select 'Preferences';
Select 'Settings';
Select 'Keyboard'; and
check the box for, "Allow skim reading in Say
|
By
Niemi, Kristina@DSS
·
#79462
·
|
|
CodeFactory Eloquence
Hi. I just got myself a new laptop, and when I installed NVDA, I also installed the Codefactory Eloquence and Vocalizer AddOn. however, when I tried to activate the addOn, I got a message in a
Hi. I just got myself a new laptop, and when I installed NVDA, I also installed the Codefactory Eloquence and Vocalizer AddOn. however, when I tried to activate the addOn, I got a message in a
|
By
Jaffar Sidek <jaffar.sidek10@...>
·
#79461
·
|
|
Re: two different problems with NVDA and reading email
If I understand what is wanted, when moving to the check box, the person who the message is from is wanted to be read before anything else. I'm not sure if check box checked or unchecked is wanted
If I understand what is wanted, when moving to the check box, the person who the message is from is wanted to be read before anything else. I'm not sure if check box checked or unchecked is wanted
|
By
Gene
·
#79460
·
|
|
Re: NVDA goes silent when arrowing down the list of participants panel in Zoom
When testing a problem like this, it may be helpful to test for such things. Assuming that something is or isn't happening may lead to an incorrect description of a problem.
Gene
When testing a problem like this, it may be helpful to test for such things. Assuming that something is or isn't happening may lead to an incorrect description of a problem.
Gene
|
By
Gene
·
#79459
·
|
|
Re: 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
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
|
By
Tyler Spivey
·
#79458
·
|
|
Re: Making NVDA profiles in diffrent languages
Hi Deborah
This is a great idea thank you for that. Could you be so nice and write me a private message to explain me step by step to do that?
This would help me a lot.
Thanks again and
Hi Deborah
This is a great idea thank you for that. Could you be so nice and write me a private message to explain me step by step to do that?
This would help me a lot.
Thanks again and
|
By
Cristina Ebetiuc <ebetiucristina@...>
·
#79457
·
|
|
Re: two different problems with NVDA and reading email
I was really hoping it would do well myself, as I've used SA to go on
several computers. Sometimes though, it simply crashes when trying to
load. That being said, it won't automatically read the
I was really hoping it would do well myself, as I've used SA to go on
several computers. Sometimes though, it simply crashes when trying to
load. That being said, it won't automatically read the
|
By
Bob Cavanaugh
·
#79456
·
|
|
Re: two different problems with NVDA and reading email
I'm not sure if I made my point clear enough on this. I am used to the
way System Access reads things, which is that when tabbing through and
landing on the checkboxes, it reads who the message is
I'm not sure if I made my point clear enough on this. I am used to the
way System Access reads things, which is that when tabbing through and
landing on the checkboxes, it reads who the message is
|
By
Bob Cavanaugh
·
#79455
·
|