On Feb 27, 2008, at 8:34 PM, Trevor DeVore wrote:

8 is the C Key. 9 is the V key which I think is what you are after (you are using virtual key codes, right?).

Regards,

--
Trevor DeVore

Yup  :-/


If field "z" contains this (could also use a Custom Property):

tell application "System Events"
                key code 9 using command down
        end tell


Then fake button for letter "A" is this:

on mouseUp
set the clipboardData["text"] to "A"
do fld "z" as Applescript
end mouseUp


sims
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ClipaSearch Pro
http://www.ClipaTools.com

Across Platforms - Code and Culture
http://www.ezpzapps.com/blog/




_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to