This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-07-07 13:58:02 +03:00
parent 5a11b290a2
commit 0d21afa2c1
7 changed files with 92 additions and 40 deletions

View File

@ -93,3 +93,6 @@
- { key: "P", action: "Note28" }
- { key: "+", action: "Increase" }
- { key: "-", action: "Decrease" }
- { key: "+", shortcut: true, action: "IncreaseMore" } # increase a large step
- { key: "-", shortcut: true, action: "DecreaseMore" } # decrease a large step