30 Mar
Posted by ProCOM
on March 30, 2008 – 11:51 pm - 684 views
If you're new here, you may want to subscribe to my RSS feed. So that you can read the latest updates about Web2.0 tools, Making Money Online, Tips in SEO, Ajax and many more. Thanks for visiting ProgramimiCOM!

I don’t know about you - But I hate the Caps Lock key. I never use it and occasionally I mistake it for the shift key. I always wanted it to be something else or at least not be there. The Caps Lock key on your keyboard is frequently renowned as the most useless key. Even the One Laptop Per Child laptops have dismissed the caps lock key in favor of a more ergonomic Ctrl key! Well perhaps it is not as useless as Scroll Lock but it is taking up very valuable keyboard estate in its current position. Amongst all keys in close proximity to a touch typist’s hand placement, caps lock is by far the least used (if typing correctly).
Anything caps lock does can be done by the shift key and more efficiently - except when you’re writing something in all caps, which should be quite rarely. Case in point, I had a friend that refused to use the shift key for reasons unknown. If he had to capitalize a letter, he would press caps lock, type the letter and press caps lock again to turn it off. Some would argue caps lock is important for the disabled with poor motor-control but Window’s “sticky keys” is a much better solution for them anyway.
What can it be remapped to?
How to remap Caps Lock to another key
For Linux users (on an X environment like KDE, Gnome), it’s pretty easy to remap keys using the xmodmap command.
For Windows users, there are programs that will remap keys for you but if you’re not afraid to tinker with your registry, you can do this manually and it only requires adding one registry value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
Note: Keyboard Layout, not Keyboard Layouts!
00 00 00 00 00 00 00 00 02 00 00 00 ## ## 3a 00 00 00 00 00
The scan code for Windows Key is 5B E0, Esc is 01 00, Ctrl is 1D 00. Full list of scan codes and a more detailed tutorial is here.
How often do you use the caps lock key? Got another candidate for the most useless key? Have you remapped caps lock to something else? Leave a comment!