1
0
forked from 0ad/0ad

Default to fullscreen, since it's more useful for most players.

Make Alt+F4 always quit the program.

This was SVN commit r7933.
This commit is contained in:
Ykkrosh 2010-08-13 14:20:05 +00:00
parent 961d19d037
commit 5135bcb899

View File

@ -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.