mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fixed alt+~ keybinding in Windows with PDCurses
This commit is contained in:
parent
6db92b0b64
commit
dd8e5b19d1
@ -309,7 +309,7 @@ int main(int argc, char* argv[])
|
||||
else if (kn == "KEY_RESIZE") {
|
||||
resizeAt = now() + REDRAW_DEBOUNCE_MS;
|
||||
}
|
||||
else if (kn == "M-`" || kn == "M-~") {
|
||||
else if (kn == "M-`" || kn == "M-~" || kn == "M-bquote") {
|
||||
changeLayout(state, consoleLayout);
|
||||
}
|
||||
else if (kn == "M-a") {
|
||||
|
Loading…
Reference in New Issue
Block a user