mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
editor: fix keybinds (replace slash with hyphen)
Some checks are pending
/ build (push) Waiting to run
Some checks are pending
/ build (push) Waiting to run
This commit is contained in:
parent
5fa5a875b7
commit
ccf21cbdfe
2 changed files with 20 additions and 25 deletions
|
|
@ -19,4 +19,4 @@
|
|||
(layer "./keys_global.edn")
|
||||
(layer "./keys_clock.edn")
|
||||
(layer "./keys_editor.edn")
|
||||
(layer "./keys_sampler"))
|
||||
(layer "./keys_sampler.edn"))
|
||||
|
|
|
|||
|
|
@ -1,30 +1,25 @@
|
|||
(@up editor note/pos :note-pos-next)
|
||||
(@w editor note/pos :note-pos-next)
|
||||
(@down editor note/pos :note-pos-prev)
|
||||
(@s editor note/pos :note-pos-prev)
|
||||
(@up editor note-pos :note-pos-next)
|
||||
(@down editor note-pos :note-pos-prev)
|
||||
(@pgup editor note-pos :note-pos-next-octave)
|
||||
(@pgdn editor note-pos :note-pos-prev-octave)
|
||||
|
||||
(@pgup editor note/pos :note-pos-next-octave)
|
||||
(@pgdn editor note/pos :note-pos-prev-octave)
|
||||
(@comma editor note-len :note-len-prev)
|
||||
(@period editor note-len :note-len-next)
|
||||
(@lt editor note-len :note-len-prev)
|
||||
(@gt editor note-len :note-len-next)
|
||||
|
||||
(@comma editor note/len :note-len-prev)
|
||||
(@period editor note/len :note-len-next)
|
||||
(@lt editor note/len :note-len-prev)
|
||||
(@gt editor note/len :note-len-next)
|
||||
(@plus editor note-range :note-range-next)
|
||||
(@underscore editor note-range :note-range-prev)
|
||||
|
||||
(@plus editor note/range :note-range-next)
|
||||
(@underscore editor note/range :note-range-prev)
|
||||
(@left editor time-pos :time-pos-prev)
|
||||
(@right editor time-pos :time-pos-next)
|
||||
|
||||
(@left editor time/pos :time-pos-prev)
|
||||
(@a editor time/pos :time-pos-prev)
|
||||
(@right editor time/pos :time-pos-next)
|
||||
(@d editor time/pos :time-pos-next)
|
||||
(@equal editor time-zoom :time-zoom-prev)
|
||||
(@minus editor time-zoom :time-zoom-next)
|
||||
|
||||
(@equal editor time/zoom :time-zoom-prev)
|
||||
(@minus editor time/zoom :time-zoom-next)
|
||||
(@z editor time-lock)
|
||||
|
||||
(@z editor time/lock)
|
||||
|
||||
(@enter editor note/put)
|
||||
(@shift-enter editor note/append)
|
||||
(@del editor note/del)
|
||||
(@shift-del editor note/del)
|
||||
(@enter editor note-put)
|
||||
(@shift-enter editor note-append)
|
||||
(@del editor note-del)
|
||||
(@shift-del editor note-del)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue