Update of /cvsroot/planeshift/planeshift/data/options
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10613/data/options
Modified Files:
keys_def.xml
Log Message:
- Bound the Enter key to chatwindow focus. Press f1 to toggle
visibility,
enter to toggle focus. Hopefully this will stop the endless
chatwindow whinning ;)
Index: keys_def.xml
===================================================================
RCS file: /cvsroot/planeshift/planeshift/data/options/keys_def.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** keys_def.xml 24 Aug 2004 05:09:15 -0000 1.10
--- keys_def.xml 30 Aug 2004 22:35:57 -0000 1.11
***************
*** 41,45 ****
<Keys key="Ctrl+F8" value="shortcutcmd30"/>
<Keys key="h" value="Help"/>
! <Keys key="Tab" value="Toggle chat"/>
</KeySet>
</keys>
--- 41,45 ----
<Keys key="Ctrl+F8" value="shortcutcmd30"/>
<Keys key="h" value="Help"/>
! <Keys key="Enter" value="Toggle chat"/>
</KeySet>
</keys>
|