mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
fix key bindings in status bar
This commit is contained in:
parent
5e7609d035
commit
02fa22e2ea
1 changed files with 2 additions and 1 deletions
|
|
@ -41,8 +41,9 @@ impl Content for ArrangerStatusBar {
|
||||||
let commands = match self {
|
let commands = match self {
|
||||||
Self::ArrangementMix => command(&[
|
Self::ArrangementMix => command(&[
|
||||||
["", "c", "olor"],
|
["", "c", "olor"],
|
||||||
["", ",.", "resize"],
|
["", "<>", "resize"],
|
||||||
["", "+-", "zoom"],
|
["", "+-", "zoom"],
|
||||||
|
["", "n", "ame/number"],
|
||||||
["", "Enter", " stop all"],
|
["", "Enter", " stop all"],
|
||||||
]),
|
]),
|
||||||
Self::ArrangementClip => command(&[
|
Self::ArrangementClip => command(&[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue