Keyboard Shortcut Override
data class KeyboardShortcutOverride( val category: KeyboardShortcutCategory, var key: Key, val actionMapKey: String) : BaseKeyboardShortcut, JSONFriendly
Content copied to clipboard
A user-defined override for a BaseKeyboardShortcut.
Author
Richard Arriaga
Constructors
Link copied to clipboard
fun KeyboardShortcutOverride( category: KeyboardShortcutCategory, key: Key, actionMapKey: String)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Check to see if the provided BaseKeyboardShortcut matches the key bindings of this BaseKeyboardShortcut while having different actionMapKeys.
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
The KeyStroke used to trigger this KeyboardShortcut.