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"],
|
["", "c", "olor"],
|
||||||
["", ",.", "scale rows"],
|
["", ",.", "scale rows"],
|
||||||
["", "+-", "resize view"],
|
["", "+-", "resize view"],
|
||||||
|
["", "Enter", " stop all"],
|
||||||
]),
|
]),
|
||||||
Self::ArrangementClip => command(&[
|
Self::ArrangementClip => command(&[
|
||||||
["", "g", "et"],
|
["", "g", "et"],
|
||||||
|
|
@ -54,14 +55,23 @@ impl Content for ArrangerStatusBar {
|
||||||
["", "c", "olor"],
|
["", "c", "olor"],
|
||||||
["re", "n", "ame"],
|
["re", "n", "ame"],
|
||||||
["", ",.", "select"],
|
["", ",.", "select"],
|
||||||
|
["", "Enter", " launch"],
|
||||||
]),
|
]),
|
||||||
Self::ArrangementTrack => command(&[
|
Self::ArrangementTrack => command(&[
|
||||||
|
["re", "n", "ame"],
|
||||||
["", ",.", "resize"],
|
["", ",.", "resize"],
|
||||||
["", "<>", "move"],
|
["", "<>", "move"],
|
||||||
["", "i", "nput"],
|
["", "i", "nput"],
|
||||||
["", "o", "utput"],
|
["", "o", "utput"],
|
||||||
["", "m", "ute"],
|
["", "m", "ute"],
|
||||||
["", "s", "olo"],
|
["", "s", "olo"],
|
||||||
|
["", "Del", "ete"],
|
||||||
|
["", "Enter", " stop"],
|
||||||
|
]),
|
||||||
|
Self::ArrangementScene => command(&[
|
||||||
|
["re", "n", "ame"],
|
||||||
|
["", "Del", "ete"],
|
||||||
|
["", "Enter", " launch"],
|
||||||
]),
|
]),
|
||||||
Self::PhrasePool => command(&[
|
Self::PhrasePool => command(&[
|
||||||
["", "a", "ppend"],
|
["", "a", "ppend"],
|
||||||
|
|
@ -72,6 +82,7 @@ impl Content for ArrangerStatusBar {
|
||||||
["leng", "t", "h"],
|
["leng", "t", "h"],
|
||||||
["", ",.", "move"],
|
["", ",.", "move"],
|
||||||
["", "+-", "resize view"],
|
["", "+-", "resize view"],
|
||||||
|
["", "Del", "ete"],
|
||||||
]),
|
]),
|
||||||
Self::PhraseView => command(&[
|
Self::PhraseView => command(&[
|
||||||
["", "enter", " edit"],
|
["", "enter", " edit"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue