mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +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
|
|
@ -40,38 +40,49 @@ impl Content for ArrangerStatusBar {
|
||||||
.bold(true);
|
.bold(true);
|
||||||
let commands = match self {
|
let commands = match self {
|
||||||
Self::ArrangementMix => command(&[
|
Self::ArrangementMix => command(&[
|
||||||
["", "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"],
|
||||||
["", "s", "et"],
|
["", "s", "et"],
|
||||||
["", "a", "dd"],
|
["", "a", "dd"],
|
||||||
["", "i", "ns"],
|
["", "i", "ns"],
|
||||||
["", "d", "up"],
|
["", "d", "up"],
|
||||||
["", "e", "dit"],
|
["", "e", "dit"],
|
||||||
["", "c", "olor"],
|
["", "c", "olor"],
|
||||||
["re", "n", "ame"],
|
["re", "n", "ame"],
|
||||||
["", ",.", "select"],
|
["", ",.", "select"],
|
||||||
|
["", "Enter", " launch"],
|
||||||
]),
|
]),
|
||||||
Self::ArrangementTrack => command(&[
|
Self::ArrangementTrack => command(&[
|
||||||
["", ",.", "resize"],
|
["re", "n", "ame"],
|
||||||
["", "<>", "move"],
|
["", ",.", "resize"],
|
||||||
["", "i", "nput"],
|
["", "<>", "move"],
|
||||||
["", "o", "utput"],
|
["", "i", "nput"],
|
||||||
["", "m", "ute"],
|
["", "o", "utput"],
|
||||||
["", "s", "olo"],
|
["", "m", "ute"],
|
||||||
|
["", "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"],
|
||||||
["", "i", "nsert"],
|
["", "i", "nsert"],
|
||||||
["", "d", "uplicate"],
|
["", "d", "uplicate"],
|
||||||
["", "c", "olor"],
|
["", "c", "olor"],
|
||||||
["re", "n", "ame"],
|
["re", "n", "ame"],
|
||||||
["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