Convert Keypresses

BlitzMax Forums/BlitzMax Programming/Convert Keypresses

Ragz(Posted 2006) [#1]
Is it possible to make a blitzmax program that runs in the background, converting all your keypresses into something else? I want to turn my keyboard into a chording keyboard.


Arowx(Posted 2006) [#2]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/setwindowshookex.asp

might help?