501
Post New Requests Here / Re: Hotkey Toggle Screen Resolution
« Last post by AbteriX on September 17, 2006, 03:05 PM »Hello dandersahn,
welcome to the community!
If you already use AHK you could add this piece of code into your AutoHotkey.ini
or use this as stand alone script:
qres.ahk
The qres.exe must be in the same folder as the AHK script (or change the path in the script).
welcome to the community!
If you already use AHK you could add this piece of code into your AutoHotkey.ini
or use this as stand alone script:
qres.ahk
^!1:: Run qres.exe /x:640 ; Ctrl+Shift+1 Changes resolution to 640 x 480. ^Numpad2:: Run qres.exe /x 1280 /y 1024 ;Ctrl+NumPad2 Changes resolution to 1280 x 1024.
The qres.exe must be in the same folder as the AHK script (or change the path in the script).

Recent Posts


i had have an pic like this to aid me:





