Skip to content

Instantly share code, notes, and snippets.

@ThangLeQuoc
Last active December 17, 2019 02:33
Show Gist options
  • Save ThangLeQuoc/fc627dca1a4f84d875e9f8379df983cd to your computer and use it in GitHub Desktop.
Save ThangLeQuoc/fc627dca1a4f84d875e9f8379df983cd to your computer and use it in GitHub Desktop.
AutoHotKey Script

My Autohotkey script

Commands

Alt + J : Left Alt + I : Up ...

!j::
Send {Left}
return
!i::
Send {Up}
return
!k::
Send {Down}
return
!l::
Send {Right}
return
!o::
Send {Backspace}
return
!a:: Winset, Alwaysontop, , A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment