Expose hotkeys to localisation.

Allows the Settings > Hotkeys screen to be localised, including hotkey decriptions, groups and contexts.

The hotkey names are exposed to localisation via KeycodeExts. Hotkey modifiers are similarly exposed via ModifersExts.

The Settings > Input screen has a Zoom Modifier dropdown, which shows the localised modifier name.

The --check-yaml utility command is taught to recognise all hotkey translation, so it can validate their usage.
This commit is contained in:
RoosterDragon
2024-09-17 19:42:42 +01:00
committed by Gustas
parent 10856ccfd0
commit 6f6fb5b393
39 changed files with 1284 additions and 722 deletions

View File

@@ -1,27 +1,27 @@
Container@HOTKEYS_PANEL:
Logic: HotkeysSettingsLogic
HotkeyGroups:
Game Commands:
hotkey-group-game-commands:
Types: OrderGenerator, World, Menu
Viewport Commands:
hotkey-group-viewport-commands:
Types: Viewport
Observer / Replay Commands:
hotkey-group-observer-replay-commands:
Types: Observer, Replay
Unit Commands:
hotkey-group-unit-commands:
Types: Unit
Unit Stance Commands:
hotkey-group-unit-stance-commands:
Types: Stance
Production Commands:
hotkey-group-production-commands:
Types: Production, ProductionSlot
Support Power Commands:
hotkey-group-support-power-commands:
Types: SupportPower
Music Commands:
hotkey-group-music-commands:
Types: Music
Chat Commands:
hotkey-group-chat-commands:
Types: Chat
Control Groups:
hotkey-group-control-groups:
Types: ControlGroups
Editor Commands:
hotkey-group-editor-commands:
Types: Editor
Width: PARENT_WIDTH
Height: PARENT_HEIGHT

View File

@@ -1,21 +1,21 @@
OpenTeamChat: Return
Description: Open Team Chat
Description: hotkey-description-OpenTeamChat
Types: Chat
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
OpenGeneralChat: Return Shift
Description: Open General Chat
Description: hotkey-description-OpenGeneralChat
Types: Chat
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
ToggleChatMode: Tab Shift
Description: Toggle Chat Mode
Description: hotkey-description-ToggleChatMode
Types: Chat
Contexts: Chat Input, Menu
Contexts: hotkey-context-chat-input, hotkey-context-menu
Readonly: True
Autocomplete: Tab
Description: Autocomplete
Description: hotkey-description-Autocomplete
Types: Chat
Contexts: Chat Input
Contexts: hotkey-context-chat-input
Readonly: True

View File

