diff --git a/src/musikbox/app/layout/ConsoleLayout.cpp b/src/musikbox/app/layout/ConsoleLayout.cpp index 1c9665940..716911b56 100755 --- a/src/musikbox/app/layout/ConsoleLayout.cpp +++ b/src/musikbox/app/layout/ConsoleLayout.cpp @@ -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);