but how to pass arbitrary chars to the config

This commit is contained in:
🪞👃🪞 2025-01-12 02:23:39 +01:00
parent f485a068a8
commit 19ed6a24b8
11 changed files with 627 additions and 644 deletions

View file

@ -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))