Skip to content

Instantly share code, notes, and snippets.

@tomjegan
Created January 11, 2019 10:33
Show Gist options
  • Save tomjegan/be0c3bb22033e42e164a46a78c2b5662 to your computer and use it in GitHub Desktop.
Save tomjegan/be0c3bb22033e42e164a46a78c2b5662 to your computer and use it in GitHub Desktop.
My Auto Hey Key scripts
^!Left::Send {Home}
^!Right::Send {End}
^!Up::Send {PgUp}
^!Down::Send {PgDn}
^+4::Send {ASC 0163}
+3::Send, {#}
#::\
+`::~
@::"
"::@
; Win+S - Sleep
#S::
; Sleep/Suspend:
DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0)
; Hibernate:
;DllCall("PowrProf\SetSuspendState", "int", 1, "int", 0, "int", 0)
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment