Click to See Complete Forum and Search --> : Mapping keyboard keys


Hobson
February 22nd, 2006, 10:04 AM
Does anyone of you know application or a way (i can write a program by myself, just do not know how) which would allow me to remap keys in any way I want? Let's say that having QWERTY keyboard I have key [ with shifted { and I watn to reverse the case of this particlar key, since much more often I use { character than [ one. Or I want to reverse the case of whole row with digits, to have easy access to characters like &, # and @, and I usually use digits on numeric part of keyboard. And I want to excgange the places of \| key and /? key.

Thanks for any hints
Hob

Marc G
February 23rd, 2006, 12:08 PM
Maybe you can install a low-level-keyboard hook to translate those keys.
See SetWindowsHookEx (http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/setwindowshookex.asp)