On Sat, 1 Jun 2024 18:38:16 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:

> Which key is it that causes this? There is a ticket 
> https://bugs.openjdk.org/browse/JDK-8090319 that suggests completing the 
> missing key codes is also an option.

The original bug report was for letter keys on layouts that don't generate 
Latin characters like Russian or Greek. On Windows AWT handles these keys by 
assigning a Latin key code (so shortcuts like Ctrl-A continue to work) and 
separately providing an extended key code based on the Unicode value. On Mac 
AWT is dropping the ball by not providing a Latin key code.

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

PR Comment: https://git.openjdk.org/jfx/pull/1470#issuecomment-2143550594

Reply via email to