04-13-2016, 12:00 AM
Simple Example of how to block all keyboard input EXCEPT "esc" or any other single character. For example how to block all keyboard input EXCEPT the letter "q"
|
'BlockInput' all except 'exc'
|
|
04-13-2016, 12:00 AM
Simple Example of how to block all keyboard input EXCEPT "esc" or any other single character. For example how to block all keyboard input EXCEPT the letter "q"
04-13-2016, 08:49 AM
SHORT ANSWER FOR NOW? Is there a simple way to do this or is it pretty comlex?
04-13-2016, 09:31 AM
Pretty complex. Need a keyboard hook. Google for SetWindowsHookEx WH_KEYBOARD_LL in QM forum.
04-13-2016, 09:41 AM
THANKS!!!
|
|
« Next Oldest | Next Newest »
|