mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 08:24:50 -04:00
fix(tracker/gioui): using keys to choose Unit Type and tab ordering
This commit is contained in:
parent
192909328c
commit
18d7848367
@ -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" }
|
||||
|
Reference in New Issue
Block a user