Wednesday, February 4, 2015

keyboard - How do I disable the uppercase/lowercase functionality of the Caps Lock key?



I like to use Caps Lock for Push-to-talk in VOIP software, but it annoys me having to rehit the key to have proper case to type every now and then. Does anyone know an easy way to disable the uppercase/lowercase changing portion of the button, but so it would still work in programs like Mumble/Teamspeak/Ventrilo?


Answer




Replying here myself as well, since I found even easier solution. This article has a download file (.reg files in a .zip) for few easy swaps:




  • Caps Lock -> Scroll Lock

  • Caps Lock -> CTRL

  • Caps Lock -> Shift

  • Disable Caps Lock

  • Revert changes




Article: http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/



Zip: http://www.howtogeek.com/geekers/KeyboardMappings.zip


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...