mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-19 22:53:32 -05: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