Skip to content

Instantly share code, notes, and snippets.

@vamdt
Created January 19, 2015 15:29
Show Gist options
  • Save vamdt/a18a00eafc89cf3a38b9 to your computer and use it in GitHub Desktop.
Save vamdt/a18a00eafc89cf3a38b9 to your computer and use it in GitHub Desktop.
Create ahk script that make capslock as another ctrl, then copy to statup folder
echo CapsLock::Ctrl >> caps5ctrl.ahk
copy /y caps5ctrl.ahk "C:\Users\annnng\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment