Re: how to force nvda not to anounce XX as twenty, LV as fifty five, etc
Quentin Christensen
That is done by the synth itself. You can use the speech dictionary to override it. So if you want IV to be read as "I", "V" rather than 4, add a new entry and in the pattern to match, type "iv"; in the replacement field, type "i v" (put a space in between the letters, don't use quotes), and select the "Whole word" radio button. Of course you would have to do the same for each potential combination, but if there are several which you encounter regularly then it could be worthwhile for those at least. Regards Quentin. On Mon, Aug 20, 2018 at 8:32 PM, Brian's Mail list account via Groups.Io <bglists@...> wrote: Which synth are you using. I've not been able to stop it in Espeak. --
Quentin Christensen Training and Support Manager Official NVDA Training modules and expert certification now available: http://www.nvaccess.org/shop/ Facebook: http://www.facebook.com/NVAccess Twitter: @NVAccess |
|
Re: review of free office
Rosemarie Chavarria
Hi, Sean,
toggle quoted message
Show quoted text
I decided to go with open office. At least that's accessible. Rosemarie -----Original Message-----
From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Shaun Everiss Sent: Monday, August 20, 2018 3:38 PM To: nvda@nvda.groups.io Subject: [nvda] review of free office Hi. Well I have to agree with rosemery here. Free office text input ariea for the text maker was itself accessible, but the menus I couldn't access them, the interface for the office menus with alt did not come up. I also tried flexy pdf, I couldn't choose my interface, and while flexy pdf was installed as part of my review tests with the way freeoffice was I quickly went off the idea. Ofcause I made an system restore for the thing just before I killed things, but yeah, still not happy with it all. I will have to move back to libre office I think. |
|
review of free office
Hi.
Well I have to agree with rosemery here. Free office text input ariea for the text maker was itself accessible, but the menus I couldn't access them, the interface for the office menus with alt did not come up. I also tried flexy pdf, I couldn't choose my interface, and while flexy pdf was installed as part of my review tests with the way freeoffice was I quickly went off the idea. Ofcause I made an system restore for the thing just before I killed things, but yeah, still not happy with it all. I will have to move back to libre office I think. |
|
Re: academics and employment
Jonathan COHN
Hello,
It is my understanding that with both IE and Firefox one can enable the “caret browsing” functionality to allow selection of information from the Browser rendering rather than the virtual buffer when selecting on the web. SO, this should be another technique for retrieving content with its formatting intact.
Best Wishes,
Jonathan Cohn
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of
Walker, Michael E. (UMSL-Student)
Sent: Friday, August 17, 2018 8:30 PM To: nvda@groups.io Subject: [nvda] academics and employment Importance: Low
Hello,
It is Mike who was talking to you all earlier about copy and paste. I am now on my personal e-mail.
I want to clarify what was said about the copy and paste system on the web needing to be perfected, for NVDA to be adequate for college and employment. Let us take a moment to think about what NVDA does for us, because of the hundreds if not thousands of man hours of development put into this. I pulled down the source from GitHub, after talking with Joseph Lee, to gain an appreciation of what goes into building this thing. It is incredible. I work for the Boeing Company. That is right. It is the same company that builds all the airplanes and Defense, Space, and security systems. I use NVDA as my primary screen reader in Git BASH, and Visual Studio Code. NVDA is what helped me build the Angular template for Boeing’s frontend architecture reference implementation. I only ever turn on JAWS, if I am using something highly proprietary like Citrix.
Do I think NVDA could use some improvements that proprietary screen readers have? Absolutely, but we must also remember the imperfections of proprietary readers. NVDA is the best reader I have found that supports Notepad++ and SQL Server Management Studio where JAWS repeats the lines, when I down arrow. JAWS is also way more heavyweight, and crashes over the simplest things. I cannot remember the last time NVDA froze.
Overall, what we need is an attitude of gratitude. NVDA is plenty suited for education and employment, despite its imperfection and need for a bit of improvement. Let me close out by saying use Microsoft Narrator full-time for education and employment, or even Orca for Linux. They do not have half the shit NVDA does.
Thank you so much for taking the time to volunteer and develop NVDA. Keep up the great work! I will use NVDA until the day I die over JAWS.
Mighty Mike |
|
Re: OnMouseOver
Gene
Clickable is unrelated to mouseover. A
clickable item is something you can click, in keyboard terms press enter on,
that is not a link, button, or other structure that is known to be clickable to
the user. It may just be text that is made clickable in some way I don't
have the technical knowledge to discuss. . So it is identified as
clickable so the user knows.
Mouseover is a link you can
hover the mouse over and the page will change in some way. Mouseover links
can also be followed, with the action of a standard link being taken.
Yu may be having a problem but
whatever it is, it isn't related to mouseover.
Gene
----- Original Message
-----
OK, my apologies since this is really getting off topic:
I am attempting to see if the below is still happening and if there is an issue with the code developers are using.
BEGIN Quote: Jaws 15, 17, 18 Browser: IE11, FF 48, Chrome 54
Steps: …
Issue: Jaws reading the Quick Search tab, Advanced Search tab, circle cross close button and then reading the paragraph in the Quick search. In this paragraph it is reading clickable after every line. End Quote
Take care,
Jonathan
From: nvda@nvda.groups.io <nvda@nvda.groups.io>
On Behalf Of Gene
The command to move to the next mouseover element is semicolon.
But why do you think mouseover has anything to do with oververbosity? All that happens when you move to a mouseover element is that JAWS announces the word "mouseover" after it announces the element. If you don't use the mouseover simulation command on the element, that's all that happens.
Gene ----- Original Message -----
Brian, |
|
Re: OnMouseOver
Jonathan COHN
OK, my apologies since this is really getting off topic:
I am attempting to see if the below is still happening and if there is an issue with the code developers are using.
BEGIN Quote: Jaws 15, 17, 18 Browser: IE11, FF 48, Chrome 54
Steps: …
Issue: Jaws reading the Quick Search tab, Advanced Search tab, circle cross close button and then reading the paragraph in the Quick search. In this paragraph it is reading clickable after every line. End Quote
Take care,
Jonathan
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of
Gene
Sent: Monday, August 20, 2018 12:19 PM To: nvda@nvda.groups.io Subject: Re: [nvda] OnMouseOver Importance: Low
The command to move to the next mouseover element is semicolon.
But why do you think mouseover has anything to do with oververbosity? All that happens when you move to a mouseover element is that JAWS announces the word "mouseover" after it announces the element. If you don't use the mouseover simulation command on the element, that's all that happens.
Gene ----- Original Message -----
Brian, |
|
Re: OnMouseOver
Gene
The command to move to the next mouseover element
is semicolon.
But why do you think mouseover has anything to do
with oververbosity? All that happens when you move to a mouseover element
is that JAWS announces the word "mouseover" after it announces the
element. If you don't use the mouseover simulation command on the element,
that's all that happens.
Gene ----- Original Message -----
Could you please provide an example I know JAWS has keystrokes to jump to mouseover / clickable elements but was having trouble tracking down a recent issue on an non-NVDA system relating to over-verbosity of JAWS in some circumstances. Thanks, Jonathan Cohn -----Original Message----- From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Brian's Mail list account via Groups.Io Sent: Monday, August 20, 2018 6:34 AM To: nvda@groups.io Subject: [nvda] Onmouseover Importance: Low I notice that the latest version of Jaws is now flagging these clickable elements on web sites. is this a good thing, and should nvda be doing the same? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. |
|
Re: OnMouseOver
Jonathan COHN
Brian,
toggle quoted message
Show quoted text
Could you please provide an example I know JAWS has keystrokes to jump to mouseover / clickable elements but was having trouble tracking down a recent issue on an non-NVDA system relating to over-verbosity of JAWS in some circumstances. Thanks, Jonathan Cohn -----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Brian's Mail list account via Groups.Io Sent: Monday, August 20, 2018 6:34 AM To: nvda@groups.io Subject: [nvda] Onmouseover Importance: Low I notice that the latest version of Jaws is now flagging these clickable elements on web sites. is this a good thing, and should nvda be doing the same? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. |
|
Re: The Essential Video Recorder
How do you rout the mouse pointer and left click?
toggle quoted message
Show quoted text
On 8/19/18, George McCoy <slr1bpz@...> wrote:
If enter and/or spacebar will not click the buttons, how about routing the |
|
Re: NVDA uasage with Google Docs
Ann Byrne <annakb@...>
AFB has a series of tutorials on using Google Docs with NVDA.
toggle quoted message
Show quoted text
http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/using-google-docs-and-drive-with-nvda/ 1234At 03:06 AM 8/20/2018, you wrote: Hi, |
|
Re: Onmouseover
Gene
JAWS has announced mouseover links for a long
time. No other screen=-reader I have used or tried has. I've useed
or tried System Access, Window-eyes, and NVDA. Unless mouseover links do
things that matter more than years ago, it may not matter. Most of the
time in the past, when I would use the JAWS mouseover link feature, the page
wouldn't change in any way that mattered. Those who know more about how
mouseover links are used now will be able to give a current perspective.
In order to implement a mouseover feature, just
flagging a link is inadequate. You have to have announced, when on the
link and when a command has given, whether the page has changed and at what
line. Then, you need a jump to line command so you can move to that
line. You also need a return to previous position command.
Gene ----- Original Message -----
elements on web sites. is this a good thing, and should nvda be doing the same? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. |
|
Onmouseover
Brian's Mail list account
I notice that the latest version of Jaws is now flagging these clickable elements on web sites. is this a good thing, and should nvda be doing the same?
Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. |
|
Re: how to force nvda not to anounce XX as twenty, LV as fifty five, etc
Brian's Mail list account
Which synth are you using. I've not been able to stop it in Espeak.
toggle quoted message
Show quoted text
Its really irritating as we have an organisation here called VI Parliament which gets said as Roman 6 Parliament! Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Mr. Wong Chi Wai, William" <cwwong.pro@...> To: "NVDA Groups.io mailing list email" <nvda@nvda.groups.io> Sent: Monday, August 20, 2018 10:02 AM Subject: [nvda] how to force nvda not to anounce XX as twenty, LV as fifty five, etc Hi, |
|
Re: NVDA uasage with Google Docs
Brian's Mail list account
Do a lot of people use Googles on line suite?
toggle quoted message
Show quoted text
When I tried it some year or more ago, I found it sluggish, cack handed to use and a little unpredictable, indeed just like many online systems, but not as bad as the alexa app is! Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "David Moore" <jesusloves1966@...> To: <nvda@nvda.groups.io> Sent: Monday, August 20, 2018 9:06 AM Subject: Re: [nvda] NVDA uasage with Google Docs Hi, |
|
Re: system cleaner
Brian's Mail list account
Did you post this before? did not people say they could not get it to work with nvda?
toggle quoted message
Show quoted text
I think if you liked Ccleaner download the portable version and you should be safe from Avast and data mining. Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Don H" <lmddh50@...> To: <nvda@nvda.groups.io> Sent: Sunday, August 19, 2018 7:59 PM Subject: [nvda] system cleaner Anyone have any experiences with a system cleaner called BleachBit? |
|
how to force nvda not to anounce XX as twenty, LV as fifty five, etc
Mr. Wong Chi Wai, William <cwwong.pro@...>
Hi,
whenever NVDA come across something as LV CD XX XXX XXX etc will processed as numbers where I want to stop such process, how would I be able to do that? Thanks, William |
|
Re: Twitter clients that work well with NVDA?
Brian's Mail list account
Yes I imagine the restriction on number of operations is to discourage bot systems, but in fact, I'm sure there are ways around it.
toggle quoted message
Show quoted text
One has to say though, why bother. If twitter cannot make money except by restrictive practices, let them go to the wall. brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Sarah k Alawami" <marrie12@...> To: <nvda@nvda.groups.io> Sent: Monday, August 20, 2018 4:25 AM Subject: Re: [nvda] Twitter clients that work well with NVDA? For you devs out there here is what else will brake in September, September 10 to be exact. New Twitter limits coming on September 10. https://blog.twitter.com/developer/en_us/topics/tools/2018/new-developer-requirements-to-protect-our-platform.html On 19 Aug 2018, at 16:16, Lino Morales wrote: John. I’m sure that will still work TW Blue, Open Tween, etc. still |
|
Re: Twitter clients that work well with NVDA?
Brian's Mail list account
For the moment yes, but remember the stated aim is to not allow third party clients, and if they really want support the costs to them and us will make it prohibitive.
toggle quoted message
Show quoted text
I often wonder if that although it would be resource hungry and much slower in action if screenscraping and auto operation via the web site might not be possible. but as I say, the need for such a boring service seems to be of little use to me. Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Shaun Everiss" <sm.everiss@...> To: <nvda@nvda.groups.io> Sent: Sunday, August 19, 2018 10:48 PM Subject: Re: [nvda] Twitter clients that work well with NVDA? Well the new changes just mean no streaming. |
|
Re: Twitter clients that work well with NVDA?
Brian's Mail list account
Well as the ultimate stated objective of Twitter is to stop all clients being used, maybe its time to lobby twitter to add to their native site and apps the features the third party clients had.
toggle quoted message
Show quoted text
Surely this has to make sense for commercial reasons. if they want the whole cake so they can sell you stuff, then they should provide the same features or all the third parties will get together and support a different chat system than Twitter and that will be bad for Twitter. I can say what I like as I always did hate the attitude of Twitter and never use it. Proper chronological sorting in the way you want it, and auto refresh are it seems the main things folk wanted, and both are being phased out of the API. Surely they must eventually support it themselves? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "John Isige" <gwynn@...> To: <nvda@nvda.groups.io> Sent: Sunday, August 19, 2018 6:32 PM Subject: [nvda] Twitter clients that work well with NVDA? Hi all. Due to the changes in Twitter, I might have to change Twitter clients. I'm using Chicken Nugget but rumor has it that it might not be updated. So anybody got a recommendation for a client that works with NVDA and works with the new Twitter changes? I hear a lot about TWBlue and Tween. Ideally I'd like something pretty close to Nugget so I don't have to learn a ton of new stuff. I have no idea what's out there though, so figured I'd better ask. |
|
Re: [nvda-addons] Some comments about possible add on problems
Brian's Mail list account
Fine Joseph, but how would anyone know to actually look. My understanding of logging levels is that the actual messages flagged in audio is not altered. I always run in debug, so all levels of logging are shown in the log, but really unless the average user who uses snaps with add ons religiously looks at the log every time they run nvda, they would be totally unaware of any warnings, as they make no sound at all.
toggle quoted message
Show quoted text
That was the main thrust of my comments. It seems to me that during the next year or so the transitions that nvda will go through will render a lot of add ons non functional or they will make nvda malfunction. Without some way to test the add ons for errors in alpha and better snaps, they will not be seen and hence suddenly, a user might have to uninstall it. Far better in my view to suffer a unique warning sound for debug warnings and then see what has changed. I obviously do not know if one can actually identify an error warning generated by an add on from an nvda core warning, but if one can it would be very useful I think for the feet on the ground, aspect of testing compatibility. Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Joseph Lee" <joseph.lee22590@...> To: <nvda-addons@nvda-addons.groups.io>; <nvda@groups.io> Sent: Sunday, August 19, 2018 3:44 PM Subject: Re: [nvda] [nvda-addons] Some comments about possible add on problems Hi, |
|