On Tue, 8 Sep 2026 23:00:47 GMT, Marius Hanl <[email protected]> wrote:
>> could you set a breakpoint and tell me what it tried to match? > > Probably because in the `KeyEvent`, `ctrl` is down and not `meta`. This is an > interesting case. We could, for headless tests overwrite that, but I would > prefer doing that in a follow up. Can confirm: It is this code. https://github.com/openjdk/jfx/blob/b8e3101220e564d3f9e2a72bb7eed929c2bc2e44/modules/javafx.graphics/src/main/java/com/sun/javafx/tk/Toolkit.java#L814-L816 Will fix. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2297#discussion_r3963067966
