-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7u15, 8, 9
-
mac os x
<MenuItem mnemonicParsing="false" text="%btn_undo" fx:id="undoButton">
<accelerator>
<KeyCodeCombination alt="UP" code="Z" control="UP" meta="UP" shift="UP" shortcut="DOWN" />
</accelerator>
</MenuItem>
I have the above xml in my fxml file. On Windows with azerty it works fine, on Mac OS X with an azerty keyboard I have to press the meta+w key instead of z. When I type something in a textfield in my app the keyboard layout is respected.
<accelerator>
<KeyCodeCombination alt="UP" code="Z" control="UP" meta="UP" shift="UP" shortcut="DOWN" />
</accelerator>
</MenuItem>
I have the above xml in my fxml file. On Windows with azerty it works fine, on Mac OS X with an azerty keyboard I have to press the meta+w key instead of z. When I type something in a textfield in my app the keyboard layout is respected.
- duplicates
-
JDK-8150709 Mac OSX and German Keyboard Layout (Y/Z)
- Resolved
-
JDK-8141096 [Mac OS X] Some accelerators treated as QWERTY on non-QWERTY keyboards
- Closed
- relates to
-
JDK-8087884 Exclamation key is undefined (Azerty Keyboards)
- Closed