Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

28.03.2007 12:20:01
Re: Multiple Keystroke Action?

This posting is older than 6 months and can contain outdated information.
Hello Paul,

thanks for your question.

This is indeed a valid approach but won't work until in RC2. The 
current approach to the keystroke actor is that the emulated 
keypresses press and release events match the press and release 
events of your the respective button on your remote. In RC2, you can 
modify this behaviour.

Apart from that, what you want to do can be accomplished with an 
AppleScript very easily and reliably:

tell application "DVD Player" to quit 
tell application "DVDPedia" to activate

If you close the "DVD Player" window, it closes the entire 
application, thus I placed "quit" here.

The other solution (and just as reliable) would be to just send an 
Apple + H to DVD Player as Apple + W (the Apple + Shift + W combo you 
mention doesn't seem to be valid btw) would have the same effect as 
Apple + Q in DVD Player. And then, in an AppleScript actor, use the 
second line of the above script.

Hope that helps.

Best regards, 
Felix 

Thread-display::