-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
ability to shorten longer announcements on web pages like heading level x, etc. #17483
Comments
Could you describe in more detail how does Jaws do it? If you replace the whole announcement with an earcon, then you lose information about the level. Does it also allow replacing "Heading level" with a user-configurable string? |
Yes, a user configurable string is what I mean. For example, h1, h2 etc. is what I was thinking of, and that's also how Jaws can be customized from what i understand. |
I think there is a related discussion #14942. |
I Think this would be a really good start to provide different levels of verbosity. Imo we should predefine the short versions, same as we do for commandline switches for example. In that case every element type in document formating settings could be a combobox instead of a checkbox, having following options:
|
When the user chooses custom pronounciation, a syntax needs to be entered in to an edit field, e.g. „h(number)“. However, this would be challenging to implement because then it needs to sync with the coresponding translated string. We want to avoid having to enter a custom pronounciation e.g. for every heading level separately. |
I guess that allowing to customize some strings of the UI, as in the feature provided by Jaws, i.e. replacing "Heading {n}" to "H {n}" may be quite easily doable. The idea would be to replace the standard Instead, if a choice is made to allow to configure how formatting is reported, I'd recommend to think of a reorganization of Document formatting settings panel so that it remains understandable. We have already begun to introduce additional controls defining how thing are reported, rather than what is reported. IMO this makes this dialog less readable. |
I like this idea, even more if generalized (a single dialog where customize all messages). It could provide both speech and Braille customization, maybe. |
Note that making reporting shorter or longer is also requested regularly by braille users as well. I propose following redesign of the document formating settings, cc: @SaschaCowley what do you think? It seems WX python 4.2.2 allows for cutom treeview ctrl with expandable items, checkboxes with two or three states, radio buttons etc. So it whould be quite possible to reorganize the whole pannel as a tree, where each element can be collapsed / expanded. Something like we can already see in the Windows explorer when opening the folder options. There is a tree view with advanced settings. As of now we have 4 groups of settings:
Step 1: Basically we would need 3 tree levels:
Step 2: when you are on the lowest tree level of the parent node, and this is a radio button (e.g. child item of table headers = "rows and columns radio button level 3"):
Obviously the combo boxes would not appear if you choose “disabled radio button"" in the tree view. The advantage of this approach is that the user can adjust its reporting needs in a very flexible way. I admit this is a complete redesign of the document formating settings, but this is really worth for being ft for the future. |
And this is already usual patern well known by blind users from the Explorer folder options tree view. |
@Adriani90 - can you open a separate issue for that proposal? it's somewhat offtopic here |
Somewhat related to #16695and #9738 |
FWIW I just released "Earcons and Speech Rules" add-on - I added a feature that replaces heading level announcements with "h1", "h2" and so on. The default configuration also adds some earcons - but you can disable them if you don't like that. |
Thanks a lot! This is something I've been waiting for many, many years. It seems to work quite well. Perhaps it is possible to get heading levels said as H + a number during continuous reading sometimes in the future. But at the moment this is a great improvement. |
Is your feature request related to a problem? Please describe.
It is not a problem in the sense of a bug, but it is something that was brought to my attention by one Jaws user who's getting more and more into NVDA.
Describe the solution you'd like
IN Jaws, you can shorten those announcements as described in the title of this issue, or even replace them with sounds and such. I understand the issue of copying anything from a different product, but I also think those who see this as a problem should be able to eliminate it, that is, being able to shorten the heading announcements if they so wish.
Describe alternatives you've considered
So far, the only way is to do it in the dictionary, but that would mean it would be shortened everywhere, which is perhaps not really what you want. Another way, if you're geeky, is to modify the translation file for yourself if it's a different language, but that's not good either. Maybe though, this doesn't need to be integrated in the core, an add-on would do the job just fine as well.
Additional context
The text was updated successfully, but these errors were encountered: