Tweaked ConsoleLayout's shortcut window ordering.

This commit is contained in:
casey 2016-07-08 21:04:37 -07:00
parent a3c7a76b75
commit 65dfb59be6

View File

@ -68,8 +68,8 @@ ConsoleLayout::ConsoleLayout(ITransport& transport, LibraryPtr library)
this->commands.reset(new cursespp::TextInput());
this->shortcuts.reset(new ShortcutsWindow());
this->shortcuts->AddShortcut("ALT+s", "settings");
this->shortcuts->AddShortcut("ALT+a", "library");
this->shortcuts->AddShortcut("ALT+s", "settings");
this->shortcuts->AddShortcut("CTRL+d", "quit");
this->AddWindow(this->commands);