5.24 / swap capslock and control
George Cox (8414) 5 posts |
I’d like to use, or to write, a module to swap the capslock and control keys on OS 5.24. Could someone point me in the right direction, please? Thanks very much! |
Steve Fryatt (216) 2105 posts |
KeyMapper, possibly with KeyMapCfg from PlingStore. |
George Cox (8414) 5 posts |
Thank you, Steve. Works pretty well! I had actually tried KeyMapper before asking but fumbled the keycodes, :-/ Got it working OK now. I expected ctrl-L to clear the screen in a Zap TaskWindow, but instead it appears to be doing some sort of tab-completion. | KeyMapper module from link above RMEnsure KeyMapper RMLoad KeyMapper | map LeftCtrl/59 to CapsLock/93 KeyMap 59 93 | map CapsLock/93 to LeftCtrl/59 KeyMap 93 59 This page, Low-Level Internal Key Numbers lists the codes used by KeyMap. |