mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-06 06:54:29 +00:00
Tweaked ConsoleLayout's shortcut window ordering.
This commit is contained in:
parent
a3c7a76b75
commit
65dfb59be6
@ -68,8 +68,8 @@ ConsoleLayout::ConsoleLayout(ITransport& transport, LibraryPtr library)
|
|||||||
this->commands.reset(new cursespp::TextInput());
|
this->commands.reset(new cursespp::TextInput());
|
||||||
|
|
||||||
this->shortcuts.reset(new ShortcutsWindow());
|
this->shortcuts.reset(new ShortcutsWindow());
|
||||||
this->shortcuts->AddShortcut("ALT+s", "settings");
|
|
||||||
this->shortcuts->AddShortcut("ALT+a", "library");
|
this->shortcuts->AddShortcut("ALT+a", "library");
|
||||||
|
this->shortcuts->AddShortcut("ALT+s", "settings");
|
||||||
this->shortcuts->AddShortcut("CTRL+d", "quit");
|
this->shortcuts->AddShortcut("CTRL+d", "quit");
|
||||||
|
|
||||||
this->AddWindow(this->commands);
|
this->AddWindow(this->commands);
|
||||||
|
Loading…
Reference in New Issue
Block a user