Skip to content

Instantly share code, notes, and snippets.

@rubyu
Created November 29, 2017 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubyu/869012765c79d16d2604292c890c5f54 to your computer and use it in GitHub Desktop.
Save rubyu/869012765c79d16d2604292c890c5f54 to your computer and use it in GitHub Desktop.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
+^!F9::Run, DisplayStandBy.exe
+^!F10::Run, schtasks /run /tn "SwitchDisplayProfile1"
+^!F11::Run, schtasks /run /tn "SwitchDisplayProfile2"
+^!F12::Run, schtasks /run /tn "SwitchDisplayProfile3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment