From 5135bcb89901780c8b70778c15531d10d1418879 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 13 Aug 2010 14:20:05 +0000 Subject: [PATCH] Default to fullscreen, since it's more useful for most players. Make Alt+F4 always quit the program. This was SVN commit r7933. --- binaries/data/config/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index f68dd670d7..879a7ae375 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -14,7 +14,7 @@ ; ************************************************************** ; Enable/disable windowed mode by default. (Use Alt+Enter to toggle in the game.) -windowed = true +windowed = false ; Force a particular resolution. (If these are 0, the default is ; to keep the current desktop resolution in fullscreen mode or to @@ -100,7 +100,7 @@ view.rotate.y.smoothness = 0.3 ; See keys.txt for the list of key names. ; > SYSTEM SETTINGS -hotkey.exit = "Ctrl+F4", "Ctrl+Break" ; Exit to desktop. +hotkey.exit = "Alt+F4", "Ctrl+Break" ; Exit to desktop. hotkey.leave = Escape ;End current game or Exit. hotkey.pause = Pause ; Pause/unpause game. hotkey.screenshot = F2 ; Take PNG screenshot.