@@ -1,294 +1,294 @@
ControlGroupSelect01: NUMBER_1
Description: Select group 1
Description: hotkey-description-ControlGroupSelect01
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect02: NUMBER_2
Description: Select group 2
Description: hotkey-description-ControlGroupSelect02
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect03: NUMBER_3
Description: Select group 3
Description: hotkey-description-ControlGroupSelect03
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect04: NUMBER_4
Description: Select group 4
Description: hotkey-description-ControlGroupSelect04
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect05: NUMBER_5
Description: Select group 5
Description: hotkey-description-ControlGroupSelect05
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect06: NUMBER_6
Description: Select group 6
Description: hotkey-description-ControlGroupSelect06
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect07: NUMBER_7
Description: Select group 7
Description: hotkey-description-ControlGroupSelect07
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect08: NUMBER_8
Description: Select group 8
Description: hotkey-description-ControlGroupSelect08
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect09: NUMBER_9
Description: Select group 9
Description: hotkey-description-ControlGroupSelect09
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupSelect10: NUMBER_0
Description: Select group 0
Description: hotkey-description-ControlGroupSelect10
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCreate01: NUMBER_1 Ctrl
Description: Create group 1
Description: hotkey-description-ControlGroupCreate01
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_1 Meta
ControlGroupCreate02: NUMBER_2 Ctrl
Description: Create group 2
Description: hotkey-description-ControlGroupCreate02
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_2 Meta
ControlGroupCreate03: NUMBER_3 Ctrl
Description: Create group 3
Description: hotkey-description-ControlGroupCreate03
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_3 Meta
ControlGroupCreate04: NUMBER_4 Ctrl
Description: Create group 4
Description: hotkey-description-ControlGroupCreate04
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_4 Meta
ControlGroupCreate05: NUMBER_5 Ctrl
Description: Create group 5
Description: hotkey-description-ControlGroupCreate05
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_5 Meta
ControlGroupCreate06: NUMBER_6 Ctrl
Description: Create group 6
Description: hotkey-description-ControlGroupCreate06
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_6 Meta
ControlGroupCreate07: NUMBER_7 Ctrl
Description: Create group 7
Description: hotkey-description-ControlGroupCreate07
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_7 Meta
ControlGroupCreate08: NUMBER_8 Ctrl
Description: Create group 8
Description: hotkey-description-ControlGroupCreate08
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_8 Meta
ControlGroupCreate09: NUMBER_9 Ctrl
Description: Create group 9
Description: hotkey-description-ControlGroupCreate09
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_9 Meta
ControlGroupCreate10: NUMBER_0 Ctrl
Description: Create group 0
Description: hotkey-description-ControlGroupCreate10
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_0 Meta
ControlGroupAddTo01: NUMBER_1 Ctrl, Shift
Description: Add to group 1
Description: hotkey-description-ControlGroupAddTo01
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_1 Meta, Shift
ControlGroupAddTo02: NUMBER_2 Ctrl, Shift
Description: Add to group 2
Description: hotkey-description-ControlGroupAddTo02
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_2 Meta, Shift
ControlGroupAddTo03: NUMBER_3 Ctrl, Shift
Description: Add to group 3
Description: hotkey-description-ControlGroupAddTo03
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_3 Meta, Shift
ControlGroupAddTo04: NUMBER_4 Ctrl, Shift
Description: Add to group 4
Description: hotkey-description-ControlGroupAddTo04
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_4 Meta, Shift
ControlGroupAddTo05: NUMBER_5 Ctrl, Shift
Description: Add to group 5
Description: hotkey-description-ControlGroupAddTo05
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_5 Meta, Shift
ControlGroupAddTo06: NUMBER_6 Ctrl, Shift
Description: Add to group 6
Description: hotkey-description-ControlGroupAddTo06
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_6 Meta, Shift
ControlGroupAddTo07: NUMBER_7 Ctrl, Shift
Description: Add to group 7
Description: hotkey-description-ControlGroupAddTo07
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_7 Meta, Shift
ControlGroupAddTo08: NUMBER_8 Ctrl, Shift
Description: Add to group 8
Description: hotkey-description-ControlGroupAddTo08
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_8 Meta, Shift
ControlGroupAddTo09: NUMBER_9 Ctrl, Shift
Description: Add to group 9
Description: hotkey-description-ControlGroupAddTo09
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_9 Meta, Shift
ControlGroupAddTo10: NUMBER_0 Ctrl, Shift
Description: Add to group 0
Description: hotkey-description-ControlGroupAddTo10
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
Platform:
OSX: NUMBER_0 Meta, Shift
ControlGroupCombineWith01: NUMBER_1 Shift
Description: Combine with group 1
Description: hotkey-description-ControlGroupCombineWith01
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith02: NUMBER_2 Shift
Description: Combine with group 2
Description: hotkey-description-ControlGroupCombineWith02
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith03: NUMBER_3 Shift
Description: Combine with group 3
Description: hotkey-description-ControlGroupCombineWith03
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith04: NUMBER_4 Shift
Description: Combine with group 4
Description: hotkey-description-ControlGroupCombineWith04
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith05: NUMBER_5 Shift
Description: Combine with group 5
Description: hotkey-description-ControlGroupCombineWith05
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith06: NUMBER_6 Shift
Description: Combine with group 6
Description: hotkey-description-ControlGroupCombineWith06
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith07: NUMBER_7 Shift
Description: Combine with group 7
Description: hotkey-description-ControlGroupCombineWith07
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith08: NUMBER_8 Shift
Description: Combine with group 8
Description: hotkey-description-ControlGroupCombineWith08
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith09: NUMBER_9 Shift
Description: Combine with group 9
Description: hotkey-description-ControlGroupCombineWith09
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupCombineWith10: NUMBER_0 Shift
Description: Combine with group 0
Description: hotkey-description-ControlGroupCombineWith10
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo01: NUMBER_1 Alt
Description: Jump to group 1
Description: hotkey-description-ControlGroupJumpTo01
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo02: NUMBER_2 Alt
Description: Jump to group 2
Description: hotkey-description-ControlGroupJumpTo02
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo03: NUMBER_3 Alt
Description: Jump to group 3
Description: hotkey-description-ControlGroupJumpTo03
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo04: NUMBER_4 Alt
Description: Jump to group 4
Description: hotkey-description-ControlGroupJumpTo04
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo05: NUMBER_5 Alt
Description: Jump to group 5
Description: hotkey-description-ControlGroupJumpTo05
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo06: NUMBER_6 Alt
Description: Jump to group 6
Description: hotkey-description-ControlGroupJumpTo06
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo07: NUMBER_7 Alt
Description: Jump to group 7
Description: hotkey-description-ControlGroupJumpTo07
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo08: NUMBER_8 Alt
Description: Jump to group 8
Description: hotkey-description-ControlGroupJumpTo08
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo09: NUMBER_9 Alt
Description: Jump to group 9
Description: hotkey-description-ControlGroupJumpTo09
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
ControlGroupJumpTo10: NUMBER_0 Alt
Description: Jump to group 0
Description: hotkey-description-ControlGroupJumpTo10
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player
RemoveFromControlGroup:
Description: Remove from control group
Description: hotkey-description-RemoveFromControlGroup
Types: ControlGroups
Contexts: Player
Contexts: hotkey-context-player

View File

