[wx 2.6.3, Linux Fedora 5, gcc version 4.1.1] Hooking keyboard
Marcio Andrey Oliveira
marcioandreyoliveira at gmail.com
Sun Aug 20 14:59:38 PDT 2006
Hi.
I did looked for wxWidgets APIs that would let me intercept text from
_any_ program that has focus and redirect it to my program that would
process the typed keys and resend text to the program that has the
focus.
Unfortunately I didn't find anything (maybe because I was using the
wrong words in the search).
Can someone point me some documentation about it?
I want to develop a program like intellicomplete
(http://www.flashpeak.com/icomp/) that will prompt me a list of words
to complete while I type. It will save me a lot of typing.
Intellicomplete acts like an inteli sense in eclipse, kdevelop, and so
on, but it works for almost any program by hooking the keyboard.
Thanks in advance
More information about the wx-users
mailing list