Add contexts for hotkey validation
This commit is contained in:
committed by
Matthias Mailänder
parent
1bc95a290f
commit
1813edc74b
@@ -20,6 +20,7 @@ namespace OpenRA
|
|||||||
public readonly Hotkey Default = Hotkey.Invalid;
|
public readonly Hotkey Default = Hotkey.Invalid;
|
||||||
public readonly string Description = "";
|
public readonly string Description = "";
|
||||||
public readonly HashSet<string> Types = new HashSet<string>();
|
public readonly HashSet<string> Types = new HashSet<string>();
|
||||||
|
public readonly HashSet<string> Contexts = new HashSet<string>();
|
||||||
public bool HasDuplicates { get; internal set; }
|
public bool HasDuplicates { get; internal set; }
|
||||||
|
|
||||||
public HotkeyDefinition(string name, MiniYaml node)
|
public HotkeyDefinition(string name, MiniYaml node)
|
||||||
@@ -36,6 +37,10 @@ namespace OpenRA
|
|||||||
var typesNode = node.Nodes.FirstOrDefault(n => n.Key == "Types");
|
var typesNode = node.Nodes.FirstOrDefault(n => n.Key == "Types");
|
||||||
if (typesNode != null)
|
if (typesNode != null)
|
||||||
Types = FieldLoader.GetValue<HashSet<string>>("Types", typesNode.Value.Value);
|
Types = FieldLoader.GetValue<HashSet<string>>("Types", typesNode.Value.Value);
|
||||||
|
|
||||||
|
var contextsNode = node.Nodes.FirstOrDefault(n => n.Key == "Contexts");
|
||||||
|
if (contextsNode != null)
|
||||||
|
Contexts = FieldLoader.GetValue<HashSet<string>>("Contexts", contextsNode.Value.Value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ namespace OpenRA
|
|||||||
if (kv.Key == name)
|
if (kv.Key == name)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (kv.Value == value && definitions[kv.Key].Types.Overlaps(definition.Types))
|
if (kv.Value == value && definitions[kv.Key].Contexts.Overlaps(definition.Contexts))
|
||||||
return definitions[kv.Key];
|
return definitions[kv.Key];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,24 @@
|
|||||||
ProductionTypeBuilding: E
|
ProductionTypeBuilding: E
|
||||||
Description: Building Tab
|
Description: Building Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeDefense: R
|
ProductionTypeDefense: R
|
||||||
Description: Defense Tab
|
Description: Defense Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeInfantry: T
|
ProductionTypeInfantry: T
|
||||||
Description: Infantry Tab
|
Description: Infantry Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeVehicle: Y
|
ProductionTypeVehicle: Y
|
||||||
Description: Vehicle Tab
|
Description: Vehicle Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeAircraft: U
|
ProductionTypeAircraft: U
|
||||||
Description: Aircraft Tab
|
Description: Aircraft Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
OpenTeamChat: Return
|
OpenTeamChat: Return
|
||||||
Description: Open Team Chat
|
Description: Open Team Chat
|
||||||
Types: Chat, Player, Spectator
|
Types: Chat
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
OpenGeneralChat: Return Shift
|
OpenGeneralChat: Return Shift
|
||||||
Description: Open General Chat
|
Description: Open General Chat
|
||||||
Types: Chat, Player, Spectator
|
Types: Chat
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|||||||
@@ -1,203 +1,254 @@
|
|||||||
ControlGroupSelect01: NUMBER_1
|
ControlGroupSelect01: NUMBER_1
|
||||||
Description: Select group 1
|
Description: Select group 1
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect02: NUMBER_2
|
ControlGroupSelect02: NUMBER_2
|
||||||
Description: Select group 2
|
Description: Select group 2
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect03: NUMBER_3
|
ControlGroupSelect03: NUMBER_3
|
||||||
Description: Select group 3
|
Description: Select group 3
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect04: NUMBER_4
|
ControlGroupSelect04: NUMBER_4
|
||||||
Description: Select group 4
|
Description: Select group 4
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect05: NUMBER_5
|
ControlGroupSelect05: NUMBER_5
|
||||||
Description: Select group 5
|
Description: Select group 5
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect06: NUMBER_6
|
ControlGroupSelect06: NUMBER_6
|
||||||
Description: Select group 6
|
Description: Select group 6
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect07: NUMBER_7
|
ControlGroupSelect07: NUMBER_7
|
||||||
Description: Select group 7
|
Description: Select group 7
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect08: NUMBER_8
|
ControlGroupSelect08: NUMBER_8
|
||||||
Description: Select group 8
|
Description: Select group 8
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect09: NUMBER_9
|
ControlGroupSelect09: NUMBER_9
|
||||||
Description: Select group 9
|
Description: Select group 9
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupSelect10: NUMBER_0
|
ControlGroupSelect10: NUMBER_0
|
||||||
Description: Select group 0
|
Description: Select group 0
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate01: NUMBER_1 Ctrl
|
ControlGroupCreate01: NUMBER_1 Ctrl
|
||||||
Description: Create group 1
|
Description: Create group 1
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate02: NUMBER_2 Ctrl
|
ControlGroupCreate02: NUMBER_2 Ctrl
|
||||||
Description: Create group 2
|
Description: Create group 2
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate03: NUMBER_3 Ctrl
|
ControlGroupCreate03: NUMBER_3 Ctrl
|
||||||
Description: Create group 3
|
Description: Create group 3
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate04: NUMBER_4 Ctrl
|
ControlGroupCreate04: NUMBER_4 Ctrl
|
||||||
Description: Create group 4
|
Description: Create group 4
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate05: NUMBER_5 Ctrl
|
ControlGroupCreate05: NUMBER_5 Ctrl
|
||||||
Description: Create group 5
|
Description: Create group 5
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate06: NUMBER_6 Ctrl
|
ControlGroupCreate06: NUMBER_6 Ctrl
|
||||||
Description: Create group 6
|
Description: Create group 6
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate07: NUMBER_7 Ctrl
|
ControlGroupCreate07: NUMBER_7 Ctrl
|
||||||
Description: Create group 7
|
Description: Create group 7
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate08: NUMBER_8 Ctrl
|
ControlGroupCreate08: NUMBER_8 Ctrl
|
||||||
Description: Create group 8
|
Description: Create group 8
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate09: NUMBER_9 Ctrl
|
ControlGroupCreate09: NUMBER_9 Ctrl
|
||||||
Description: Create group 9
|
Description: Create group 9
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCreate10: NUMBER_0 Ctrl
|
ControlGroupCreate10: NUMBER_0 Ctrl
|
||||||
Description: Create group 0
|
Description: Create group 0
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo01: NUMBER_1 Ctrl, Shift
|
ControlGroupAddTo01: NUMBER_1 Ctrl, Shift
|
||||||
Description: Add to group 1
|
Description: Add to group 1
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo02: NUMBER_2 Ctrl, Shift
|
ControlGroupAddTo02: NUMBER_2 Ctrl, Shift
|
||||||
Description: Add to group 2
|
Description: Add to group 2
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo03: NUMBER_3 Ctrl, Shift
|
ControlGroupAddTo03: NUMBER_3 Ctrl, Shift
|
||||||
Description: Add to group 3
|
Description: Add to group 3
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo04: NUMBER_4 Ctrl, Shift
|
ControlGroupAddTo04: NUMBER_4 Ctrl, Shift
|
||||||
Description: Add to group 4
|
Description: Add to group 4
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo05: NUMBER_5 Ctrl, Shift
|
ControlGroupAddTo05: NUMBER_5 Ctrl, Shift
|
||||||
Description: Add to group 5
|
Description: Add to group 5
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo06: NUMBER_6 Ctrl, Shift
|
ControlGroupAddTo06: NUMBER_6 Ctrl, Shift
|
||||||
Description: Add to group 6
|
Description: Add to group 6
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo07: NUMBER_7 Ctrl, Shift
|
ControlGroupAddTo07: NUMBER_7 Ctrl, Shift
|
||||||
Description: Add to group 7
|
Description: Add to group 7
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo08: NUMBER_8 Ctrl, Shift
|
ControlGroupAddTo08: NUMBER_8 Ctrl, Shift
|
||||||
Description: Add to group 8
|
Description: Add to group 8
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo09: NUMBER_9 Ctrl, Shift
|
ControlGroupAddTo09: NUMBER_9 Ctrl, Shift
|
||||||
Description: Add to group 9
|
Description: Add to group 9
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupAddTo10: NUMBER_0 Ctrl, Shift
|
ControlGroupAddTo10: NUMBER_0 Ctrl, Shift
|
||||||
Description: Add to group 0
|
Description: Add to group 0
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith01: NUMBER_1 Shift
|
ControlGroupCombineWith01: NUMBER_1 Shift
|
||||||
Description: Combine with group 1
|
Description: Combine with group 1
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith02: NUMBER_2 Shift
|
ControlGroupCombineWith02: NUMBER_2 Shift
|
||||||
Description: Combine with group 2
|
Description: Combine with group 2
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith03: NUMBER_3 Shift
|
ControlGroupCombineWith03: NUMBER_3 Shift
|
||||||
Description: Combine with group 3
|
Description: Combine with group 3
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith04: NUMBER_4 Shift
|
ControlGroupCombineWith04: NUMBER_4 Shift
|
||||||
Description: Combine with group 4
|
Description: Combine with group 4
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith05: NUMBER_5 Shift
|
ControlGroupCombineWith05: NUMBER_5 Shift
|
||||||
Description: Combine with group 5
|
Description: Combine with group 5
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith06: NUMBER_6 Shift
|
ControlGroupCombineWith06: NUMBER_6 Shift
|
||||||
Description: Combine with group 6
|
Description: Combine with group 6
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith07: NUMBER_7 Shift
|
ControlGroupCombineWith07: NUMBER_7 Shift
|
||||||
Description: Combine with group 7
|
Description: Combine with group 7
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith08: NUMBER_8 Shift
|
ControlGroupCombineWith08: NUMBER_8 Shift
|
||||||
Description: Combine with group 8
|
Description: Combine with group 8
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith09: NUMBER_9 Shift
|
ControlGroupCombineWith09: NUMBER_9 Shift
|
||||||
Description: Combine with group 9
|
Description: Combine with group 9
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupCombineWith10: NUMBER_0 Shift
|
ControlGroupCombineWith10: NUMBER_0 Shift
|
||||||
Description: Combine with group 0
|
Description: Combine with group 0
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo01: NUMBER_1 Alt
|
ControlGroupJumpTo01: NUMBER_1 Alt
|
||||||
Description: Jump to group 1
|
Description: Jump to group 1
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo02: NUMBER_2 Alt
|
ControlGroupJumpTo02: NUMBER_2 Alt
|
||||||
Description: Jump to group 2
|
Description: Jump to group 2
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo03: NUMBER_3 Alt
|
ControlGroupJumpTo03: NUMBER_3 Alt
|
||||||
Description: Jump to group 3
|
Description: Jump to group 3
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo04: NUMBER_4 Alt
|
ControlGroupJumpTo04: NUMBER_4 Alt
|
||||||
Description: Jump to group 4
|
Description: Jump to group 4
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo05: NUMBER_5 Alt
|
ControlGroupJumpTo05: NUMBER_5 Alt
|
||||||
Description: Jump to group 5
|
Description: Jump to group 5
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo06: NUMBER_6 Alt
|
ControlGroupJumpTo06: NUMBER_6 Alt
|
||||||
Description: Jump to group 6
|
Description: Jump to group 6
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo07: NUMBER_7 Alt
|
ControlGroupJumpTo07: NUMBER_7 Alt
|
||||||
Description: Jump to group 7
|
Description: Jump to group 7
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo08: NUMBER_8 Alt
|
ControlGroupJumpTo08: NUMBER_8 Alt
|
||||||
Description: Jump to group 8
|
Description: Jump to group 8
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo09: NUMBER_9 Alt
|
ControlGroupJumpTo09: NUMBER_9 Alt
|
||||||
Description: Jump to group 9
|
Description: Jump to group 9
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ControlGroupJumpTo10: NUMBER_0 Alt
|
ControlGroupJumpTo10: NUMBER_0 Alt
|
||||||
Description: Jump to group 0
|
Description: Jump to group 0
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
RemoveFromControlGroup:
|
RemoveFromControlGroup:
|
||||||
Description: Remove from control group
|
Description: Remove from control group
|
||||||
Types: ControlGroups, Player
|
Types: ControlGroups
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|||||||
@@ -1,107 +1,134 @@
|
|||||||
CycleBase: H
|
CycleBase: H
|
||||||
Description: Jump to base
|
Description: Jump to base
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
ToLastEvent: SPACE
|
ToLastEvent: SPACE
|
||||||
Description: Jump to last radar event
|
Description: Jump to last radar event
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
ToSelection: HOME
|
ToSelection: HOME
|
||||||
Description: Jump to selection
|
Description: Jump to selection
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
SelectAllUnits: Q
|
SelectAllUnits: Q
|
||||||
Description: Select all combat units
|
Description: Select all combat units
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
SelectUnitsByType: W
|
SelectUnitsByType: W
|
||||||
Description: Select units by type
|
Description: Select units by type
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
CycleHarvesters: N
|
CycleHarvesters: N
|
||||||
Description: Cycle Harvesters
|
Description: Cycle Harvesters
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
Pause: PAUSE
|
Pause: PAUSE
|
||||||
Description: Pause / Unpause
|
Description: Pause / Unpause
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
Sell: Z
|
Sell: Z
|
||||||
Description: Sell mode
|
Description: Sell mode
|
||||||
Types: OrderGenerator, Player
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Repair: C
|
Repair: C
|
||||||
Description: Repair mode
|
Description: Repair mode
|
||||||
Types: OrderGenerator, Player
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
PlaceBeacon: B
|
PlaceBeacon: B
|
||||||
Description: Place beacon
|
Description: Place beacon
|
||||||
Types: OrderGenerator, Player, Spectator
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
CycleStatusBars: COMMA
|
CycleStatusBars: COMMA
|
||||||
Description: Cycle status bars display
|
Description: Cycle status bars display
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
ToggleMute: M
|
ToggleMute: M
|
||||||
Description: Toggle audio mute
|
Description: Toggle audio mute
|
||||||
Types: World, Menu, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|
||||||
TogglePlayerStanceColor: COMMA Ctrl
|
TogglePlayerStanceColor: COMMA Ctrl
|
||||||
Description: Toggle player stance colors
|
Description: Toggle player stance colors
|
||||||
Types: World, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
TakeScreenshot: P Ctrl
|
TakeScreenshot: P Ctrl
|
||||||
Description: Take screenshot
|
Description: Take screenshot
|
||||||
Types: World, Menu, Player, Spectator
|
Types: World
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|
||||||
AttackMove: A
|
AttackMove: A
|
||||||
Description: Attack Move
|
Description: Attack Move
|
||||||
Types: Unit, Player
|
Types: Unit
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Stop: S
|
Stop: S
|
||||||
Description: Stop
|
Description: Stop
|
||||||
Types: Unit, Player
|
Types: Unit
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Scatter: X Ctrl
|
Scatter: X Ctrl
|
||||||
Description: Scatter
|
Description: Scatter
|
||||||
Types: Unit, Player
|
Types: Unit
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Deploy: F
|
Deploy: F
|
||||||
Description: Deploy
|
Description: Deploy
|
||||||
Types: Unit, Player
|
Types: Unit
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Guard: D
|
Guard: D
|
||||||
Description: Guard
|
Description: Guard
|
||||||
Types: Unit, Player
|
Types: Unit
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
StanceAttackAnything: A Alt
|
StanceAttackAnything: A Alt
|
||||||
Description: Attack anything
|
Description: Attack anything
|
||||||
Types: Stance, Player
|
Types: Stance
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
StanceDefend: S Alt
|
StanceDefend: S Alt
|
||||||
Description: Defend
|
Description: Defend
|
||||||
Types: Stance, Player
|
Types: Stance
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
StanceReturnFire: D Alt
|
StanceReturnFire: D Alt
|
||||||
Description: Return fire
|
Description: Return fire
|
||||||
Types: Stance, Player
|
Types: Stance
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
StanceHoldFire: F Alt
|
StanceHoldFire: F Alt
|
||||||
Description: Hold fire
|
Description: Hold fire
|
||||||
Types: Stance, Player
|
Types: Stance
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
StopMusic: AUDIOSTOP
|
StopMusic: AUDIOSTOP
|
||||||
Description: Stop
|
Description: Stop
|
||||||
Types: Music, Player, Spectator
|
Types: Music
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|
||||||
PauseMusic: AUDIOPLAY
|
PauseMusic: AUDIOPLAY
|
||||||
Description: Pause or Resume
|
Description: Pause or Resume
|
||||||
Types: Music, Player, Spectator
|
Types: Music
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|
||||||
PrevMusic: AUDIOPREV
|
PrevMusic: AUDIOPREV
|
||||||
Description: Previous
|
Description: Previous
|
||||||
Types: Music, Player, Spectator
|
Types: Music
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|
||||||
NextMusic: AUDIONEXT
|
NextMusic: AUDIONEXT
|
||||||
Description: Next
|
Description: Next
|
||||||
Types: Music, Player, Spectator
|
Types: Music
|
||||||
|
Contexts: Menu, Player, Spectator
|
||||||
|
|||||||
@@ -1,59 +1,74 @@
|
|||||||
ObserverCombinedView: MINUS
|
ObserverCombinedView: MINUS
|
||||||
Description: All Players
|
Description: All Players
|
||||||
Types: Observer, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
ObserverWorldView: EQUALS
|
ObserverWorldView: EQUALS
|
||||||
Description: Disable Shroud
|
Description: Disable Shroud
|
||||||
Types: Observer, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
ReplaySpeedSlow: F9
|
ReplaySpeedSlow: F9
|
||||||
Description: Slow speed
|
Description: Slow speed
|
||||||
Types: Replay, Spectator
|
Types: Replay
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
ReplaySpeedRegular: F10
|
ReplaySpeedRegular: F10
|
||||||
Description: Regular speed
|
Description: Regular speed
|
||||||
Types: Replay, Spectator
|
Types: Replay
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
ReplaySpeedFast: F11
|
ReplaySpeedFast: F11
|
||||||
Description: Fast speed
|
Description: Fast speed
|
||||||
Types: Replay, Spectator
|
Types: Replay
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
ReplaySpeedMax: F12
|
ReplaySpeedMax: F12
|
||||||
Description: Maximum speed
|
Description: Maximum speed
|
||||||
Types: Replay, Spectator
|
Types: Replay
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsNone: F1
|
StatisticsNone: F1
|
||||||
Description: Disable statistics
|
Description: Disable statistics
|
||||||
Types: Observer, Replay
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsBasic: F2
|
StatisticsBasic: F2
|
||||||
Description: Basic statistics
|
Description: Basic statistics
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsEconomy: F3
|
StatisticsEconomy: F3
|
||||||
Description: Economy statistics
|
Description: Economy statistics
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsProduction: F4
|
StatisticsProduction: F4
|
||||||
Description: Production statistics
|
Description: Production statistics
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsSupportPowers: F5
|
StatisticsSupportPowers: F5
|
||||||
Description: Support Power statistics
|
Description: Support Power statistics
|
||||||
Types: Observer, Replay
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsCombat: F6
|
StatisticsCombat: F6
|
||||||
Description: Combat statistics
|
Description: Combat statistics
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsArmy: F7
|
StatisticsArmy: F7
|
||||||
Description: Army statistics
|
Description: Army statistics
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsGraph:
|
StatisticsGraph:
|
||||||
Description: Statistics graph
|
Description: Statistics graph
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|
||||||
StatisticsArmyGraph:
|
StatisticsArmyGraph:
|
||||||
Description: Army value graph
|
Description: Army value graph
|
||||||
Types: Observer, Replay, Spectator
|
Types: Observer
|
||||||
|
Contexts: Spectator
|
||||||
|
|||||||
@@ -1,103 +1,129 @@
|
|||||||
CycleProductionBuildings: TAB Ctrl
|
CycleProductionBuildings: TAB Ctrl
|
||||||
Description: Next facility
|
Description: Next facility
|
||||||
Types: Production, Player, Spectator
|
Types: Production
|
||||||
|
Contexts: Player, Spectator
|
||||||
|
|
||||||
SelectProductionBuilding: TAB
|
SelectProductionBuilding: TAB
|
||||||
Description: Current facility
|
Description: Current facility
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production01: F1
|
Production01: F1
|
||||||
Description: Slot 01
|
Description: Slot 01
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production02: F2
|
Production02: F2
|
||||||
Description: Slot 02
|
Description: Slot 02
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production03: F3
|
Production03: F3
|
||||||
Description: Slot 03
|
Description: Slot 03
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production04: F4
|
Production04: F4
|
||||||
Description: Slot 04
|
Description: Slot 04
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production05: F5
|
Production05: F5
|
||||||
Description: Slot 05
|
Description: Slot 05
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production06: F6
|
Production06: F6
|
||||||
Description: Slot 06
|
Description: Slot 06
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production07: F7
|
Production07: F7
|
||||||
Description: Slot 07
|
Description: Slot 07
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production08: F8
|
Production08: F8
|
||||||
Description: Slot 08
|
Description: Slot 08
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production09: F9
|
Production09: F9
|
||||||
Description: Slot 09
|
Description: Slot 09
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production10: F10
|
Production10: F10
|
||||||
Description: Slot 10
|
Description: Slot 10
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production11: F11
|
Production11: F11
|
||||||
Description: Slot 11
|
Description: Slot 11
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production12: F12
|
Production12: F12
|
||||||
Description: Slot 12
|
Description: Slot 12
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production13: F1 CTRL
|
Production13: F1 CTRL
|
||||||
Description: Slot 13
|
Description: Slot 13
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production14: F2 CTRL
|
Production14: F2 CTRL
|
||||||
Description: Slot 14
|
Description: Slot 14
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production15: F3 CTRL
|
Production15: F3 CTRL
|
||||||
Description: Slot 15
|
Description: Slot 15
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production16: F4 CTRL
|
Production16: F4 CTRL
|
||||||
Description: Slot 16
|
Description: Slot 16
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production17: F5 CTRL
|
Production17: F5 CTRL
|
||||||
Description: Slot 17
|
Description: Slot 17
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production18: F6 CTRL
|
Production18: F6 CTRL
|
||||||
Description: Slot 18
|
Description: Slot 18
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production19: F7 CTRL
|
Production19: F7 CTRL
|
||||||
Description: Slot 19
|
Description: Slot 19
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production20: F8 CTRL
|
Production20: F8 CTRL
|
||||||
Description: Slot 20
|
Description: Slot 20
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production21: F9 CTRL
|
Production21: F9 CTRL
|
||||||
Description: Slot 21
|
Description: Slot 21
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production22: F10 CTRL
|
Production22: F10 CTRL
|
||||||
Description: Slot 22
|
Description: Slot 22
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production23: F11 CTRL
|
Production23: F11 CTRL
|
||||||
Description: Slot 23
|
Description: Slot 23
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
Production24: F12 CTRL
|
Production24: F12 CTRL
|
||||||
Description: Slot 24
|
Description: Slot 24
|
||||||
Types: ProductionSlot, Player
|
Types: ProductionSlot
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
NextProductionTab: PAGEDOWN
|
NextProductionTab: PAGEDOWN
|
||||||
Description: Next tab
|
Description: Next tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
PreviousProductionTab: PAGEUP
|
PreviousProductionTab: PAGEUP
|
||||||
Description: Previous tab
|
Description: Previous tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,23 +1,29 @@
|
|||||||
SupportPower01:
|
SupportPower01:
|
||||||
Description: Slot 01
|
Description: Slot 01
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
SupportPower02:
|
SupportPower02:
|
||||||
Description: Slot 02
|
Description: Slot 02
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
SupportPower03:
|
SupportPower03:
|
||||||
Description: Slot 03
|
Description: Slot 03
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
SupportPower04:
|
SupportPower04:
|
||||||
Description: Slot 04
|
Description: Slot 04
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
SupportPower05:
|
SupportPower05:
|
||||||
Description: Slot 05
|
Description: Slot 05
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
SupportPower06:
|
SupportPower06:
|
||||||
Description: Slot 06
|
Description: Slot 06
|
||||||
Types: SupportPower, Player
|
Types: SupportPower
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,75 +1,94 @@
|
|||||||
MapScrollUp: UP
|
MapScrollUp: UP
|
||||||
Description: Scroll up
|
Description: Scroll up
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapScrollDown: DOWN
|
MapScrollDown: DOWN
|
||||||
Description: Scroll down
|
Description: Scroll down
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapScrollLeft: LEFT
|
MapScrollLeft: LEFT
|
||||||
Description: Scroll left
|
Description: Scroll left
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapScrollRight: RIGHT
|
MapScrollRight: RIGHT
|
||||||
Description: Scroll right
|
Description: Scroll right
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapJumpToTopEdge: UP Alt
|
MapJumpToTopEdge: UP Alt
|
||||||
Description: Jump to top edge
|
Description: Jump to top edge
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapJumpToBottomEdge: DOWN Alt
|
MapJumpToBottomEdge: DOWN Alt
|
||||||
Description: Jump to bottom edge
|
Description: Jump to bottom edge
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapJumpToLeftEdge: LEFT Alt
|
MapJumpToLeftEdge: LEFT Alt
|
||||||
Description: Jump to left edge
|
Description: Jump to left edge
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapJumpToRightEdge: RIGHT Alt
|
MapJumpToRightEdge: RIGHT Alt
|
||||||
Description: Jump to right edge
|
Description: Jump to right edge
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkSave01: Q Ctrl
|
MapBookmarkSave01: Q Ctrl
|
||||||
Description: Record bookmark 1
|
Description: Record bookmark 1
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkRestore01: Q Alt
|
MapBookmarkRestore01: Q Alt
|
||||||
Description: Jump to bookmark 1
|
Description: Jump to bookmark 1
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkSave02: W Ctrl
|
MapBookmarkSave02: W Ctrl
|
||||||
Description: Record bookmark 2
|
Description: Record bookmark 2
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkRestore02: W Alt
|
MapBookmarkRestore02: W Alt
|
||||||
Description: Jump to bookmark 2
|
Description: Jump to bookmark 2
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkSave03: E Ctrl
|
MapBookmarkSave03: E Ctrl
|
||||||
Description: Record bookmark 3
|
Description: Record bookmark 3
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkRestore03: E Alt
|
MapBookmarkRestore03: E Alt
|
||||||
Description: Jump to bookmark 3
|
Description: Jump to bookmark 3
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkSave04: R Ctrl
|
MapBookmarkSave04: R Ctrl
|
||||||
Description: Record bookmark 4
|
Description: Record bookmark 4
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
MapBookmarkRestore04: R Alt
|
MapBookmarkRestore04: R Alt
|
||||||
Description: Jump to bookmark 4
|
Description: Jump to bookmark 4
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
ZoomIn: RIGHTBRACKET
|
ZoomIn: RIGHTBRACKET
|
||||||
Description: Zoom in
|
Description: Zoom in
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
ZoomOut: LEFTBRACKET
|
ZoomOut: LEFTBRACKET
|
||||||
Description: Zoom out
|
Description: Zoom out
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|
||||||
ResetZoom: PERIOD
|
ResetZoom: PERIOD
|
||||||
Description: Reset zoom
|
Description: Reset zoom
|
||||||
Types: Viewport, Player, Spectator
|
Types: Viewport
|
||||||
|
Contexts: Player, Spectator, Editor
|
||||||
|
|||||||
@@ -1,31 +1,39 @@
|
|||||||
ProductionTypeBuilding: E
|
ProductionTypeBuilding: E
|
||||||
Description: Building Tab
|
Description: Building Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeUpgrade: R
|
ProductionTypeUpgrade: R
|
||||||
Description: Upgrade Tab
|
Description: Upgrade Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeInfantry: T
|
ProductionTypeInfantry: T
|
||||||
Description: Infantry Tab
|
Description: Infantry Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeVehicle: Y
|
ProductionTypeVehicle: Y
|
||||||
Description: Vehicle Tab
|
Description: Vehicle Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeAircraft: U
|
ProductionTypeAircraft: U
|
||||||
Description: Aircraft Tab
|
Description: Aircraft Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeTank: I
|
ProductionTypeTank: I
|
||||||
Description: Tank Tab
|
Description: Tank Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeMerchant: O
|
ProductionTypeMerchant: O
|
||||||
Description: Starport Tab
|
Description: Starport Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
PowerDown: X
|
PowerDown: X
|
||||||
Description: Power-down mode
|
Description: Power-down mode
|
||||||
Types: OrderGenerator, Player
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,27 +1,34 @@
|
|||||||
ProductionTypeBuilding: E
|
ProductionTypeBuilding: E
|
||||||
Description: Building Tab
|
Description: Building Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeDefense: R
|
ProductionTypeDefense: R
|
||||||
Description: Defense Tab
|
Description: Defense Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeInfantry: T
|
ProductionTypeInfantry: T
|
||||||
Description: Infantry Tab
|
Description: Infantry Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeVehicle: Y
|
ProductionTypeVehicle: Y
|
||||||
Description: Vehicle Tab
|
Description: Vehicle Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeAircraft: U
|
ProductionTypeAircraft: U
|
||||||
Description: Aircraft Tab
|
Description: Aircraft Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeNaval: I
|
ProductionTypeNaval: I
|
||||||
Description: Naval Tab
|
Description: Naval Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
PowerDown: X
|
PowerDown: X
|
||||||
Description: Power-down mode
|
Description: Power-down mode
|
||||||
Types: OrderGenerator, Player
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
@@ -1,43 +1,54 @@
|
|||||||
ProductionTypeBuilding: E
|
ProductionTypeBuilding: E
|
||||||
Description: Building Tab
|
Description: Building Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeDefense: R
|
ProductionTypeDefense: R
|
||||||
Description: Defense Tab
|
Description: Defense Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeInfantry: T
|
ProductionTypeInfantry: T
|
||||||
Description: Infantry Tab
|
Description: Infantry Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeVehicle: Y
|
ProductionTypeVehicle: Y
|
||||||
Description: Vehicle Tab
|
Description: Vehicle Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ProductionTypeAircraft: U
|
ProductionTypeAircraft: U
|
||||||
Description: Aircraft Tab
|
Description: Aircraft Tab
|
||||||
Types: Production, Player
|
Types: Production
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
PowerDown: X
|
PowerDown: X
|
||||||
Description: Power-down mode
|
Description: Power-down mode
|
||||||
Types: OrderGenerator, Player
|
Types: OrderGenerator
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
DecreaseDepthPreviewContrast: LEFTBRACKET SHIFT
|
DecreaseDepthPreviewContrast: LEFTBRACKET SHIFT
|
||||||
Description: Decrease Contrast
|
Description: Decrease Contrast
|
||||||
Types: DepthDebug
|
Types: DepthDebug
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
IncreaseDepthPreviewContrast: RIGHTBRACKET SHIFT
|
IncreaseDepthPreviewContrast: RIGHTBRACKET SHIFT
|
||||||
Description: Increase Contrast
|
Description: Increase Contrast
|
||||||
Types: DepthDebug
|
Types: DepthDebug
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
DecreaseDepthPreviewOffset: SEMICOLON SHIFT
|
DecreaseDepthPreviewOffset: SEMICOLON SHIFT
|
||||||
Description: Decrease Offset
|
Description: Decrease Offset
|
||||||
Types: DepthDebug
|
Types: DepthDebug
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
IncreaseDepthPreviewOffset: QUOTE SHIFT
|
IncreaseDepthPreviewOffset: QUOTE SHIFT
|
||||||
Description: Increase Offset
|
Description: Increase Offset
|
||||||
Types: DepthDebug
|
Types: DepthDebug
|
||||||
|
Contexts: Player
|
||||||
|
|
||||||
ToggleDepthPreview: BACKSLASH SHIFT
|
ToggleDepthPreview: BACKSLASH SHIFT
|
||||||
Description: Toggle Preview
|
Description: Toggle Preview
|
||||||
Types: DepthDebug
|
Types: DepthDebug
|
||||||
|
Contexts: Player
|
||||||
|
|||||||
Reference in New Issue
Block a user