Atajos#

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

Atajos globales#

../_images/global_shortcuts.png

Atajos del editor#

../_images/editor_shortcuts.png

Atajos personalizados#

Es posible sustituir los atajos colocando un archivo de nombre file:shortcuts.yaml en la ruta de usuario de Zrythm.

Vea el ejemplo que sigue.

---
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
...

Por hacer

Make this more user friendly & document all actions.