mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
remove old input macros
This commit is contained in:
parent
6fd87ce4ed
commit
ca1fb3c414
11 changed files with 218 additions and 247 deletions
|
|
@ -1,12 +1,12 @@
|
|||
(:n rename/begin)
|
||||
(:t length/begin)
|
||||
(:m import/begin)
|
||||
(:x export/begin)
|
||||
(:c clip/color :current :random-color)
|
||||
(:openbracket select :previous)
|
||||
(:closebracket select :next)
|
||||
(:lt swap :current :previous)
|
||||
(:gt swap :current :next)
|
||||
(:delete clip/delete :current)
|
||||
(:shift-A clip/add :after :new-clip)
|
||||
(:shift-D clip/add :after :cloned-clip)
|
||||
(@n rename/begin)
|
||||
(@t length/begin)
|
||||
(@m import/begin)
|
||||
(@x export/begin)
|
||||
(@c clip/color :current :random-color)
|
||||
(@openbracket select :previous)
|
||||
(@closebracket select :next)
|
||||
(@lt swap :current :previous)
|
||||
(@gt swap :current :next)
|
||||
(@delete clip/delete :current)
|
||||
(@shift-A clip/add :after :new-clip)
|
||||
(@shift-D clip/add :after :cloned-clip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue