diff --git a/src/config.c b/src/config.c index b5b4713..2112bcc 100644 --- a/src/config.c +++ b/src/config.c @@ -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" "vhack=false\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" "\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" "\n" "\n" - "; Toggle fullscreen - Alt + ???\n" + "; Switch between windowed and fullscreen mode = [Alt] + ???\n" "keytogglefullscreen=0x0D\n" "\n" - "; Toggle maximize - Alt + ???\n" + "; Maximize window without frame = [Alt] + ???\n" "keytogglemaximize=0x22\n" "\n" - "; Unlock Cursor 1 - Ctrl + ???\n" + "; Unlock cursor 1 = [Ctrl] + ???\n" "keyunlockcursor1=0x09\n" "\n" - "; Unlock Cursor 2 - RightAlt + ???\n" + "; Unlock cursor 2 = [Right Alt] + ???\n" "keyunlockcursor2=0xA3\n" "\n" "; Screenshot\n"