@@ -1,85 +1,85 @@
EditorUndo: Z Ctrl
Description: Undo
Description: hotkey-description-EditorUndo
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
Platform:
OSX: Z Meta
EditorRedo: Y Ctrl
Description: Redo
Description: hotkey-description-EditorRedo
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
Platform:
OSX: Z Meta, Shift
Linux: Z Ctrl, Shift
EditorCopy: C Ctrl
Description: Copy
Description: hotkey-description-EditorCopy
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
Platform:
OSX: C Meta
EditorQuickSave: S Ctrl
Description: Save Map
Description: hotkey-description-EditorQuickSave
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
Platform:
OSX: S Meta
EditorPaste: V Ctrl
Description: Paste
Description: hotkey-description-EditorPaste
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
Platform:
OSX: V Meta
EditorSelectTab: E
Description: Select Tab
Description: hotkey-description-EditorSelectTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorTilesTab: R
Description: Tiles Tab
Description: hotkey-description-EditorTilesTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorOverlaysTab: T
Description: Overlays Tab
Description: hotkey-description-EditorOverlaysTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorActorsTab: Y
Description: Actors Tab
Description: hotkey-description-EditorActorsTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorToolsTab: U
Description: Tools Tab
Description: hotkey-description-EditorToolsTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorHistoryTab: I
Description: History Tab
Description: hotkey-description-EditorHistoryTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorSettingsTab: O
Description: Settings Tab
Description: hotkey-description-EditorSettingsTab
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorToggleGridOverlay: F1
Description: Grid Overlay
Description: hotkey-description-EditorToggleGridOverlay
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorToggleBuildableOverlay: F2
Description: Buildable Terrain Overlay
Description: hotkey-description-EditorToggleBuildableOverlay
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor
EditorToggleMarkerOverlay: F3
Description: Marker Layer Overlay
Description: hotkey-description-EditorToggleMarkerOverlay
Types: Editor
Contexts: Editor
Contexts: hotkey-context-editor

View File

@@ -1,134 +1,134 @@
CycleBase: H
Description: Jump to base
Description: hotkey-description-CycleBase
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
ToLastEvent: SPACE
Description: Jump to last radar event
Description: hotkey-description-ToLastEvent
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
ToSelection: HOME
Description: Jump to selection
Description: hotkey-description-ToSelection
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
SelectAllUnits: Q
Description: Select all combat units
Description: hotkey-description-SelectAllUnits
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
SelectUnitsByType: W
Description: Select units by type
Description: hotkey-description-SelectUnitsByType
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
CycleHarvesters: N
Description: Cycle Harvesters
Description: hotkey-description-CycleHarvesters
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
Pause: PAUSE
Description: Pause / Unpause
Description: hotkey-description-Pause
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
Sell: Z
Description: Sell mode
Description: hotkey-description-Sell
Types: OrderGenerator
Contexts: Player
Contexts: hotkey-context-player
Repair: C
Description: Repair mode
Description: hotkey-description-Repair
Types: OrderGenerator
Contexts: Player
Contexts: hotkey-context-player
PlaceBeacon: B
Description: Place beacon
Description: hotkey-description-PlaceBeacon
Types: OrderGenerator
Contexts: Player
Contexts: hotkey-context-player
CycleStatusBars: COMMA
Description: Cycle status bars display
Description: hotkey-description-CycleStatusBars
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
ToggleMute: M
Description: Toggle audio mute
Description: hotkey-description-ToggleMute
Types: World
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator
TogglePlayerStanceColor: COMMA Ctrl
Description: Toggle player stance colors
Description: hotkey-description-TogglePlayerStanceColor
Types: World
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
TakeScreenshot: P Ctrl
Description: Take screenshot
Description: hotkey-description-TakeScreenshot
Types: World
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator
AttackMove: A
Description: Attack Move
Description: hotkey-description-AttackMove
Types: Unit
Contexts: Player
Contexts: hotkey-context-player
Stop: S
Description: Stop
Description: hotkey-description-Stop
Types: Unit
Contexts: Player
Contexts: hotkey-context-player
Scatter: X Ctrl
Description: Scatter
Description: hotkey-description-Scatter
Types: Unit
Contexts: Player
Contexts: hotkey-context-player
Deploy: F
Description: Deploy
Description: hotkey-description-Deploy
Types: Unit
Contexts: Player
Contexts: hotkey-context-player
Guard: D
Description: Guard
Description: hotkey-description-Guard
Types: Unit
Contexts: Player
Contexts: hotkey-context-player
StanceAttackAnything: A Alt
Description: Attack anything
Description: hotkey-description-StanceAttackAnything
Types: Stance
Contexts: Player
Contexts: hotkey-context-player
StanceDefend: S Alt
Description: Defend
Description: hotkey-description-StanceDefend
Types: Stance
Contexts: Player
Contexts: hotkey-context-player
StanceReturnFire: D Alt
Description: Return fire
Description: hotkey-description-StanceReturnFire
Types: Stance
Contexts: Player
Contexts: hotkey-context-player
StanceHoldFire: F Alt
Description: Hold fire
Description: hotkey-description-StanceHoldFire
Types: Stance
Contexts: Player
Contexts: hotkey-context-player
StopMusic: AUDIOSTOP
Description: Stop
Description: hotkey-description-StopMusic
Types: Music
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator
PauseMusic: AUDIOPLAY
Description: Pause or Resume
Description: hotkey-description-PauseMusic
Types: Music
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator
PrevMusic: AUDIOPREV
Description: Previous
Description: hotkey-description-PrevMusic
Types: Music
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator
NextMusic: AUDIONEXT
Description: Next
Description: hotkey-description-NextMusic
Types: Music
Contexts: Menu, Player, Spectator
Contexts: hotkey-context-menu, hotkey-context-player, hotkey-context-spectator

