Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the shortcut key like the meta key
KeyCombination.shortcut is a way to add platform-independent keyboard shortcuts that will e.g. use "Ctrl" on Windows and "Cmd" on macOS (see the Javadoc in javafx.scene.input.KeyCombination). This commit just adds a check for getShortcut() and sets the NSEventModifierFlagCommand just like is already done for getMeta(). Fixes 0x4a616e#24
- Loading branch information