Redefine orderbutton and menu hotkeys.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user