1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

tweak default ddraw.ini

This commit is contained in:
FunkyFr3sh 2021-09-29 13:12:23 +02:00
parent 768a3aaa7f
commit cf38abed60

View File

@ -287,7 +287,7 @@ static void cfg_create_ini()
"; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n" "; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n"
"vhack=false\n" "vhack=false\n"
"\n" "\n"
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian\n" "; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french\n"
"configlang=auto\n" "configlang=auto\n"
"\n" "\n"
"\n" "\n"
@ -339,16 +339,16 @@ static void cfg_create_ini()
"; Virtual-Key Codes: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes\n" "; Virtual-Key Codes: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes\n"
"\n" "\n"
"\n" "\n"
"; Toggle fullscreen - Alt + ???\n" "; Switch between windowed and fullscreen mode = [Alt] + ???\n"
"keytogglefullscreen=0x0D\n" "keytogglefullscreen=0x0D\n"
"\n" "\n"
"; Toggle maximize - Alt + ???\n" "; Maximize window without frame = [Alt] + ???\n"
"keytogglemaximize=0x22\n" "keytogglemaximize=0x22\n"
"\n" "\n"
"; Unlock Cursor 1 - Ctrl + ???\n" "; Unlock cursor 1 = [Ctrl] + ???\n"
"keyunlockcursor1=0x09\n" "keyunlockcursor1=0x09\n"
"\n" "\n"
"; Unlock Cursor 2 - RightAlt + ???\n" "; Unlock cursor 2 = [Right Alt] + ???\n"
"keyunlockcursor2=0xA3\n" "keyunlockcursor2=0xA3\n"
"\n" "\n"
"; Screenshot\n" "; Screenshot\n"