Skip to content

Instantly share code, notes, and snippets.

@avin
Created August 17, 2022 21:30
Show Gist options
  • Select an option

  • Save avin/bae6f67f6bcee6d97fb8f15c18e0ca8c to your computer and use it in GitHub Desktop.

Select an option

Save avin/bae6f67f6bcee6d97fb8f15c18e0ca8c to your computer and use it in GitHub Desktop.
Win+F1 Switch off monitor
#SingleInstance, Force
SendMode Input
SetWorkingDir, %A_ScriptDir%
;---
; Win+F1 Switch off monitor
#F1::SendMessage,0x112,0xF170,2,,Program Manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment