add more commands to status bar

This commit is contained in:
🪞👃🪞 2024-10-26 22:41:41 +03:00
parent 6de22691f2
commit 7f3b343604

View file

@ -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"],