diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 34d79e33bf..8a2afe95e3 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -154,10 +154,10 @@ namespace OpenRA public Hotkey SelectUnitsByTypeKey = new Hotkey(Keycode.T, Modifiers.Ctrl); public Hotkey PauseKey = new Hotkey(Keycode.F8, Modifiers.None); - public Hotkey PlaceBeaconKey = new Hotkey(Keycode.F9, Modifiers.None); - public Hotkey SellKey = new Hotkey(Keycode.F10, Modifiers.None); - public Hotkey PowerDownKey = new Hotkey(Keycode.F11, Modifiers.None); - public Hotkey RepairKey = new Hotkey(Keycode.F12, Modifiers.None); + public Hotkey PlaceBeaconKey = new Hotkey(Keycode.B, Modifiers.None); + public Hotkey SellKey = new Hotkey(Keycode.Z, Modifiers.None); + public Hotkey PowerDownKey = new Hotkey(Keycode.X, Modifiers.None); + public Hotkey RepairKey = new Hotkey(Keycode.C, Modifiers.None); public Hotkey NextProductionTabKey = new Hotkey(Keycode.PAGEDOWN, Modifiers.None); public Hotkey PreviousProductionTabKey = new Hotkey(Keycode.PAGEUP, Modifiers.None); diff --git a/mods/d2k/chrome/ingame-player.yaml b/mods/d2k/chrome/ingame-player.yaml index 0816e8e5ab..38f2eb8fbf 100644 --- a/mods/d2k/chrome/ingame-player.yaml +++ b/mods/d2k/chrome/ingame-player.yaml @@ -8,27 +8,27 @@ Container@PLAYER_WIDGETS: Y: 0 Width: 160 Height: 25 - Text: Diplomacy (F1) + Text: Diplomacy (P) Font: Bold - Key: f1 + Key: p Button@INGAME_DEBUG_BUTTON: X: 324 Y: 0 Width: 160 Height: 25 - Text: Debug (F2) + Text: Debug (Shift + Esc) Visible: false Font: Bold - Key: f2 + Key: escape Shift Button@OBJECTIVES_BUTTON: X: 486 Y: 0 Width: 160 Height: 25 - Text: Objectives (F3) + Text: Objectives (O) Visible: false Font: Bold - Key: f3 + Key: o SlidingContainer@INGAME_RADAR_BIN: X: WINDOW_RIGHT-215 Y: 0 diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index 4a50439973..fb72542e65 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -8,10 +8,10 @@ Container@PLAYER_WIDGETS: Y: 0 Width: 160 Height: 25 - Text: Objectives (F3) + Text: Objectives (O) Visible: false Font: Bold - Key: f3 + Key: o Container@SUPPORT_POWERS: Logic: SupportPowerBinLogic X: 10 @@ -109,7 +109,7 @@ Container@PLAYER_WIDGETS: MenuContainer: INGAME_DEBUG_BG HideIngameUI: false Pause: false - Key: f2 + Key: escape Shift X: 128 Width: 28 Height: 28 @@ -128,7 +128,7 @@ Container@PLAYER_WIDGETS: MenuContainer: INGAME_DIPLOMACY_BG HideIngameUI: false Pause: false - Key: f1 + Key: P X: 160 Width: 28 Height: 28 diff --git a/mods/ts/chrome/ingame-player.yaml b/mods/ts/chrome/ingame-player.yaml index df2ce57e6c..79c93d15f4 100644 --- a/mods/ts/chrome/ingame-player.yaml +++ b/mods/ts/chrome/ingame-player.yaml @@ -8,27 +8,27 @@ Container@PLAYER_WIDGETS: Y: 0 Width: 160 Height: 25 - Text: Diplomacy (F1) + Text: Diplomacy (P) Font: Bold - Key: f1 + Key: p Button@INGAME_DEBUG_BUTTON: X: 324 Y: 0 Width: 160 Height: 25 - Text: Cheats (F2) + Text: Debug (Shift + Esc) Visible: false Font: Bold - Key: f2 + Key: escape Shift Button@OBJECTIVES_BUTTON: X: 486 Y: 0 Width: 160 Height: 25 - Text: Objectives (F3) + Text: Objectives (O) Visible: false Font: Bold - Key: f3 + Key: o SlidingContainer@INGAME_RADAR_BIN: X: WINDOW_RIGHT-215 Y: 0