shortcuts library
Classes
- CrossPlatformSingleActivator
- A cross-platform SingleActivator.
Constants
- backspaceHotkey → const SingleActivator
- The backspace hotkey.
- deleteShortcut → const SingleActivator
- The delete shortcut.
- moveDownShortcut → const SingleActivator
- A shortcut to move items down.
- moveLeftShortcut → const SingleActivator
- A shortcut to move items left.
- moveRightShortcut → const SingleActivator
- A shortcut to move items right.
- moveToEndShortcut → const SingleActivator
- A shortcut to move something to the end.
- moveToStartShortcut → const SingleActivator
- A shortcut to move something to the top.
- moveUpShortcut → const SingleActivator
- A shortcut to move items up.
- pageDownHotkey → const SingleActivator
- The page down hotkey.
- pageUpHotkey → const SingleActivator
- The page up hotkey.
- searchShortcut → const SingleActivator
- The search shortcut.
Properties
- closeProjectShortcut → CrossPlatformSingleActivator
-
The "Close" shortcut.
final
- copyHotkey → CrossPlatformSingleActivator
-
The hotkey for copying things.
final
- newShortcut → CrossPlatformSingleActivator
-
The "New" shortcut.
final
- openShortcut → CrossPlatformSingleActivator
-
The "Open" shortcut.
final
- runningOnApple → bool
-
Whether we are running on something Apple-flavoured.
final
- testHotkey → CrossPlatformSingleActivator
-
The hotkey for testing things.
final
- useControlKey → bool
-
Whether the control key should be used in shortcuts.
final
- useMetaKey → bool
-
Whether or not the meta key should be used for shortcuts.
final