Convert Keypresses

BlitzMax Forums/BlitzMax Programming/Convert Keypresses

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.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/setwindowshookex.asp

might help?