For Windows with AHK, I suggest adding SetCapsLockState, AlwaysOff to prevent CapsLock getting stuck in the On state.
I also like making use of SetNumLockState, AlwaysOn and SetScrollLockState, AlwaysOff so I can rebind those keys without worrying about getting stuck in unwanted states.
For Windows with AHK, I suggest adding
SetCapsLockState, AlwaysOffto prevent CapsLock getting stuck in the On state.I also like making use of
SetNumLockState, AlwaysOnandSetScrollLockState, AlwaysOffso I can rebind those keys without worrying about getting stuck in unwanted states.Thanks for share this!