Indicates whether keyboard shortcuts are enabled or not
Adds a new keyboard shortcut Note: The name and the hotkey must be unique in order for a new shortcut to be created.
keyboard shortcut name
the combination of keys needed to trigger the shortcut action
the handler to take place when the keyboard shortcut is pressed
if adding the shortcut was succesful
Disables all keyboard shortcuts
A public method that allows developers to enable default keyboard shortcut functionality in their card
a string used to identify the frame in mousetrap collection
the frame to enable keyboard shortcuts on
Enables all keyboard shortcuts
Retrieves a mapping of all registered keyboard shortcuts and key mappings.
Retrieves a IKeyboardShortcut by name
Name of the shortcut to retrieve
Class for adding, accessing, enabling, and disabling keyboard shortcuts.