Hi Sean, Yes, you can find out the two actions a cursor key definition has stored for it, and you can execute those actions in window-eyes, but the application isn't getting the cursor key if you do this. If you want the application to also get the cursor key, then you don't want to do what I just said, but instead use insertKey to put the key to the application, which will trigger the window-eyes actions. Chip _____
From: Sean Farrow [mailto:[email protected]] Sent: Wednesday, February 08, 2012 3:24 PM To: [email protected] Subject: executing cursor keys Importance: High Hi; Is there a way to execute a cursor key and it's actions. I don't see anything in the CursorKey object, whereas in the Hotkey object there is an execute method. Any help appreciated. Cheers Sean.
