-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Improved accessibility of the following features under screen readers #1830
Comments
Most progress bars are interactive with screen readers |
@anmi2004 hello.
I believe this is already the case. Mode buttons are grouped under a single panel, that have following label when selected : "Mode: ". I just double-checked it with NVDA app.
Added, please check attached build
Unfortunately, charge limit is not a progress bar UI component, it's a custom UI element that doesn't support keyboard controls at all. Changing this would require rewriting a huge part of code, so I can't afford this on this stage. Build : GHelper.zip |
When I interact with controls like Quiet Mode Performance Mode, he does read out to check Quiet Mode and such.But what I mean is that when I'm not sure what mode I'm in, I can't read out what mode is checked when I browse that panel.He does read the selected status after I click on that mode, but when I browse through the modes, he can't read out which mode I have checked! Finally, I sincerely thank you for your help and quick handling. 当我与安静模式性能模式等控件交互的时候,他确实能读出以选中安静模式之类的内容。但我的意思是,当我不确定我处于什么模式的情况下,我在浏览该面板的时候,无法读出已选中什么模式。我点击了该模式之后,他确实会读出选中状态,但当我浏览这几个模式的时候,他却无法读出我选中了哪个模式 |
Regarding the charging limit feature, if it is not possible to change the interactive control, could you add a combo box control on the right side of the progress bar to set a few levels to choose from, such as 60%, 80%, 90%, etc.? 关于充电限制功能,如果无法更改交互控件,您可以在进度条右侧添加一个组合框控件来设置几个级别以供选择,例如60%、80%、90%等。 |
It does exactly that, when you open main window or set focus to modes panel it reads current mode. I.e. "Mode : Silent". At least NVDA does so perfectly for me
No, that's not possible on this stage as I have explained. |
Would it be feasible to add a few fixed values in the settings?For example, 60%, 80% and 90%, we don't need to interact with the progress bar. |
@anmi2004 it's already possible You just need to open And modify
|
Thank you |
@anmi2004 actually I have managed to add a keyboard controls for battery charge slider. Now it can get focus from Check this build |
There are a couple of other minor issues that I'm not sure can be optimized
Thank you very much for your prompt help, I didn't expect to solve this problem so quickly, it's much appreciated!
The text was updated successfully, but these errors were encountered: