Open drewwells opened 4 years ago
I don't swap them but just set capslock to (also) be control, via the Windows registry, e.g., something like this: https://superuser.com/questions/949385/map-capslock-to-control-in-windows-10
In other words, I remove my capslock key and have never missed it.
I used windows power toy keyboard manager to map caps lock to control.
Although looks like this can be used to map CapsLock to Ctrl in AHK
CapsLock::Ctrl
It's pretty common to use caps lock as a control. However, simply swapping them makes the entire invalid since ^ is now caps lock. Do you have any ideas on how to tell autohotkeys to use caps lock as ^ in the script?