Skip to content

Instantly share code, notes, and snippets.

@misdake
Created June 30, 2020 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save misdake/d30dd1d3d7b9ecf30ffef022a8649d52 to your computer and use it in GitHub Desktop.
Save misdake/d30dd1d3d7b9ecf30ffef022a8649d52 to your computer and use it in GitHub Desktop.
#If GetKeyState("CapsLock", "T") = 1
w::SendInput {Ctrl Down}{Shift Down}{Tab Down}
w up::SendInput {Ctrl Up}{Shift Up}{Tab Up}
r::SendInput {Ctrl Down}{Tab Down}
r up::SendInput {Ctrl Up}{Tab Up}
a::SendInput {Blind}{Home Down}
a up::SendInput {Blind}{Home Up}
g::SendInput {Blind}{End Down}
g up::SendInput {Blind}{End Up}
e::SendInput {Blind}{PgUp Down}
e up::SendInput {Blind}{PgUp Up}
d::SendInput {Blind}{PgDn Down}
d up::SendInput {Blind}{PgDn Up}
j::Send {Blind}{Left DownTemp}
j up::Send {Blind}{Left Up}
k::Send {Blind}{Down DownTemp}
k up::Send {Blind}{Down Up}
i::Send {Blind}{Up DownTemp}
i up::Send {Blind}{Up Up}
l::Send {Blind}{Right DownTemp}
l up::Send {Blind}{Right Up}
-::SendInput {Volume_Down Down}
- up::SendInput {Volume_Down Up}
=::SendInput {Volume_Up Down}
= up::SendInput {Volume_Up Up}
#IF
+esc::Send ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment