philip.sion
October 13th, 2002, 01:55 PM
Hello,
With the ksnoopy's plugin not working for me, I developped mine : .http://www.avsforum.com/avs-vb/showthread.php?s=&threadid=147846&pagenumber=5
This is a plugin for the remote wonder allowing the use of all the keys.
HERE'S MY QUESTION :
I use keybd_event() to simulate keystrokes. It works well for any app, Zoom Player scancode tester detects the key OK BUT...BUT...Girder with the standard keyboard plugin detects a 0000000000 event, any key I press. It detects simulated keystroke, but something's missing...
I guess this is coming from the behavior of the plugin, so my concern is to make my plugin "Girder compatible".
I tried to send also WM_KEYDOWN and WM_CHAR to the app but no difference.
The goal is to avoid the use of another plugin for Girder for removing inter-plugin communication.
Any clue ?
Thanks.
Philip.
With the ksnoopy's plugin not working for me, I developped mine : .http://www.avsforum.com/avs-vb/showthread.php?s=&threadid=147846&pagenumber=5
This is a plugin for the remote wonder allowing the use of all the keys.
HERE'S MY QUESTION :
I use keybd_event() to simulate keystrokes. It works well for any app, Zoom Player scancode tester detects the key OK BUT...BUT...Girder with the standard keyboard plugin detects a 0000000000 event, any key I press. It detects simulated keystroke, but something's missing...
I guess this is coming from the behavior of the plugin, so my concern is to make my plugin "Girder compatible".
I tried to send also WM_KEYDOWN and WM_CHAR to the app but no difference.
The goal is to avoid the use of another plugin for Girder for removing inter-plugin communication.
Any clue ?
Thanks.
Philip.