Add contexts for hotkey validation

This commit is contained in:
Ivaylo Draganov
2022-01-25 17:45:00 +02:00
committed by Matthias Mailänder
parent 1bc95a290f
commit 1813edc74b
14 changed files with 359 additions and 175 deletions

View File

@@ -1,43 +1,54 @@
ProductionTypeBuilding: E
Description: Building Tab
Types: Production, Player
Types: Production
Contexts: Player
ProductionTypeDefense: R
Description: Defense Tab
Types: Production, Player
Types: Production
Contexts: Player
ProductionTypeInfantry: T
Description: Infantry Tab
Types: Production, Player
Types: Production
Contexts: Player
ProductionTypeVehicle: Y
Description: Vehicle Tab
Types: Production, Player
Types: Production
Contexts: Player
ProductionTypeAircraft: U
Description: Aircraft Tab
Types: Production, Player
Types: Production
Contexts: Player
PowerDown: X
Description: Power-down mode
Types: OrderGenerator, Player
Types: OrderGenerator
Contexts: Player
DecreaseDepthPreviewContrast: LEFTBRACKET SHIFT
Description: Decrease Contrast
Types: DepthDebug
Contexts: Player
IncreaseDepthPreviewContrast: RIGHTBRACKET SHIFT
Description: Increase Contrast
Types: DepthDebug
Contexts: Player
DecreaseDepthPreviewOffset: SEMICOLON SHIFT
Description: Decrease Offset
Types: DepthDebug
Contexts: Player
IncreaseDepthPreviewOffset: QUOTE SHIFT
Description: Increase Offset
Types: DepthDebug
Contexts: Player
ToggleDepthPreview: BACKSLASH SHIFT
Description: Toggle Preview
Types: DepthDebug
Contexts: Player