BaseKeyboardShortcut

The base-level information required to create a keyboard shortcut.

Author

Richard Arriaga

Inheritors

Properties

Link copied to clipboard
abstract val actionMapKey: String

The key that identifies this BaseKeyboardShortcut.

Link copied to clipboard

The KeyboardShortcutCategory this shortcut belongs to.

Link copied to clipboard
abstract var key: Key

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.