Skip to content

Instantly share code, notes, and snippets.

@shm007g
Last active November 2, 2018 08:03
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 shm007g/e933be2d5df6682c2e37b39bec503ce9 to your computer and use it in GitHub Desktop.
Save shm007g/e933be2d5df6682c2e37b39bec503ce9 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.
!j::Send, {Left}
!l::Send, {Right}
!k::Send, {Down}
!i::Send, {Up}

map alt + jkli to left, down, right, up using autohotkey.

!j::Send, {Left}
!l::Send, {Right}
!k::Send, {Down}
!i::Send, {Up}

you just need install autohotkey and new a autohotkey-script and edit, run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment