On Sun, 14 Mar 2021 11:10:09 GMT, Pankaj Bansal <pban...@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