mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-29 19:20:28 +00:00
M-v for version in ConsoleLayout.
This commit is contained in:
parent
68762cd231
commit
dc262c345e
@ -57,7 +57,7 @@ void ConsoleLayout::OnItemActivated(cursespp::ListWindow* window, size_t index)
|
||||
}
|
||||
|
||||
bool ConsoleLayout::KeyPress(const std::string& kn) {
|
||||
if (kn == "^_") { /* ctrl+/ */
|
||||
if (kn == "^_" || kn == "M-v") { /* ctrl+/ */
|
||||
ToastOverlay::Show(u8fmt(_TSTR("console_version"), VERSION), -1);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user