How can I remap the Caps Lock key in Windows or OS X? Is there, for example, some way to map caps lock to a key combination like Alt+Tab on Windows or ⌘+Tab on OS X?
Answer
You need Autohotkey and this script:
;Deactive CapsLock key
$CapsLock::
return
Autohotkey is THE most powerful way to do this sort of thing on a WIndows PC. Also see this page for more details on re-mapping CAPS,
No comments:
Post a Comment