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"],
["", ",.", "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"],