View File

@@ -1,74 +1,74 @@
ObserverCombinedView: MINUS
Description: All Players
Description: hotkey-description-ObserverCombinedView
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
ObserverWorldView: EQUALS
Description: Disable Shroud
Description: hotkey-description-ObserverWorldView
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
ReplaySpeedSlow: F9
Description: Slow speed
Description: hotkey-description-ReplaySpeedSlow
Types: Replay
Contexts: Spectator
Contexts: hotkey-context-spectator
ReplaySpeedRegular: F10
Description: Regular speed
Description: hotkey-description-ReplaySpeedRegular
Types: Replay
Contexts: Spectator
Contexts: hotkey-context-spectator
ReplaySpeedFast: F11
Description: Fast speed
Description: hotkey-description-ReplaySpeedFast
Types: Replay
Contexts: Spectator
Contexts: hotkey-context-spectator
ReplaySpeedMax: F12
Description: Maximum speed
Description: hotkey-description-ReplaySpeedMax
Types: Replay
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsNone: F1
Description: Disable statistics
Description: hotkey-description-StatisticsNone
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsBasic: F2
Description: Basic statistics
Description: hotkey-description-StatisticsBasic
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsEconomy: F3
Description: Economy statistics
Description: hotkey-description-StatisticsEconomy
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsProduction: F4
Description: Production statistics
Description: hotkey-description-StatisticsProduction
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsSupportPowers: F5
Description: Support Power statistics
Description: hotkey-description-StatisticsSupportPowers
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsCombat: F6
Description: Combat statistics
Description: hotkey-description-StatisticsCombat
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsArmy: F7
Description: Army statistics
Description: hotkey-description-StatisticsArmy
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsGraph:
Description: Statistics graph
Description: hotkey-description-StatisticsGraph
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator
StatisticsArmyGraph:
Description: Army value graph
Description: hotkey-description-StatisticsArmyGraph
Types: Observer
Contexts: Spectator
Contexts: hotkey-context-spectator

View File

@@ -1,129 +1,129 @@
CycleProductionBuildings: TAB Ctrl
Description: Next facility
Description: hotkey-description-CycleProductionBuildings
Types: Production
Contexts: Player, Spectator
Contexts: hotkey-context-player, hotkey-context-spectator
SelectProductionBuilding: TAB
Description: Current facility
Description: hotkey-description-SelectProductionBuilding
Types: Production
Contexts: Player
Contexts: hotkey-context-player
Production01: F1
Description: Slot 01
Description: hotkey-description-Production01
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production02: F2
Description: Slot 02
Description: hotkey-description-Production02
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production03: F3
Description: Slot 03
Description: hotkey-description-Production03
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production04: F4
Description: Slot 04
Description: hotkey-description-Production04
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production05: F5
Description: Slot 05
Description: hotkey-description-Production05
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production06: F6
Description: Slot 06
Description: hotkey-description-Production06
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production07: F7
Description: Slot 07
Description: hotkey-description-Production07
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production08: F8
Description: Slot 08
Description: hotkey-description-Production08
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production09: F9
Description: Slot 09
Description: hotkey-description-Production09
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production10: F10
Description: Slot 10
Description: hotkey-description-Production10
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production11: F11
Description: Slot 11
Description: hotkey-description-Production11
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production12: F12
Description: Slot 12
Description: hotkey-description-Production12
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production13: F1 CTRL
Description: Slot 13
Description: hotkey-description-Production13
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production14: F2 CTRL
Description: Slot 14
Description: hotkey-description-Production14
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production15: F3 CTRL
Description: Slot 15
Description: hotkey-description-Production15
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production16: F4 CTRL
Description: Slot 16
Description: hotkey-description-Production16
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production17: F5 CTRL
Description: Slot 17
Description: hotkey-description-Production17
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production18: F6 CTRL
Description: Slot 18
Description: hotkey-description-Production18
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production19: F7 CTRL
Description: Slot 19
Description: hotkey-description-Production19
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production20: F8 CTRL
Description: Slot 20
Description: hotkey-description-Production20
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production21: F9 CTRL
Description: Slot 21
Description: hotkey-description-Production21
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production22: F10 CTRL
Description: Slot 22
Description: hotkey-description-Production22
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production23: F11 CTRL
Description: Slot 23
Description: hotkey-description-Production23
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player
Production24: F12 CTRL
Description: Slot 24
Description: hotkey-description-Production24
Types: ProductionSlot
Contexts: Player
Contexts: hotkey-context-player

View File

@@ -1,9 +0,0 @@
NextProductionTab: PAGEDOWN
Description: Next tab
Types: Production
Contexts: Player
PreviousProductionTab: PAGEUP
Description: Previous tab
Types: Production
Contexts: Player

View File

@@ -1,29 +1,29 @@
SupportPower01:
Description: Slot 01
Description: hotkey-description-SupportPower01
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player
SupportPower02:
Description: Slot 02
Description: hotkey-description-SupportPower02
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player
SupportPower03:
Description: Slot 03
Description: hotkey-description-SupportPower03
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player
SupportPower04:
Description: Slot 04
Description: hotkey-description-SupportPower04
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player
SupportPower05:
Description: Slot 05
Description: hotkey-description-SupportPower05
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player
SupportPower06:
Description: Slot 06
Description: hotkey-description-SupportPower06
Types: SupportPower
Contexts: Player
Contexts: hotkey-context-player

