Autohotkey (windows) and Autokey (linux) configurations for CapsLock remapping
Autohotkey (windows) and Autokey (linux) configuration files for CapsLock remapping, inspired by a blog post by Nikitonsky.
capslock + j/l/k/i
instead of arrow keys without moving your hands from the default positioncapslock + h
as a backspacecapslock + a/d/s/w
as home/end, page up/page down keyscapslock + [
, capslock + ]
to decrease and increase the sound volumeThis is tested on Ubuntu (gnome).
The Autokey configuration tool doesn’t seem to work with CapsLock key directly, so I had to map CapsLock to “additional Hyper” first:
You’re free to choose any other key instead of Hyper, but then the Autokey configuration files must also be updated.
Then
autokey
directory to ~/.config/autokey/data
autohotkey/capslock.ahk
Add to autoload:
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
, entercapslock.ahk
file