View Single Post
  #2 (permalink)  
Old 04-14-2007, 08:28 PM
loc[a]lhost
Status: Offline
Junior Member
 
Join Date: May 2006
Posts: 7
Rep Power: 0
loc[a]lhost is on a distinguished road
Default

You could get the IR emulator, RemoteControl tool, and use the following AppleScript to launch Back Row:

do shell script "/path/to/RemoteControl 2"
delay 5
do shell script "/path/to/cscreen -x 1680 -y 1050"

Last edited by loc[a]lhost; 04-14-2007 at 08:33 PM.
Reply With Quote