View File

@@ -1,94 +1,94 @@
MapScrollUp: UP
Description: Scroll up
Description: hotkey-description-MapScrollUp
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapScrollDown: DOWN
Description: Scroll down
Description: hotkey-description-MapScrollDown
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapScrollLeft: LEFT
Description: Scroll left
Description: hotkey-description-MapScrollLeft
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapScrollRight: RIGHT
Description: Scroll right
Description: hotkey-description-MapScrollRight
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapJumpToTopEdge: UP Alt
Description: Jump to top edge
Description: hotkey-description-MapJumpToTopEdge
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapJumpToBottomEdge: DOWN Alt
Description: Jump to bottom edge
Description: hotkey-description-MapJumpToBottomEdge
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapJumpToLeftEdge: LEFT Alt
Description: Jump to left edge
Description: hotkey-description-MapJumpToLeftEdge
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapJumpToRightEdge: RIGHT Alt
Description: Jump to right edge
Description: hotkey-description-MapJumpToRightEdge
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkSave01: Q Ctrl
Description: Record bookmark 1
Description: hotkey-description-MapBookmarkSave01
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkRestore01: Q Alt
Description: Jump to bookmark 1
Description: hotkey-description-MapBookmarkRestore01
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkSave02: W Ctrl
Description: Record bookmark 2
Description: hotkey-description-MapBookmarkSave02
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkRestore02: W Alt
Description: Jump to bookmark 2
Description: hotkey-description-MapBookmarkRestore02
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkSave03: E Ctrl
Description: Record bookmark 3
Description: hotkey-description-MapBookmarkSave03
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkRestore03: E Alt
Description: Jump to bookmark 3
Description: hotkey-description-MapBookmarkRestore03
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkSave04: R Ctrl
Description: Record bookmark 4
Description: hotkey-description-MapBookmarkSave04
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
MapBookmarkRestore04: R Alt
Description: Jump to bookmark 4
Description: hotkey-description-MapBookmarkRestore04
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
ZoomIn: RIGHTBRACKET
Description: Zoom in
Description: hotkey-description-ZoomIn
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
ZoomOut: LEFTBRACKET
Description: Zoom out
Description: hotkey-description-ZoomOut
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor
ResetZoom: PERIOD
Description: Reset zoom
Description: hotkey-description-ResetZoom
Types: Viewport
Contexts: Player, Spectator, Editor
Contexts: hotkey-context-player, hotkey-context-spectator, hotkey-context-editor

View File

@@ -493,6 +493,17 @@ label-gl-profile-dropdown-container = OpenGL Profile:
label-restart-required-container-video-desc = Display and OpenGL changes require restart
## settings-hotkeys.yaml
hotkey-group-game-commands = Game Commands
hotkey-group-viewport-commands = Viewport Commands
hotkey-group-observer-replay-commands = Observer / Replay Commands
hotkey-group-unit-commands = Unit Commands
hotkey-group-unit-stance-commands = Unit Stance Commands
hotkey-group-production-commands = Production Commands
hotkey-group-support-power-commands = Support Power Commands
hotkey-group-music-commands = Music Commands
hotkey-group-chat-commands = Chat Commands
hotkey-group-control-groups = Control Groups
hotkey-group-editor-commands = Editor Commands
label-hotkeys-panel-filter-input = Filter by name:
label-hotkeys-panel-context-dropdown = Context:
label-hotkey-empty-list-message = No hotkeys match the filter criteria.

View File

