Revision: 3565
http://sc2.svn.sourceforge.net/sc2/?rev=3565&view=rev
Author: mcmartin
Date: 2011-02-16 07:02:49 +0000 (Wed, 16 Feb 2011)
Log Message:
-----------
Add Escape as another alternative for menu.cancel
Modified Paths:
--------------
trunk/sc2/content/menu.key
Modified: trunk/sc2/content/menu.key
===================================================================
--- trunk/sc2/content/menu.key 2011-02-15 20:30:05 UTC (rev 3564)
+++ trunk/sc2/content/menu.key 2011-02-16 07:02:49 UTC (rev 3565)
@@ -25,6 +25,7 @@
select.2 = STRING:key RightControl
cancel.1 = STRING:key Space
cancel.2 = STRING:key RightShift
+cancel.3 = STRING:key Escape
# ... and the number pad. Note that zoom controls on the starmap are
# different from the paging controls in Super Melee.
@@ -39,7 +40,7 @@
zoomin.2 = STRING:key Keypad-+
zoomout.2 = STRING:key Keypad--
select.3 = STRING:key Keypad-Enter
-cancel.3 = STRING:key Keypad-0
+cancel.4 = STRING:key Keypad-0
# System utility keys.
delete.1 = STRING:key Delete
@@ -67,7 +68,7 @@
left.4 = STRING:joystick 0 hat 0 left
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
up.5 = STRING:joystick 1 axis 1 negative
@@ -80,5 +81,5 @@
left.6 = STRING:joystick 1 hat 0 left
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|