AVAIL_EDITOR

KeyboardShortcuts for AvailEditors.

Functions

Link copied to clipboard
fun checkShortcutsUnique(): List<Set<KeyboardShortcut>>

Check to see that the shortcuts of this category and the shortcuts of all the overlapCategories are unique relative to each other.

Link copied to clipboard

Check to see that the shortcuts of this category and the shortcuts of all the overlapCategories are unique relative to the provided BaseKeyboardShortcut.

Link copied to clipboard
fun keyboardShortcut(actionMapKey: String): KeyboardShortcut?

Answer the KeyboardShortcut associated with the provided KeyboardShortcut.actionMapKey.

Properties

Link copied to clipboard
val display: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val overlapCategories: Set<KeyboardShortcutCategory>

The set of other KeyboardShortcutCategorys that are also active when this KeyboardShortcutCategory os active. The shortcuts of this KeyboardShortcutCategory and the shortcuts of the KeyboardShortcutCategorys in this set are all available at the same time from at least one screen. The consequence is that the KeyboardShortcut.keyStrokes must be unique across all these shortcuts.

Link copied to clipboard
open override val shortcuts: List<KeyboardShortcut>
Link copied to clipboard