saravanan
2003-Oct-26 04:06 UTC
Help needed to get the application work for native linux editors
Hai friends,
I successfully ran a script manager(keyboard Manager/driver) developed for
windows (using VC++) in Linux using wine. Its working in the wordpad
application called using wine.I want to make it work in Linux editors.
The technical details about the working of the keyboard driver is as follows.
1) The keyboard driver is a keyboard hooker program. The keyboard driver will
trap all the keystrokes from the keyboard and convert the Ascii value to the
appropriate native language Character code.
2) First we have to get the handle of the window/control where the cursor is
currently located, for that the GetFocus API is used.
3) Virtual-key code of the key that generated the keystroke message is
converted to appropriate another code for making the keyboard Inscript or
phonetic and send using Postmessage API.
I have some doubts. Do these APIs written for windows work in linux. In linux ,
How could i get the handle of the window where the cursor is currently located.
What are the changes that i should make in the source code to make it work for
linux editors.
Looking for your suggessions. Thanks in advance .
Saravanan
______________________________________
Scanned and protected by Email scanner
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.winehq.org/pipermail/wine-users/attachments/20031026/5972b313/attachment-0001.html
