Redefine orderbutton and menu hotkeys.

This commit is contained in:
Paul Chote
2014-08-02 19:06:35 +12:00
parent 6f19290aeb
commit 9626654f87
4 changed files with 20 additions and 20 deletions

View File

@@ -154,10 +154,10 @@ namespace OpenRA
public Hotkey SelectUnitsByTypeKey = new Hotkey(Keycode.T, Modifiers.Ctrl); public Hotkey SelectUnitsByTypeKey = new Hotkey(Keycode.T, Modifiers.Ctrl);
public Hotkey PauseKey = new Hotkey(Keycode.F8, Modifiers.None); public Hotkey PauseKey = new Hotkey(Keycode.F8, Modifiers.None);
public Hotkey PlaceBeaconKey = new Hotkey(Keycode.F9, Modifiers.None); public Hotkey PlaceBeaconKey = new Hotkey(Keycode.B, Modifiers.None);
public Hotkey SellKey = new Hotkey(Keycode.F10, Modifiers.None); public Hotkey SellKey = new Hotkey(Keycode.Z, Modifiers.None);
public Hotkey PowerDownKey = new Hotkey(Keycode.F11, Modifiers.None); public Hotkey PowerDownKey = new Hotkey(Keycode.X, Modifiers.None);
public Hotkey RepairKey = new Hotkey(Keycode.F12, Modifiers.None); public Hotkey RepairKey = new Hotkey(Keycode.C, Modifiers.None);
public Hotkey NextProductionTabKey = new Hotkey(Keycode.PAGEDOWN, Modifiers.None); public Hotkey NextProductionTabKey = new Hotkey(Keycode.PAGEDOWN, Modifiers.None);
public Hotkey PreviousProductionTabKey = new Hotkey(Keycode.PAGEUP, Modifiers.None); public Hotkey PreviousProductionTabKey = new Hotkey(Keycode.PAGEUP, Modifiers.None);

View File

@@ -8,27 +8,27 @@ Container@PLAYER_WIDGETS:
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Diplomacy (F1) Text: Diplomacy (P)
Font: Bold Font: Bold
Key: f1 Key: p
Button@INGAME_DEBUG_BUTTON: Button@INGAME_DEBUG_BUTTON:
X: 324 X: 324
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Debug (F2) Text: Debug (Shift + Esc)
Visible: false Visible: false
Font: Bold Font: Bold
Key: f2 Key: escape Shift
Button@OBJECTIVES_BUTTON: Button@OBJECTIVES_BUTTON:
X: 486 X: 486
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Objectives (F3) Text: Objectives (O)
Visible: false Visible: false
Font: Bold Font: Bold
Key: f3 Key: o
SlidingContainer@INGAME_RADAR_BIN: SlidingContainer@INGAME_RADAR_BIN:
X: WINDOW_RIGHT-215 X: WINDOW_RIGHT-215
Y: 0 Y: 0

View File

@@ -8,10 +8,10 @@ Container@PLAYER_WIDGETS:
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Objectives (F3) Text: Objectives (O)
Visible: false Visible: false
Font: Bold Font: Bold
Key: f3 Key: o
Container@SUPPORT_POWERS: Container@SUPPORT_POWERS:
Logic: SupportPowerBinLogic Logic: SupportPowerBinLogic
X: 10 X: 10
@@ -109,7 +109,7 @@ Container@PLAYER_WIDGETS:
MenuContainer: INGAME_DEBUG_BG MenuContainer: INGAME_DEBUG_BG
HideIngameUI: false HideIngameUI: false
Pause: false Pause: false
Key: f2 Key: escape Shift
X: 128 X: 128
Width: 28 Width: 28
Height: 28 Height: 28
@@ -128,7 +128,7 @@ Container@PLAYER_WIDGETS:
MenuContainer: INGAME_DIPLOMACY_BG MenuContainer: INGAME_DIPLOMACY_BG
HideIngameUI: false HideIngameUI: false
Pause: false Pause: false
Key: f1 Key: P
X: 160 X: 160
Width: 28 Width: 28
Height: 28 Height: 28

View File

@@ -8,27 +8,27 @@ Container@PLAYER_WIDGETS:
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Diplomacy (F1) Text: Diplomacy (P)
Font: Bold Font: Bold
Key: f1 Key: p
Button@INGAME_DEBUG_BUTTON: Button@INGAME_DEBUG_BUTTON:
X: 324 X: 324
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Cheats (F2) Text: Debug (Shift + Esc)
Visible: false Visible: false
Font: Bold Font: Bold
Key: f2 Key: escape Shift
Button@OBJECTIVES_BUTTON: Button@OBJECTIVES_BUTTON:
X: 486 X: 486
Y: 0 Y: 0
Width: 160 Width: 160
Height: 25 Height: 25
Text: Objectives (F3) Text: Objectives (O)
Visible: false Visible: false
Font: Bold Font: Bold
Key: f3 Key: o
SlidingContainer@INGAME_RADAR_BIN: SlidingContainer@INGAME_RADAR_BIN:
X: WINDOW_RIGHT-215 X: WINDOW_RIGHT-215
Y: 0 Y: 0