DEV Community

Discussion on: 💎 Productivity for coders: Caps Lock as a keyboard layout switcher

Collapse
 
gamecube762 profile image
Gamecube762

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.

Collapse
 
koddr profile image
Vic Shóstak

Thanks for share this!