Closed simsor closed 2 years ago
This PR fixes our action handlers' actionHotkey attribute not being used, and adds hotkeys to the actions. The hotkeys are as follows:
actionHotkey
Ctrl+F10
Ctrl+F9
Ctrl+F8
Ctrl+F7
F3
The PR also adds the shortcut to each action's tooltip, so that users can discover them more easily.
This PR fixes our action handlers'
actionHotkey
attribute not being used, and adds hotkeys to the actions. The hotkeys are as follows:Ctrl+F10
for "Continue backwards" (Ctrl+F9
was already taken)Ctrl+F8
for "Single step backwards" (Ctrl+F7
was already taken)F3
for "Timeline"The PR also adds the shortcut to each action's tooltip, so that users can discover them more easily.