Skip to content

Commit

Permalink
Removed outdated viewport hotkey information
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Apr 11, 2021
1 parent c23d6e8 commit 86f41fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/keystrokes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 0 additions & 2 deletions scripts/menus/help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 86f41fa

Please sign in to comment.