<Swing Dev> RFR: 8262981: Create implementation for NSAccessibilitySlider protocol
Sergey Bylokhov
serb at openjdk.java.net
Wed Mar 17 01:51:10 UTC 2021
On Sun, 14 Mar 2021 11:10:09 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:
> It looks like the Dialog must have handled the keys as there are no special keys mentioned for JAWS to interact with the component like the VO
Did you check this list of hotkeys?
https://www.freedomscientific.com/training/jaws/hotkeys
https://freedomscientific.github.io/VFO-standards-support/aria.html
Something like:
RIGHT ARROW and UP ARROW increase the value of the slider.
LEFT ARROW and DOWN ARROW decrease the value of the slider.
HOME and END move to the minimum and maximum values of the slider.
PAGE UP and PAGE DOWN increment or decrement the slider by a given amount.
=======================
My main point is that if we will change some shared code we should care about both supported platforms.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2874
More information about the swing-dev
mailing list