fix(tracker/gioui): using keys to choose Unit Type and tab ordering

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-26 00:33:18 +03:00
parent 192909328c
commit 18d7848367
4 changed files with 117 additions and 94 deletions

View File

@ -52,9 +52,10 @@
- { key: ">", action: "OctaveSubtract" }
- { key: "<", shift: true, action: "OctaveAdd" }
- { key: "<", action: "OctaveSubtract" }
- { key: "⎋", action: "FocusPrev" } # Esc key
- { key: "Tab", shift: true, action: "FocusPrev" }
- { key: "Tab", action: "FocusNext" }
- { key: "Tab", shift: true, shortcut: true, action: "FocusPrevInto" }
- { key: "Tab", action: "FocusNext" }
- { key: "Tab", shortcut: true, action: "FocusNextInto" }
- { key: "A", action: "NoteOff" }
- { key: "1", action: "NoteOff" }