shortcuts library

Constants

backspaceHotkey → const SingleActivator
The backspace hotkey.
deleteShortcut → const SingleActivator
The delete shortcut.
helpShortcut → const CharacterActivator
The intent to get help from a WithKeyboardShortcuts widget.
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 SingleActivator
The "Close Project" shortcut.
final
copyHotkey SingleActivator
The hotkey for copying things.
final
newShortcut SingleActivator
The "New" shortcut.
final
openShortcut SingleActivator
The "Open" shortcut.
final
testHotkey SingleActivator
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