On Feb 27, 2008, at 1:55 PM, Jim Sims wrote:

My suggestion was  to have applescript perform the paste.
I think the following is paste but might be copy (cannot find my key code
cheat sheet).
...
tell application  frontApp
        activate
        tell application "System Events"
                key code 8 using command down  --34 id for Dvorck keyboard
        end tell
end tell

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
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com

_______________________________________________
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