Skip to content

Commit

Permalink
singlestep: Alt+o, Debug: Alt+b
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Robert Ernst committed Dec 20, 2009
1 parent 36f853f commit 3bf0f82
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions game/uikeys.txt
Expand Up @@ -207,8 +207,8 @@
// bind Any+numpad+ speedup
// bind Any+numpad- slowdown
//
// bind Any+b debug
// bind Any+o singlestep
// bind Alt+b debug
// bind Alt+o singlestep
//
// bind Any+h sharedialog
//
Expand Down
48 changes: 24 additions & 24 deletions rts/Game/UI/KeyBindings.cpp
Expand Up @@ -37,8 +37,6 @@ defaultBindings[] = {
{ "Ctrl+Shift+esc", "quitforce" },
{ "Any+pause", "pause" },

{ "Any+b", "debug" },
{ "Any+o", "singlestep" },
{ "Any+c", "controlunit" },
{ "Any+h", "sharedialog" },
{ "Any+l", "togglelos" },
Expand Down Expand Up @@ -139,44 +137,46 @@ defaultBindings[] = {
{ "Any+z", "buildspacing inc" },
{ "Any+x", "buildspacing dec" },

{ "d", "dgun" },
{ "Shift+d", "dgun" },
{ "Ctrl+d", "selfd" },
{ "Ctrl+Shift+d", "selfd queued" },
{ "s", "stop" },
{ "Shift+s", "stop" },
{ "w", "wait" },
{ "Shift+w", "wait queued" },
{ "m", "move" },
{ "Shift+m", "move" },
{ "a", "attack" },
{ "Shift+a", "attack" },
{ "Alt+a", "areaattack" },
{ "Alt+Shift+a", "areaattack" },
{ "Alt+b", "debug" },
{ "d", "dgun" },
{ "Shift+d", "dgun" },
{ "Ctrl+d", "selfd" },
{ "Ctrl+Shift+d", "selfd queued" },
{ "e", "reclaim" },
{ "Shift+e", "reclaim" },
{ "f", "fight" },
{ "Shift+f", "fight" },
{ "Alt+f", "forcestart" },
{ "p", "patrol" },
{ "Shift+p", "patrol" },
{ "g", "guard" },
{ "Shift+g", "guard" },
{ "e", "reclaim" },
{ "Shift+e", "reclaim" },
{ "r", "repair" },
{ "Shift+r", "repair" },
{ "k", "cloak" },
{ "Shift+k", "cloak" },
{ "l", "loadunits" },
{ "Shift+l", "loadunits" },
{ "m", "move" },
{ "Shift+m", "move" },
{ "Alt+o", "singlestep" },
{ "p", "patrol" },
{ "Shift+p", "patrol" },
{ "q", "groupselect" },
{ "q", "groupadd" },
{ "Ctrl+q", "aiselect" },
{ "Shift+q", "groupclear" },
{ "r", "repair" },
{ "Shift+r", "repair" },
{ "s", "stop" },
{ "Shift+s", "stop" },
{ "u", "unloadunits" },
{ "Shift+u", "unloadunits" },
{ "k", "cloak" },
{ "Shift+k", "cloak" },
{ "w", "wait" },
{ "Shift+w", "wait queued" },
{ "x", "onoff" },
{ "Shift+x", "onoff" },

{ "q", "groupselect" },
{ "q", "groupadd" },
{ "Ctrl+q", "aiselect" },
{ "Shift+q", "groupclear" },

{ "Ctrl+t", "trackmode" },
{ "Any+t", "track" },
Expand Down

0 comments on commit 3bf0f82

Please sign in to comment.