@@ -403,6 +403,7 @@ checkbox-frame-limiter = Enable Frame Limiter ({ $fps } FPS)
## HotkeysSettingsLogic
label-original-notice = The default is "{ $key }"
label-duplicate-notice = This is already used for "{ $key }" in the { $context } context
hotkey-context-any = Any
## InputSettingsLogic
options-mouse-scroll-type =
@@ -416,13 +417,6 @@ options-control-scheme =
.classic = Classic
.modern = Modern
options-zoom-modifier =
.alt = Alt
.ctrl = Ctrl
.meta = Meta
.shift = Shift
.none = None
## SettingsLogic
dialog-settings-save =
.title = Restart Required
@@ -872,3 +866,253 @@ enumerated-bot-name =
*[zero] {""}
[other] { $number }
}
## ModifiersExts
keycode-modifier =
.alt = Alt
.ctrl = Ctrl
.meta = Meta
.cmd = Cmd
.shift = Shift
.none = None
## KeycodeExts
keycode =
.unknown = Undefined
.return = Return
.escape = Escape
.backspace = Backspace
.tab = Tab
.space = Space
.exclaim = !
.quotedbl = "
.hash = #
.percent = %
.dollar = $
.ampersand = &
.quote = '
.leftparen = (
.rightparen = )
.asterisk = *
.plus = +
.comma = ,
.minus = -
.period = .
.slash = /
.number_0 = 0
.number_1 = 1
.number_2 = 2
.number_3 = 3
.number_4 = 4
.number_5 = 5
.number_6 = 6
.number_7 = 7
.number_8 = 8
.number_9 = 9
.colon = :
.semicolon = ;
.less = <
.equals = =
.greater = >
.question = ?
.at = @
.leftbracket = [
.backslash = \
.rightbracket = ]
.caret = ^
.underscore = _
.backquote = `
.a = A
.b = B
.c = C
.d = D
.e = E
.f = F
.g = G
.h = H
.i = I
.j = J
.k = K
.l = L
.m = M
.n = N
.o = O
.p = P
.q = Q
.r = R
.s = S
.t = T
.u = U
.v = V
.w = W
.x = X
.y = Y
.z = Z
.capslock = CapsLock
.f1 = F1
.f2 = F2
.f3 = F3
.f4 = F4
.f5 = F5
.f6 = F6
.f7 = F7
.f8 = F8
.f9 = F9
.f10 = F10
.f11 = F11
.f12 = F12
.printscreen = PrintScreen
.scrolllock = ScrollLock
.pause = Pause
.insert = Insert
.home = Home
.pageup = PageUp
.delete = Delete
.end = End
.pagedown = PageDown
.right = Right
.left = Left
.down = Down
.up = Up
.numlockclear = Numlock
.kp_divide = Keypad /
.kp_multiply = Keypad *
.kp_minus = Keypad -
.kp_plus = Keypad +
.kp_enter = Keypad Enter
.kp_1 = Keypad 1
.kp_2 = Keypad 2
.kp_3 = Keypad 3
.kp_4 = Keypad 4
.kp_5 = Keypad 5
.kp_6 = Keypad 6
.kp_7 = Keypad 7
.kp_8 = Keypad 8
.kp_9 = Keypad 9
.kp_0 = Keypad 0
.kp_period = Keypad .
.application = Application
.power = Power
.kp_equals = Keypad =
.f13 = F13
.f14 = F14
.f15 = F15
.f16 = F16
.f17 = F17
.f18 = F18
.f19 = F19
.f20 = F20
.f21 = F21
.f22 = F22
.f23 = F23
.f24 = F24
.execute = Execute
.help = Help
.menu = Menu
.select = Select
.stop = Stop
.again = Again
.undo = Undo
.cut = Cut
.copy = Copy
.paste = Paste
.find = Find
.mute = Mute
.volumeup = VolumeUp
.volumedown = VolumeDown
.kp_comma = Keypad ,
.kp_equalsas400 = Keypad (AS400)
.alterase = AltErase
.sysreq = SysReq
.cancel = Cancel
.clear = Clear
.prior = Prior
.return2 = Return
.separator = Separator
.out = Out
.oper = Oper
.clearagain = Clear / Again
.crsel = CrSel
.exsel = ExSel
.kp_00 = Keypad 00
.kp_000 = Keypad 000
.thousandsseparator = ThousandsSeparator
.decimalseparator = DecimalSeparator
.currencyunit = CurrencyUnit
.currencysubunit = CurrencySubUnit
.kp_leftparen = Keypad (
.kp_rightparen = Keypad )
.kp_leftbrace = Keypad {"{"}
.kp_rightbrace = Keypad {"}"}
.kp_tab = Keypad Tab
.kp_backspace = Keypad Backspace
.kp_a = Keypad A
.kp_b = Keypad B
.kp_c = Keypad C
.kp_d = Keypad D
.kp_e = Keypad E
.kp_f = Keypad F
.kp_xor = Keypad XOR
.kp_power = Keypad ^
.kp_percent = Keypad %
.kp_less = Keypad <
.kp_greater = Keypad >
.kp_ampersand = Keypad &
.kp_dblampersand = Keypad &&
.kp_verticalbar = Keypad |
.kp_dblverticalbar = Keypad ||
.kp_colon = Keypad :
.kp_hash = Keypad #
.kp_space = Keypad Space
.kp_at = Keypad @
.kp_exclam = Keypad !
.kp_memstore = Keypad MemStore
.kp_memrecall = Keypad MemRecall
.kp_memclear = Keypad MemClear
.kp_memadd = Keypad MemAdd
.kp_memsubtract = Keypad MemSubtract
.kp_memmultiply = Keypad MemMultiply
.kp_memdivide = Keypad MemDivide
.kp_plusminus = Keypad +/-
.kp_clear = Keypad Clear
.kp_clearentry = Keypad ClearEntry
.kp_binary = Keypad Binary
.kp_octal = Keypad Octal
.kp_decimal = Keypad Decimal
.kp_hexadecimal = Keypad Hexadecimal
.lctrl = Left Ctrl
.lshift = Left Shift
.lalt = Left Alt
.lgui = Left GUI
.rctrl = Right Ctrl
.rshift = Right Shift
.ralt = Right Alt
.rgui = Right GUI
.mode = ModeSwitch
.audionext = AudioNext
.audioprev = AudioPrev
.audiostop = AudioStop
.audioplay = AudioPlay
.audiomute = AudioMute
.mediaselect = MediaSelect
.www = WWW
.mail = Mail
.calculator = Calculator
.computer = Computer
.ac_search = AC Search
.ac_home = AC Home
.ac_back = AC Back
.ac_forward = AC Forward
.ac_stop = AC Stop
.ac_refresh = AC Refresh
.ac_bookmarks = AC Bookmarks
.brightnessdown = BrightnessDown
.brightnessup = BrightnessUp
.displayswitch = DisplaySwitch
.kbdillumtoggle = KBDIllumToggle
.kbdillumdown = KBDIllumDown
.kbdillumup = KBDIllumUp
.eject = Eject
.sleep = Sleep
.mouse4 = Mouse 4
.mouse5 = Mouse 5

View File

@@ -0,0 +1,184 @@
hotkey-context-player = Player
hotkey-context-spectator = Spectator
hotkey-context-chat-input = Chat Input
hotkey-context-menu = Menu
hotkey-context-editor = Editor
## chat.yaml
hotkey-description-OpenTeamChat = Open Team Chat
hotkey-description-OpenGeneralChat = Open General Chat
hotkey-description-ToggleChatMode = Toggle Chat Mode
hotkey-description-Autocomplete = Autocomplete
## control-groups.yaml
hotkey-description-ControlGroupSelect01 = Select group 1
hotkey-description-ControlGroupSelect02 = Select group 2
hotkey-description-ControlGroupSelect03 = Select group 3
hotkey-description-ControlGroupSelect04 = Select group 4
hotkey-description-ControlGroupSelect05 = Select group 5
hotkey-description-ControlGroupSelect06 = Select group 6
hotkey-description-ControlGroupSelect07 = Select group 7
hotkey-description-ControlGroupSelect08 = Select group 8
hotkey-description-ControlGroupSelect09 = Select group 9
hotkey-description-ControlGroupSelect10 = Select group 0
hotkey-description-ControlGroupCreate01 = Create group 1
hotkey-description-ControlGroupCreate02 = Create group 2
hotkey-description-ControlGroupCreate03 = Create group 3
hotkey-description-ControlGroupCreate04 = Create group 4
hotkey-description-ControlGroupCreate05 = Create group 5
hotkey-description-ControlGroupCreate06 = Create group 6
hotkey-description-ControlGroupCreate07 = Create group 7
hotkey-description-ControlGroupCreate08 = Create group 8
hotkey-description-ControlGroupCreate09 = Create group 9
hotkey-description-ControlGroupCreate10 = Create group 0
hotkey-description-ControlGroupAddTo01 = Add to group 1
hotkey-description-ControlGroupAddTo02 = Add to group 2
hotkey-description-ControlGroupAddTo03 = Add to group 3
hotkey-description-ControlGroupAddTo04 = Add to group 4
hotkey-description-ControlGroupAddTo05 = Add to group 5
hotkey-description-ControlGroupAddTo06 = Add to group 6
hotkey-description-ControlGroupAddTo07 = Add to group 7
hotkey-description-ControlGroupAddTo08 = Add to group 8
hotkey-description-ControlGroupAddTo09 = Add to group 9
hotkey-description-ControlGroupAddTo10 = Add to group 0
hotkey-description-ControlGroupCombineWith01 = Combine with group 1
hotkey-description-ControlGroupCombineWith02 = Combine with group 2
hotkey-description-ControlGroupCombineWith03 = Combine with group 3
hotkey-description-ControlGroupCombineWith04 = Combine with group 4
hotkey-description-ControlGroupCombineWith05 = Combine with group 5
hotkey-description-ControlGroupCombineWith06 = Combine with group 6
hotkey-description-ControlGroupCombineWith07 = Combine with group 7
hotkey-description-ControlGroupCombineWith08 = Combine with group 8
hotkey-description-ControlGroupCombineWith09 = Combine with group 9
hotkey-description-ControlGroupCombineWith10 = Combine with group 0
hotkey-description-ControlGroupJumpTo01 = Jump to group 1
hotkey-description-ControlGroupJumpTo02 = Jump to group 2
hotkey-description-ControlGroupJumpTo03 = Jump to group 3
hotkey-description-ControlGroupJumpTo04 = Jump to group 4
hotkey-description-ControlGroupJumpTo05 = Jump to group 5
hotkey-description-ControlGroupJumpTo06 = Jump to group 6
hotkey-description-ControlGroupJumpTo07 = Jump to group 7
hotkey-description-ControlGroupJumpTo08 = Jump to group 8
hotkey-description-ControlGroupJumpTo09 = Jump to group 9
hotkey-description-ControlGroupJumpTo10 = Jump to group 0
hotkey-description-RemoveFromControlGroup = Remove from control group
## editor.yaml
hotkey-description-EditorUndo = Undo
hotkey-description-EditorRedo = Redo
hotkey-description-EditorCopy = Copy
hotkey-description-EditorQuickSave = Save Map
hotkey-description-EditorPaste = Paste
hotkey-description-EditorSelectTab = Select Tab
hotkey-description-EditorTilesTab = Tiles Tab
hotkey-description-EditorOverlaysTab = Overlays Tab
hotkey-description-EditorActorsTab = Actors Tab
hotkey-description-EditorToolsTab = Tools Tab
hotkey-description-EditorHistoryTab = History Tab
hotkey-description-EditorSettingsTab = Settings Tab
hotkey-description-EditorToggleGridOverlay = Grid Overlay
hotkey-description-EditorToggleBuildableOverlay = Buildable Terrain Overlay
hotkey-description-EditorToggleMarkerOverlay = Marker Layer Overlay
## game.yaml
hotkey-description-CycleBase = Jump to base
hotkey-description-ToLastEvent = Jump to last radar event
hotkey-description-ToSelection = Jump to selection
hotkey-description-SelectAllUnits = Select all combat units
hotkey-description-SelectUnitsByType = Select units by type
hotkey-description-CycleHarvesters = Cycle Harvesters
hotkey-description-Pause = Pause / Unpause
hotkey-description-Sell = Sell mode
hotkey-description-Repair = Repair mode
hotkey-description-PlaceBeacon = Place beacon
hotkey-description-CycleStatusBars = Cycle status bars display
hotkey-description-ToggleMute = Toggle audio mute
hotkey-description-TogglePlayerStanceColor = Toggle player stance colors
hotkey-description-TakeScreenshot = Take screenshot
hotkey-description-AttackMove = Attack Move
hotkey-description-Stop = Stop
hotkey-description-Scatter = Scatter
hotkey-description-Deploy = Deploy
hotkey-description-Guard = Guard
hotkey-description-StanceAttackAnything = Attack anything
hotkey-description-StanceDefend = Defend
hotkey-description-StanceReturnFire = Return fire
hotkey-description-StanceHoldFire = Hold fire
hotkey-description-StopMusic = Stop
hotkey-description-PauseMusic = Pause or Resume
hotkey-description-PrevMusic = Previous
hotkey-description-NextMusic = Next
## observer.yaml
hotkey-description-ObserverCombinedView = All Players
hotkey-description-ObserverWorldView = Disable Shroud
hotkey-description-ReplaySpeedSlow = Slow speed
hotkey-description-ReplaySpeedRegular = Regular speed
hotkey-description-ReplaySpeedFast = Fast speed
hotkey-description-ReplaySpeedMax = Maximum speed
hotkey-description-StatisticsNone = Disable statistics
hotkey-description-StatisticsBasic = Basic statistics
hotkey-description-StatisticsEconomy = Economy statistics
hotkey-description-StatisticsProduction = Production statistics
hotkey-description-StatisticsSupportPowers = Support Power statistics
hotkey-description-StatisticsCombat = Combat statistics
hotkey-description-StatisticsArmy = Army statistics
hotkey-description-StatisticsGraph = Statistics graph
hotkey-description-StatisticsArmyGraph = Army value graph
## production-common.yaml
hotkey-description-CycleProductionBuildings = Next facility
hotkey-description-SelectProductionBuilding = Current facility
hotkey-description-Production01 = Slot 01
hotkey-description-Production02 = Slot 02
hotkey-description-Production03 = Slot 03
hotkey-description-Production04 = Slot 04
hotkey-description-Production05 = Slot 05
hotkey-description-Production06 = Slot 06
hotkey-description-Production07 = Slot 07
hotkey-description-Production08 = Slot 08
hotkey-description-Production09 = Slot 09
hotkey-description-Production10 = Slot 10
hotkey-description-Production11 = Slot 11
hotkey-description-Production12 = Slot 12
hotkey-description-Production13 = Slot 13
hotkey-description-Production14 = Slot 14
hotkey-description-Production15 = Slot 15
hotkey-description-Production16 = Slot 16
hotkey-description-Production17 = Slot 17
hotkey-description-Production18 = Slot 18
hotkey-description-Production19 = Slot 19
hotkey-description-Production20 = Slot 20
hotkey-description-Production21 = Slot 21
hotkey-description-Production22 = Slot 22
hotkey-description-Production23 = Slot 23
hotkey-description-Production24 = Slot 24
## supportpowers.yaml
hotkey-description-SupportPower01 = Slot 01
hotkey-description-SupportPower02 = Slot 02
hotkey-description-SupportPower03 = Slot 03
hotkey-description-SupportPower04 = Slot 04
hotkey-description-SupportPower05 = Slot 05
hotkey-description-SupportPower06 = Slot 06
## viewport.yaml
hotkey-description-MapScrollUp = Scroll up
hotkey-description-MapScrollDown = Scroll down
hotkey-description-MapScrollLeft = Scroll left
hotkey-description-MapScrollRight = Scroll right
hotkey-description-MapJumpToTopEdge = Jump to top edge
hotkey-description-MapJumpToBottomEdge = Jump to bottom edge
hotkey-description-MapJumpToLeftEdge = Jump to left edge
hotkey-description-MapJumpToRightEdge = Jump to right edge
hotkey-description-MapBookmarkSave01 = Record bookmark 1
hotkey-description-MapBookmarkRestore01 = Jump to bookmark 1
hotkey-description-MapBookmarkSave02 = Record bookmark 2
hotkey-description-MapBookmarkRestore02 = Jump to bookmark 2
hotkey-description-MapBookmarkSave03 = Record bookmark 3
hotkey-description-MapBookmarkRestore03 = Jump to bookmark 3
hotkey-description-MapBookmarkSave04 = Record bookmark 4
hotkey-description-MapBookmarkRestore04 = Jump to bookmark 4
hotkey-description-ZoomIn = Zoom in
hotkey-description-ZoomOut = Zoom out
hotkey-description-ResetZoom = Reset zoom