Registering and logging in removes this ad.
Registering and logging in removes this ad.
very useful: python module sendkeys
Submitted by reckoner on Sun, 12/23/2007 - 21:08.
http://www.rutherfurd.net/python/sendkeys/
gives the windows keys and some finer grained control over the timing of keystrokes. Also, seems more reliable than natlink.playstring for complex sequences Without requiring the use of playEvents. Further, also provides keycodes for given key-strings.
just fyi. I have found this extremely useful.



Hi Reckoner, I also posted
Hi Reckoner,
I also posted my comment on the natlink mailing list, which is , IMO, the proper place to discuss natlink internals.
I tried the python sendkeys module long time ago: I did not find advantages over what natpython already has.
In the actions module of unimacro there are mechanisms to slow down keystrokes (which are rarely needed, I believe) and to send some keys "the hard way" (SendSystemKeys).
Greetings, Quintijn