mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
stub save/load/options
This commit is contained in:
parent
6f6078e25a
commit
57102d7e6b
7 changed files with 54 additions and 15 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(@shift-O output add)
|
||||
(@shift-S scene add)
|
||||
(@shift-T track add)
|
||||
(@shift-Z device picker)
|
||||
(@shift-D device picker)
|
||||
|
||||
(@up select :select-scene-prev)
|
||||
(@down select :select-scene-next)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(@esc device select-cancel)
|
||||
(@esc device cancel)
|
||||
(@up device pick :device-kind-prev)
|
||||
(@down device pick :device-kind-next)
|
||||
(@enter device add :device-kind)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
(@esc toggle-menu)
|
||||
(@f1 toggle-help)
|
||||
(@esc toggle-dialog :dialog-menu)
|
||||
(@f1 toggle-dialog :dialog-help)
|
||||
(@f6 toggle-dialog :dialog-save)
|
||||
(@f8 toggle-dialog :dialog-options)
|
||||
(@f9 toggle-dialog :dialog-load)
|
||||
(@f10 toggle-dialog :dialog-quit)
|
||||
|
||||
(@u undo 1)
|
||||
(@shift-u redo 1)
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
(@r sampler record/toggle :sample)
|
||||
(@r sampler record/toggle :sample)
|
||||
(@tab focus-next)
|
||||
(@shift-tab focus-prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue