Do I really have to define a custom function for each of these keys
as a work around???
No :)
Make a global object instead that uses operator lookup.
Also... I think you'll find it much easier if you just use named
constants instead of functions. It's the simpler way that's also more
reliable. Like
Keyboard.AsyncKeyDown(KeyF1)
--
http://elfdata.com/plugin/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>