You can certainly launch Front Row via AppleScript, it was mentioned when the 'hacked' copies were floating around:

tell application "System Events"
        
        tell application "Front Row" to activate
        key code 53 using {command down}
        
end tell

And once FR is up and running it accepts arrow keys, enter and escape.

Chris - I'm not sure there is any easy way of intercepting the messages from the remote - it certainly doesn't send rawkeyup or rawkeydown messages to the frontmost app. :-(

Ian


On 22 Apr 2006, at 18:10, Thomas McGrath III wrote:

I did find an interesting code snippet for perl for a touch screen device which shows that FrontRow can at least be made to activate. I am thinking that systemevents might have more control options than the built in AS functions.

_______________________________________________
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