Skip to content

Instantly share code, notes, and snippets.

@noahcoad
noahcoad / ResolutionHotkeys.ahk
Last active October 12, 2015 17:17
Hotkey to Change Screen Resolutions w AutoHotkey
; Requires DisplayChanger, http://12noon.com/?page_id=80
; #=Win ^=Ctrl +=Shift !=Alt
; Set this path to your tools directory
tools := "c:\tools"
; Set screen resolutions
#^0:: Run "%tools%\DisplayChanger\dccmd.exe" -max
#^1:: Run "%tools%\DisplayChanger\dccmd.exe" -width=1024 -height=768
#^2:: Run "%tools%\DisplayChanger\dccmd.exe" -width=1280 -height=1024