mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
collect edns under config/
This commit is contained in:
parent
efd182f302
commit
a2f27dac90
30 changed files with 19 additions and 19 deletions
30
config/keys_edit.edn
Normal file
30
config/keys_edit.edn
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
(@up note/pos :note-pos-next)
|
||||
(@w note/pos :note-pos-next)
|
||||
(@down note/pos :note-pos-prev)
|
||||
(@s note/pos :note-pos-prev)
|
||||
|
||||
(@pgup note/pos :note-pos-next-octave)
|
||||
(@pgdn note/pos :note-pos-prev-octave)
|
||||
|
||||
(@comma note/len :note-len-prev)
|
||||
(@period note/len :note-len-next)
|
||||
(@lt note/len :note-len-prev)
|
||||
(@gt note/len :note-len-next)
|
||||
|
||||
(@plus note/range :note-range-next)
|
||||
(@underscore note/range :note-range-prev)
|
||||
|
||||
(@left time/pos :time-pos-prev)
|
||||
(@a time/pos :time-pos-prev)
|
||||
(@right time/pos :time-pos-next)
|
||||
(@d time/pos :time-pos-next)
|
||||
|
||||
(@equal time/zoom :time-zoom-prev)
|
||||
(@minus time/zoom :time-zoom-next)
|
||||
|
||||
(@z time/lock)
|
||||
|
||||
(@enter note/put)
|
||||
(@shift-enter note/append)
|
||||
(@del note/del)
|
||||
(@shift-del note/del)
|
||||
Loading…
Add table
Add a link
Reference in a new issue