6 Commits

Author SHA1 Message Date
mcmartin 2b41e76eeb Allow F6 as a search key, for user-friendliness and support for non-US keyboards.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3672 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-08-27 20:54:35 +00:00
mcmartin d34c7118f2 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
2011-02-16 07:02:49 +00:00
Meep-Eep 55c0e71693 Consistent use of spaces.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3282 8092fc87-c524-0410-9efc-e669fe64eaf9
2009-11-05 21:41:17 +00:00
mcmartin c4f404af0a Move the configure and keyconfig data into subtrees of the resource map. As a side effect, default key configurations are read directly from the content directory.
THIS IS AN INCOMPATIBLE CHANGE TO THE CONFIG FILES. Update content as well as src when upgrading here. Old configurations will be lost but the upgrade should otherwise be automatic.

Bumped version to 0.6.5 to commemorate the incompatible change.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3108 8092fc87-c524-0410-9efc-e669fe64eaf9
2009-02-16 00:40:42 +00:00
gewlitys dd9395e65d added fullscreen/windowed toggle key F11
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2821 8092fc87-c524-0410-9efc-e669fe64eaf9
2007-07-27 23:19:40 +00:00
mcmartin e7a86e4a8a Major reworking of key configuration internals.
VControl no longer uses a custom configuration format; instead, control 
bindings are read in from the standard resource system.  Menu controls 
are specified in menu.key in the content; flight controls are now copied 
from uqm.key to flight.cfg instead of from starcon.key to uqm.key.

This change permits significant streamlining of the VControl code 
itself, and allows more fine-grained control over what the key 
configuration code iself does.  This update thus closes both Bug #949 
and Bug #961.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2705 8092fc87-c524-0410-9efc-e669fe64eaf9
2007-02-09 07:36:07 +00:00