mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add more commands to status bar
This commit is contained in:
parent
6de22691f2
commit
7f3b343604
1 changed files with 37 additions and 26 deletions
|
|
@ -43,6 +43,7 @@ impl Content for ArrangerStatusBar {
|
|||
["", "c", "olor"],
|
||||
["", ",.", "scale rows"],
|
||||
["", "+-", "resize view"],
|
||||
["", "Enter", " stop all"],
|
||||
]),
|
||||
Self::ArrangementClip => command(&[
|
||||
["", "g", "et"],
|
||||
|
|
@ -54,14 +55,23 @@ impl Content for ArrangerStatusBar {
|
|||
["", "c", "olor"],
|
||||
["re", "n", "ame"],
|
||||
["", ",.", "select"],
|
||||
["", "Enter", " launch"],
|
||||
]),
|
||||
Self::ArrangementTrack => command(&[
|
||||
["re", "n", "ame"],
|
||||
["", ",.", "resize"],
|
||||
["", "<>", "move"],
|
||||
["", "i", "nput"],
|
||||
["", "o", "utput"],
|
||||
["", "m", "ute"],
|
||||
["", "s", "olo"],
|
||||
["", "Del", "ete"],
|
||||
["", "Enter", " stop"],
|
||||
]),
|
||||
Self::ArrangementScene => command(&[
|
||||
["re", "n", "ame"],
|
||||
["", "Del", "ete"],
|
||||
["", "Enter", " launch"],
|
||||
]),
|
||||
Self::PhrasePool => command(&[
|
||||
["", "a", "ppend"],
|
||||
|
|
@ -72,6 +82,7 @@ impl Content for ArrangerStatusBar {
|
|||
["leng", "t", "h"],
|
||||
["", ",.", "move"],
|
||||
["", "+-", "resize view"],
|
||||
["", "Del", "ete"],
|
||||
]),
|
||||
Self::PhraseView => command(&[
|
||||
["", "enter", " edit"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue