Date
1 - 6 of 6
is there any option with NVDA to READ SINGLE DIGITS AND NOT A GROOUP OF DIGITS
Moty Azrad
Dear all,
The subject line explains well my question and if yes, how
can
I do it and which changes must be done to enable this feature?
Moti
Moti Azrad Musician & Piano tuner motiaz@... azrad_moty@... motia@... https://www.facebook.com/moti.azrad ISRAEL
|
|
Tyler Spivey
Please learn regular expressions.
toggle quoted messageShow quoted text
Add a new dictionary entry. match: (\d) replace: \1 (note there's a trailing space at the end) type: Regular expression
On 3/20/2016 11:04 AM, Moty Azrad wrote:
Dear all,
|
|
Gene NZ <hurrikennyandopo@...>
Hi Moti
The way I usually read them is with the review text command in NVDA On the numeric keypad, I will use the number one for previous character, the number 2 for current character and the number 3 for next character or in your case numbers. I am using a desktop pc and have the numeric keypad so this can be done. Depending what it is in as well you might even be able to do it with the left and right arrow keys. I think also some of the paid synths will do it, but i find the review text commands do the trick for me plus i can copy them if needed. Gene nz On 21-Mar-16 7:04 AM, Moty Azrad wrote:
-- Check out my website for nvda tutorials and other blindness related material at http://www.accessibilitycentral.net
|
|
Moty Azrad
thanks, Gene.
From: Gene New Zealand
Sent: Sunday, March 20, 2016 8:39 PM
To: nvda@groups.io
Subject: Re: [nvda] is there any option with NVDA to READ SINGLE
DIGITS AND NOT A GROOUP OF DIGITS
Hi
Moti The way I usually read them is with the review text command in NVDA On the numeric keypad, I will use the number one for previous character, the number 2 for current character and the number 3 for next character or in your case numbers. I am using a desktop pc and have the numeric keypad so this can be done. Depending what it is in as well you might even be able to do it with the left and right arrow keys. I think also some of the paid synths will do it, but i find the review text commands do the trick for me plus i can copy them if needed. Gene nz On 21-Mar-16 7:04 AM, Moty Azrad wrote:
-- Check out my website for nvda tutorials and other blindness related material at http://www.accessibilitycentral.net Moti Azrad Musician & Piano tuner motiaz@... azrad_moty@... motia@... https://www.facebook.com/moti.azrad ISRAEL
|
|
Brian's Mail list account BY <bglists@...>
This one has come up before. I seem to recall some kind of regular expression was used, but it is not foolproof as numbers can be written with many different separators.
toggle quoted messageShow quoted text
I don't have the item stored here as I tend to drop into cursor edit mode to read numbers. Brian bglists@blueyonder.co.uk Sent via blueyonder. Please address personal email to:- briang1@blueyonder.co.uk, putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "Moty Azrad" <motiaz@gmail.com> To: <nvda@groups.io> Sent: Sunday, March 20, 2016 6:04 PM Subject: [nvda] is there any option with NVDA to READ SINGLE DIGITS AND NOT A GROOUP OF DIGITS Dear all,
|
|
Chris Mullins
This works a treat:
toggle quoted messageShow quoted text
Open NVDA menu, Preferences, speech dictionary. Press enter on voice dictionary, then activate the Add button . Enter the following: Pattern: (\d) Replacement: \1 (Note there is a space after the 1 which you must enter) Comment: Speak numbers using single digits Leave case sensitivity checkbox unchecked Select 'Regular Expression' from the Type Grouping combo box. Activate Ok button to complete the entry Activate OK button to exit dictionary manager. Regular expression coding supplied by Tyler Spivey. Cheers Chris
-----Original Message-----
From: Brian's Mail list account [mailto:bglists@blueyonder.co.uk] Sent: 21 March 2016 09:23 To: nvda@groups.io Subject: Re: [nvda] is there any option with NVDA to READ SINGLE DIGITS AND NOT A GROOUP OF DIGITS This one has come up before. I seem to recall some kind of regular expression was used, but it is not foolproof as numbers can be written with many different separators. I don't have the item stored here as I tend to drop into cursor edit mode to read numbers. Brian bglists@blueyonder.co.uk Sent via blueyonder. Please address personal email to:- briang1@blueyonder.co.uk, putting 'Brian Gaff' in the display name field. ----- Original Message ----- From: "Moty Azrad" <motiaz@gmail.com> To: <nvda@groups.io> Sent: Sunday, March 20, 2016 6:04 PM Subject: [nvda] is there any option with NVDA to READ SINGLE DIGITS AND NOT A GROOUP OF DIGITS Dear all,
|
|