diff --git a/plugins/hotkeys.cpp b/plugins/hotkeys.cpp index f5a4710e8..da8506b32 100644 --- a/plugins/hotkeys.cpp +++ b/plugins/hotkeys.cpp @@ -87,7 +87,7 @@ static void find_active_keybindings(df::viewscreen *screen, bool filtermenu) { } valid_keys.push_back("`"); - vector focusStrings = Gui::getFocusStrings(screen); + for (int shifted = 0; shifted < 2; shifted++) { for (int alt = 0; alt < 2; alt++) { for (int ctrl = 0; ctrl < 2; ctrl++) {