Date
1 - 6 of 6
NVDA reading single numbers!
Mailing Lists
Hi All,
I was just wondering again today if it is still not possible for NVDA to read numbers in groups. I mean like having it read telephone numbers in single digits rather than in a combined manner. Is there any means yet to have this done within NVDA?. Many thanks, Paul.
|
|
Patrick Le Baudour
hi,
toggle quoted messageShow quoted text
apart from using spelling, the simplest way would be to have a dictionary entry: "(\d)(?=\d)" as input "\1 " as output (beware of the space) with regular expression for the mode. That would append a space after any digit followedd by another, thus making the reading digit by digit. -- Patrick
Le 14/04/2016 20:47, M123456ailing Lists a écrit :
Hi All,
|
|
Gene
Although it requires an additional two or three
commands, the easiest way to do this now is probably to have the cursor on the
number then press say current word twice quickly. That spells the word or
announces the number you are on as single digits. You can try the other
suggestions if you wish but this one is the easiest unless you want to do things
like modify the speech dictionary.
Gene
From: Patrick Le Baudour
Sent: Thursday, April 14, 2016 2:18 PM
To: nvda@groups.io
Subject: Re: [nvda] NVDA reading single numbers! apart from using spelling, the simplest way would be to have a dictionary entry: "(\d)(?=\d)" as input "\1 " as output (beware of the space) with regular expression for the mode. That would append a space after any digit followedd by another, thus making the reading digit by digit. -- Patrick Le 14/04/2016 20:47, M123456ailing Lists a écrit : > Hi All, > > I was just wondering again today if it is still not possible for NVDA to read numbers in groups. I mean like having it read telephone numbers in single digits rather than in a combined manner. > Is there any means yet to have this done within NVDA?. > > Many thanks, > > Paul. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
|
|
mr. Chikodinaka Oguledo&mrs. AdonnihHappiness Obima Oguledo
what ar the commands to do single dijets/numbers?
toggle quoted messageShow quoted text
On 4/14/16, Gene <gsasner@ripco.com> wrote:
Although it requires an additional two or three commands, the easiest way to --
• Watch your thoughts, for they become words. Watch your words, for they become actions. Watch your actions, for they become habits. Watch your habits, for they become character. Watch your character, for it becomes your destiny.
|
|
Gene
It depends if you are using the desktop keyboard
layout or the laptop layout. I don't know nor do I use the laptop
layout. The desktop layout command is numpad 5 pressed rapidly twice for
spelling or single number announcement.
Gene
Sent: Thursday, April 14, 2016 5:53 PM
To: nvda@groups.io
Subject: Re: [nvda] NVDA reading single numbers! On 4/14/16, Gene <gsasner@...> wrote: > Although it requires an additional two or three commands, the easiest way to > do this now is probably to have the cursor on the number then press say > current word twice quickly. That spells the word or announces the number > you are on as single digits. You can try the other suggestions if you wish > but this one is the easiest unless you want to do things like modify the > speech dictionary. > > Gene > > > From: Patrick Le Baudour > Sent: Thursday, April 14, 2016 2:18 PM > To: nvda@groups.io > Subject: Re: [nvda] NVDA reading single numbers! > > > hi, > > apart from using spelling, the simplest way would be to have a > dictionary entry: > "(\d)(?=\d)" as input > "\1 " as output (beware of the space) > with regular expression for the mode. > That would append a space after any digit followedd by another, thus > making the reading digit by digit. > > -- Patrick > > Le 14/04/2016 20:47, M123456ailing Lists a écrit : >> Hi All, >> >> I was just wondering again today if it is still not possible for NVDA to >> read numbers in groups. I mean like having it read telephone numbers in >> single digits rather than in a combined manner. >> Is there any means yet to have this done within NVDA?. >> >> Many thanks, >> >> Paul. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > > > -- • Watch your thoughts, for they become words. Watch your words, for they become actions. Watch your actions, for they become habits. Watch your habits, for they become character. Watch your character, for it becomes your destiny.
|
|
David Moore
Hi,
The laptop command is CTRL+NVDA+period twice quickly. Take care.
From: Gene
Sent: Thursday, April 14, 2016 7:00 PM
To: nvda@groups.io
Subject: Re: [nvda] NVDA reading single numbers! It depends if you are using the desktop keyboard
layout or the laptop layout. I don't know nor do I use the laptop
layout. The desktop layout command is numpad 5 pressed rapidly twice for
spelling or single number announcement.
Gene
Sent: Thursday, April 14, 2016 5:53 PM
To: nvda@groups.io
Subject: Re: [nvda] NVDA reading single numbers! On 4/14/16, Gene <gsasner@...> wrote: > Although it requires an additional two or three commands, the easiest way to > do this now is probably to have the cursor on the number then press say > current word twice quickly. That spells the word or announces the number > you are on as single digits. You can try the other suggestions if you wish > but this one is the easiest unless you want to do things like modify the > speech dictionary. > > Gene > > > From: Patrick Le Baudour > Sent: Thursday, April 14, 2016 2:18 PM > To: nvda@groups.io > Subject: Re: [nvda] NVDA reading single numbers! > > > hi, > > apart from using spelling, the simplest way would be to have a > dictionary entry: > "(\d)(?=\d)" as input > "\1 " as output (beware of the space) > with regular expression for the mode. > That would append a space after any digit followedd by another, thus > making the reading digit by digit. > > -- Patrick > > Le 14/04/2016 20:47, M123456ailing Lists a écrit : >> Hi All, >> >> I was just wondering again today if it is still not possible for NVDA to >> read numbers in groups. I mean like having it read telephone numbers in >> single digits rather than in a combined manner. >> Is there any means yet to have this done within NVDA?. >> >> Many thanks, >> >> Paul. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > > > -- • Watch your thoughts, for they become words. Watch your words, for they become actions. Watch your actions, for they become habits. Watch your habits, for they become character. Watch your character, for it becomes your destiny.
|
|