BaseKeyboardShortcut

interface BaseKeyboardShortcut

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

Author

Richard Arriaga

Functions

Link copied to clipboard
open fun matchesOther(bks: BaseKeyboardShortcut): Boolean

Check to see if the provided BaseKeyboardShortcut matches the key bindings of this BaseKeyboardShortcut while having different actionMapKeys.

Properties

Link copied to clipboard
abstract val actionMapKey: String

The key that identifies this BaseKeyboardShortcut.

Link copied to clipboard
abstract val category: KeyboardShortcutCategory

The KeyboardShortcutCategory this shortcut belongs to.

Link copied to clipboard
abstract var key: Key

The key of this BaseKeyboardShortcut.

Link copied to clipboard
open val keyStroke: KeyStroke

The KeyStroke used to trigger this KeyboardShortcut.

Inheritors

Link copied to clipboard
Link copied to clipboard