Index: ps/trunk/binaries/data/config/default.cfg =================================================================== --- ps/trunk/binaries/data/config/default.cfg +++ ps/trunk/binaries/data/config/default.cfg @@ -241,6 +241,7 @@ cancel = Esc ; Un-select all units and cancel building placement idleworker = Period ; Select next idle worker idlewarrior = ForwardSlash ; Select next idle warrior +idleunit = BackSlash ; Select next idle unit offscreen = Alt ; Include offscreen units in selection [hotkey.selection.group.add] 0 = "Shift+0" Index: ps/trunk/binaries/data/mods/public/gui/manual/intro.txt =================================================================== --- ps/trunk/binaries/data/mods/public/gui/manual/intro.txt +++ ps/trunk/binaries/data/mods/public/gui/manual/intro.txt @@ -67,11 +67,14 @@ Delete: Delete currently selected units/buildings Shift + Delete: Delete currently selected units/buildings without confirmation / (ForwardSlash): Select idle fighter -Shift + /: add idle fighter to selection +Shift + /: Add idle fighter to selection Alt + /: Select all idle fighters . (Period): Select idle worker (including citizen soldiers) -Shift + .: add idle worker to selection (including citizen soldiers) +Shift + .: Add idle worker to selection (including citizen soldiers) Alt + .: Select all idle workers (including citizen soldiers) +\ (BackSlash): Select idle unit +Shift + \: Add idle unit to selection +Alt + \: Select all idle units H: Stop (halt) the currently selected units. Y: The unit will go back to work U: Unload the garrisoned units of the selected buildings Index: ps/trunk/binaries/data/mods/public/gui/session/hotkeys/misc.xml =================================================================== --- ps/trunk/binaries/data/mods/public/gui/session/hotkeys/misc.xml +++ ps/trunk/binaries/data/mods/public/gui/session/hotkeys/misc.xml @@ -89,6 +89,10 @@ findIdleUnit(g_MilitaryTypes); + + findIdleUnit(["!Domestic"]); + + clearSelection();