CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Nils Kneuper <[EMAIL PROTECTED]> 05/07/19 17:12:59
Modified files:
data : game.cfg
Log message:
Added default hotkey for quit (ctrl+q)
Was there a special reason not to include it (anymore)?
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/game.cfg.diff?tr1=1.166&tr2=1.167&r1=text&r2=text
Patches:
Index: wesnoth/data/game.cfg
diff -u wesnoth/data/game.cfg:1.166 wesnoth/data/game.cfg:1.167
--- wesnoth/data/game.cfg:1.166 Mon Jul 18 20:15:12 2005
+++ wesnoth/data/game.cfg Tue Jul 19 17:12:59 2005
@@ -209,6 +209,11 @@
cmd=yes
[/hotkey]
[hotkey]
+ command=quit
+ key=q
+ cmd=yes
+ [/hotkey]
+ [hotkey]
command=save
key=s
cmd=yes
@@ -388,6 +393,11 @@
ctrl=yes
[/hotkey]
[hotkey]
+ command=quit
+ key=q
+ ctrl=yes
+ [/hotkey]
+ [hotkey]
command=save
key=s
ctrl=yes