RFR: 8267374: (macos) Left Option+Up/Down arrow dont traverse to beginning/end of line in textarea

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Jun 23 06:44:54 UTC 2022


On Thu, 23 Jun 2022 06:07:37 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> > Right option key does not work at all...Left option key worked for left-right but not for up-down..this PR addresses that left option key up/down issue..
> 
> But the right key worked in jdk8, no?

Right Option Key worked for left-right, not for up-down in jdk8..in fact it stopped working from jdk9-b120 even for left-right it seems..
BTW, what is the keycode for Right Option Key? Is it VK_ALT_GRAPH?

-------------

PR: https://git.openjdk.org/jdk/pull/9230



More information about the client-libs-dev mailing list