mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
but how to pass arbitrary chars to the config
This commit is contained in:
parent
f485a068a8
commit
19ed6a24b8
11 changed files with 627 additions and 644 deletions
|
|
@ -1,17 +1,17 @@
|
|||
(@enter note/put)
|
||||
(@del note/del)
|
||||
(@"," note/duration/dec)
|
||||
(@"." note/duration/inc)
|
||||
(@"+" note/scale/inc)
|
||||
(@"-" note/scale/dec)
|
||||
(@up note/cursor/inc)
|
||||
(@down note/cursor/dec)
|
||||
(enter note/put)
|
||||
(del note/del)
|
||||
(',' note/dur/dec)
|
||||
('.' note/dur/inc)
|
||||
('+' note/range/inc)
|
||||
('-' note/range/dec)
|
||||
(up note/pos/inc)
|
||||
(down note/pos/dec)
|
||||
|
||||
(@left time/cursor/dec)
|
||||
(@right time/cursor/inc)
|
||||
(@"z" time/zoom/lock)
|
||||
(@"=" time/zoom/in)
|
||||
(@"-" time/zoom/out)
|
||||
(left time/pos/dec)
|
||||
(right time/pos/inc)
|
||||
('z' time/zoom/lock)
|
||||
('=' time/zoom/in)
|
||||
('-' time/zoom/out)
|
||||
|
||||
;(@ctrl-k (midi/kbd/toggle))
|
||||
;(@space (clock/toggle))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue