On Tue, 8 Sep 2026 21:21:48 GMT, Marius Hanl <[email protected]> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/glass/ui/headless/HeadlessApplication.java
>>  line 255:
>> 
>>> 253:             case '=' -> KeyEvent.VK_EQUALS;
>>> 254:             case '[' -> KeyEvent.VK_BRACELEFT;
>>> 255:             case ']' -> KeyEvent.VK_BRACERIGHT;
>> 
>> are the codes for `[` and `]` correct?  shouldn't they be mapped to 
>> `VK_OPEN_BRACKET` / `VK_CLOSE_BRACKET`
>
> Just rechecked the keyboard, and it is the `{` which this `KeyEvent` matches 
> to.

this is weird.  ok then.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2297#discussion_r3962579419

Reply via email to