Author: mordante
Date: Mon Jul 14 17:07:23 2008
New Revision: 28024

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28024&view=rev
Log:
Make the load and recruit hotkey use the ctrl instead of cmd key on non Mac 
systems.

Modified:
    trunk/changelog
    trunk/data/core/hotkeys.cfg

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=28024&r1=28023&r2=28024&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Mon Jul 14 17:07:23 2008
@@ -1,6 +1,9 @@
 Version 1.5.2+svn:
  * language and i18n:
    * updated translations: 
+ * user interface:
+   * Make the load and recruit hotkey use the ctrl instead of cmd key on non
+     Mac systems
 
 Version 1.5.2:
  * campaigns:

Modified: trunk/data/core/hotkeys.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/hotkeys.cfg?rev=28024&r1=28023&r2=28024&view=diff
==============================================================================
--- trunk/data/core/hotkeys.cfg (original)
+++ trunk/data/core/hotkeys.cfg Mon Jul 14 17:07:23 2008
@@ -116,7 +116,7 @@
 [hotkey]
     command=load
     key=o
-    cmd=yes
+       {IF_APPLE_CMD_ELSE_CTRL}
 [/hotkey]
 [hotkey]
     command=mousescroll
@@ -152,7 +152,7 @@
 [hotkey]
     command=recruit
     key=r
-    cmd=yes
+    {IF_APPLE_CMD_ELSE_CTRL}
 [/hotkey]
 [hotkey]
     command=redo


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to