Files
OpenRA/mods/ts/hotkeys.yaml
Paul Chote 962d6496bd Overhaul depth preview rendering:
* Replace Jet color map with grayscale
* Added Shift + \ hotkey to toggle preview
* Added Shift + [, Shift + ] hotkeys to change contrast
* Added Shift + ;, Shift + ' hotkeys to change offset
2021-08-20 20:17:55 +02:00

44 lines
945 B
YAML

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