Skip to content

Instantly share code, notes, and snippets.

@eric6356
Last active November 25, 2022 01:07
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 eric6356/1cbe88a0eaf3cce6ca902a0f6c95e2a6 to your computer and use it in GitHub Desktop.
Save eric6356/1cbe88a0eaf3cce6ca902a0f6c95e2a6 to your computer and use it in GitHub Desktop.
aebfpn
#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.
#Persistent
SetCapsLockState, AlwaysOff
Capslock & a::Send {Blind}{Home DownTemp}
Capslock & a up::Send {Blind}{Home Up}
Capslock & e::Send {Blind}{End DownTemp}
Capslock & e up::Send {Blind}{End Up}
Capslock & b::Send {Blind}{Left DownTemp}
Capslock & b up::Send {Blind}{Left Up}
Capslock & f::Send {Blind}{Right DownTemp}
Capslock & f up::Send {Blind}{Right Up}
Capslock & d::Send {Blind}{Delete DownTemp}
Capslock & d up::Send {Blind}{Delete Up}
Capslock & p::Send {Blind}{Up DownTemp}
Capslock & p up::Send {Blind}{Up Up}
Capslock & n::Send {Blind}{Down DownTemp}
Capslock & n up::Send {Blind}{Down Up}
Capslock & d::Send {Blind}{Delete DownTemp}
Capslock & d up::Send {Blind}{Delete Up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment