KeyboardShortcutCategory

An enumeration of the different categorization of KeyboardShortcuts.

Author

Richard Arriaga

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Functions

Link copied to clipboard

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

Answer the KeyboardShortcut associated with the provided KeyboardShortcut.actionMapKey.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.