Skip to content

Instantly share code, notes, and snippets.

@Nate-Wilkins
Last active October 18, 2023 03:11
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 Nate-Wilkins/58ae6c2d1762966522de627235c9824d to your computer and use it in GitHub Desktop.
Save Nate-Wilkins/58ae6c2d1762966522de627235c9824d to your computer and use it in GitHub Desktop.
WinOS_CapsLock_VI.ahk
CapsLock::Return
Capslock & h::Send {Left}
Capslock & j::Send {Down}
Capslock & k::Send {Up}
Capslock & l::Send {Right}
@Nate-Wilkins
Copy link
Author

  1. Download AutoHotKey.
  2. Run AutoHotKey.
  3. Create new script with the script content above.
  4. Compile with supported version. (v1)
  5. Create shortcut to compiled exe.
  6. Put shortcut in your startup folder. (Ctrl + R -> shell:startup)

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