mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 08:24:50 -04:00
feat(tracker/gioui): user-defined keybindings.yml override defaults
The behaviour of the user-defined keybindings.yml was changed. It now documents just the changes from the default keybindings. An empty line with no action means "unbind the key".
This commit is contained in:
parent
eb9413b9a0
commit
daf7fb1519
@ -1,3 +1,11 @@
|
||||
# You can place your custom keybindings.yml in the Sointu config directory e.g.
|
||||
# AppData\Roaming\sointu\keybindings.yml on Windows. There, you can override the
|
||||
# default keybindings with your own. The format is the same as below. A
|
||||
# keybinding without any action means unbinding the key. For example, the line
|
||||
#
|
||||
# - {key: "A"}
|
||||
#
|
||||
# will stop the A key from sending NoteOff events.
|
||||
- {key: "C", shortcut: true, action: "Copy"}
|
||||
- {key: "V", shortcut: true, action: "Paste"}
|
||||
- {key: "A", shortcut: true, action: "SelectAll"}
|
||||
|
Reference in New Issue
Block a user