diff --git a/scripts/keystrokes.lua b/scripts/keystrokes.lua index 91846d7241..d2b587d282 100644 --- a/scripts/keystrokes.lua +++ b/scripts/keystrokes.lua @@ -51,8 +51,6 @@ AddKeystrokeHelp("Ctrl-Q", "- quit to main menu") AddKeystrokeHelp("Alt-R", "- restart scenario") AddKeystrokeHelp("Ctrl-S", "- mute sound") AddKeystrokeHelp("Ctrl-T", "- track unit") -AddKeystrokeHelp("Alt-V", "- next view port") -AddKeystrokeHelp("Ctrl-V", "- previous view port") AddKeystrokeHelp("Alt-W", "- select all visible units of the same type as the currently selected one") AddKeystrokeHelp("Alt-WW", "- select all units of the same type as the currently selected one") AddKeystrokeHelp("Alt-X", "- quit game") diff --git a/scripts/menus/help.lua b/scripts/menus/help.lua index 2085903cce..4e0c8d4b2b 100644 --- a/scripts/menus/help.lua +++ b/scripts/menus/help.lua @@ -28,8 +28,6 @@ local keystrokes = { {"Alt-R", "- restart scenario"}, {"Ctrl-S", "- mute sound"}, {"Ctrl-T", "- track unit"}, - {"Alt-V", "- next view port"}, - {"Ctrl-V", "- previous view port"}, {"Alt-W", "- select all visible units of the same type as the currently selected one"}, {"Alt-WW", "- select all units of the same type as the currently selected one"}, {"Alt-X", "- quit game"},