mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
parent
55b6745d4d
commit
a77536c234
6 changed files with 93 additions and 13 deletions
|
|
@ -11,6 +11,7 @@
|
|||
:arranger))))))
|
||||
|
||||
(keys
|
||||
(layer-if :mode-device-add "./keys_device_add.edn")
|
||||
(layer-if :mode-pool-import "./keys_pool_file.edn")
|
||||
(layer-if :mode-pool-export "./keys_pool_file.edn")
|
||||
(layer-if :mode-pool-rename "./keys_clip_rename.edn")
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
(@t select :track 0)
|
||||
(@tab edit :clip)
|
||||
(@c color)
|
||||
(@q launch)
|
||||
(@shift-I input add)
|
||||
(@shift-O output add)
|
||||
(@shift-S scene add)
|
||||
(@shift-T track add)
|
||||
(@c color)
|
||||
(@q launch)
|
||||
(@t select :track 0)
|
||||
(@tab edit :clip)
|
||||
(@shift-I input add)
|
||||
(@shift-O output add)
|
||||
(@shift-S scene add)
|
||||
(@shift-T track add)
|
||||
(@shift-Z device picker)
|
||||
|
||||
(@up select :scene-prev)
|
||||
(@w select :scene-prev)
|
||||
|
|
|
|||
4
config/keys_device_add.edn
Normal file
4
config/keys_device_add.edn
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(@esc device select-cancel)
|
||||
(@up device pick :device-kind-prev)
|
||||
(@down device pick :device-kind-next)
|
||||
(@enter device add :device-kind)
|
||||
Loading…
Add table
Add a link
Reference in a new issue