Files
OpenRA/mods/d2k/hotkeys.yaml
Ivaylo Draganov c9ff54bfd5 Add hotkey settings panel with a hotkey remap dialog
* Add HotkeyDialogLogic.cs
* Add dialog-hotkey.yaml to all mods
* Add `GetFirstDuplicate` method to HotkeyManager to aid in validation
* Add "Player" and/or "Spectator" type to all hotkeys to allow for
validation based on overlapping types
* Change settings.yaml and SettingsLogic.cs to work with the new dialog
2019-06-28 12:10:48 +02:00

32 lines
629 B
YAML

ProductionTypeBuilding: E
Description: Building Tab
Types: Production, Player
ProductionTypeUpgrade: R
Description: Upgrade 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
ProductionTypeTank: I
Description: Tank Tab
Types: Production, Player
ProductionTypeMerchant: O
Description: Starport Tab
Types: Production, Player
PowerDown: X
Description: Power-down mode
Types: OrderGenerator, Player