Add Escape as another alternative for menu.cancel
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3565 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -25,6 +25,7 @@ select.1 = STRING:key Return
|
|||||||
select.2 = STRING:key RightControl
|
select.2 = STRING:key RightControl
|
||||||
cancel.1 = STRING:key Space
|
cancel.1 = STRING:key Space
|
||||||
cancel.2 = STRING:key RightShift
|
cancel.2 = STRING:key RightShift
|
||||||
|
cancel.3 = STRING:key Escape
|
||||||
|
|
||||||
# ... and the number pad. Note that zoom controls on the starmap are
|
# ... and the number pad. Note that zoom controls on the starmap are
|
||||||
# different from the paging controls in Super Melee.
|
# different from the paging controls in Super Melee.
|
||||||
@@ -39,7 +40,7 @@ end.2 = STRING:key Keypad-1
|
|||||||
zoomin.2 = STRING:key Keypad-+
|
zoomin.2 = STRING:key Keypad-+
|
||||||
zoomout.2 = STRING:key Keypad--
|
zoomout.2 = STRING:key Keypad--
|
||||||
select.3 = STRING:key Keypad-Enter
|
select.3 = STRING:key Keypad-Enter
|
||||||
cancel.3 = STRING:key Keypad-0
|
cancel.4 = STRING:key Keypad-0
|
||||||
|
|
||||||
# System utility keys.
|
# System utility keys.
|
||||||
delete.1 = STRING:key Delete
|
delete.1 = STRING:key Delete
|
||||||
@@ -67,7 +68,7 @@ down.4 = STRING:joystick 0 hat 0 down
|
|||||||
left.4 = STRING:joystick 0 hat 0 left
|
left.4 = STRING:joystick 0 hat 0 left
|
||||||
right.4 = STRING:joystick 0 hat 0 right
|
right.4 = STRING:joystick 0 hat 0 right
|
||||||
|
|
||||||
cancel.4 = STRING:joystick 0 button 1
|
cancel.5 = STRING:joystick 0 button 1
|
||||||
select.4 = STRING:joystick 0 button 0
|
select.4 = STRING:joystick 0 button 0
|
||||||
|
|
||||||
up.5 = STRING:joystick 1 axis 1 negative
|
up.5 = STRING:joystick 1 axis 1 negative
|
||||||
@@ -80,5 +81,5 @@ down.6 = STRING:joystick 1 hat 0 down
|
|||||||
left.6 = STRING:joystick 1 hat 0 left
|
left.6 = STRING:joystick 1 hat 0 left
|
||||||
right.6 = STRING:joystick 1 hat 0 right
|
right.6 = STRING:joystick 1 hat 0 right
|
||||||
|
|
||||||
cancel.5 = STRING:joystick 1 button 1
|
cancel.6 = STRING:joystick 1 button 1
|
||||||
select.5 = STRING:joystick 1 button 0
|
select.5 = STRING:joystick 1 button 0
|
||||||
|
|||||||
Reference in New Issue
Block a user