-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to show Speech Viewer by default (and save dimensions and position of the window) #5050
Comments
Comment 1 by jmuheim on 2015-04-23 06:41 |
Comment 2 by leonarddr on 2015-04-23 06:47 |
Comment 3 by jmuheim on 2015-04-23 06:49 |
Attachment t5050-1.patch added by cannona on 2015-05-13 20:18 |
Comment 4 by cannona on 2015-05-13 20:27 Questions for the devs:
Thanks for any feedback. |
Comment 5 by nvdakor (in reply to comment 4) on 2015-05-13 20:44
I'd say general settings would be fine, but I'd say it should not be available in secure screens.
Few concerns:
I agree - what we have in config dictionary are keys that control things such as progress bar output interval, voice settings that'll apply on all synthesizers and so on. I think, for sake of clarity and to allow add-ons to work with speech viewer location, I'd say a separate section for storing speech viewer real estate percentages should be used unless if it can be incorporated into the main config sections. |
Is there any progress on this? And is the shortcut for toggling the speech viewer already available? PS: woohooo, github issues! Bye bye, Trac! 👍 |
I haven't reviewed this yet myself, but there was some code review above from nvdakor that hasn't been addressed yet. #4898 was implemented, which means you can now bind your own shortcut in NVDA menu -> Preferences -> Input gestures. It is unbound by default. |
That's nice. Thank you! Still, remembering its position would be really useful (also between restarts), as the window doesn't react on standard Windows positioning possibilities, e.g. dragging it to the corner of the screen, etc. |
Hi, This is nvdakor… I’m not sure if Aaron is part of committers list… As Jamie mentioned, the points I raised in the code review (using percentages and config storage) were not acted upon yet. Thanks. From: James Teh [mailto:[email protected]] I haven't reviewed this yet myself, but there was some code review above from nvdakor that hasn't been addressed yet. #4898 #4898 was implemented, which means you can now bind your own shortcut in NVDA menu -> Preferences -> Input gestures. It is unbound by default. — |
Is there any news on this? It would be really useful if the speech viewer remembered its position when closing and reopening it (also between restarts of NVDA). |
Or at least make it possible to snap it to a corner of the screen by Windows' window snapping mechanism |
So, was the shortcut for the speech viewer implemented or what? can't get it to work. |
You will have to add one manually as @jcsteh noted above. It is in nvda menu>prefferences>input gestures>tools>Toggles the NVDA Speech viewer, a floating window that allows you to view all the text that NVDA is currently speaking |
Thanks, it worked :) |
Fixed a rare issue when exiting NVDA while the speech viewer is open causing an error. (#5050)
An option to open the speech viewer window on startup has been added. (#5050)
The speechViewer window will open in the same location at the same size as it was when previously closed. If the monitor setup has changed (resolution, or number of monitors) the window is auto positioned/sized.
When re-opening the speech viewer window, the location and dimensions will now be restored. (#5050)
…access#6520 Specifically: * nvaccess#5906: Now labeled as 'line indentation reporting'. * nvaccess#6099: clarify how to change values in spin controls. * nvaccess#5886: elements list is available in browse mode. * nvaccess#6206: changed bits such as 'adding new entries'. * nvaccess#6127: no more hyphen (dash). * nvaccess#5050: 'causes' -> 'which caused'. * nvaccess#4164: changed wording to reflect that read-only edit fields are now included.
Reviewed by Reef Turner (NV Access): * nvaccess#6127: no user visible change, so removed. * nvaccess#5050: Make it simpler as suggested.
Reported by jmuheim on 2015-04-23 06:41
I'm a sighted user and I'm using NVDA only with "no speech" option and with the speech viewer open. This makes it much faster for me to use, as I can jump to the relevant parts of the output directly by scanning through the speech viewer visually.
I know that I can open the speech viewer using NVDA+N, then T, then S, but this is cumbersome. I'd like to have an option "Display speech viewer when starting NVDA", as I normally start NVDA only for a few seconds, and then I quit it again so it doesn't interfere my keyboard (and slow down my computer, which is a Windows 7 virtual machine on Mac OS X).
In addition, it would be very nice if the window's last dimensions (width/height) and position (x/y) were remembered, as I usually want it side by side with my browser so they don't overlap each other.
I really hope this will be implemented. I'm working for the best known accessibility consultancy in Switzerland, and we are trying to get our clients to use NVDA themselves to produce highly accessible websites themselves without our help. So it would really make sense to make NVDA appeal a little bit more to sighted users, as typically it's them who create the websites that blind people use.
The text was updated successfully, but these errors were encountered: