Shortcuts#
Shortcuts (key bindings) can be previewed by pressing Control-? or Control-F1.
Global Shortcuts#

Editor Shortcuts#

Custom Shortcuts#
Shortcuts can be overridden by placing
a file named shortcuts.yaml
under the
Zrythm user path.
An example is given below.
---
schema_version: 2
shortcuts:
- action: app.manual
primary: F1
- action: app.open
primary: <Control>o
- action: app.goto-prev-marker
primary: KP_4 # keypad 4
secondary: Backspace
...
Todo
Make this more user friendly & document all actions.