Keyboard Shortcut Override
data class KeyboardShortcutOverride(val category: KeyboardShortcutCategory, var key: Key, val actionMapKey: String) : BaseKeyboardShortcut, JSONFriendly
A user-defined override for a BaseKeyboardShortcut.
Author
Richard Arriaga
Properties
Link copied to clipboard
The key that identifies this BaseKeyboardShortcut.
Link copied to clipboard
The associated KeyboardShortcut or null if actionMapKey is not a valid KeyboardShortcut.actionMapKey
Link copied to clipboard
The KeyboardShortcutCategory this shortcut belongs to.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The key of this BaseKeyboardShortcut.
Link copied to clipboard
The KeyStroke used to trigger this KeyboardShortcut.
Functions
Link copied to clipboard
Check to see if the provided BaseKeyboardShortcut matches the key bindings of this BaseKeyboardShortcut while having different actionMapKeys.