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

26.01.2010 14:34:46
Re: Custom Mapping for Eye TV

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

You can achieve this by selecting "Custom Actions" at Prefs > Mapping > EyeTV and defining two of your own with this content:

1) Fast forward 
a) Add an AppleScript actor 
b) Enter "Fast forward (sticky)" as name 
c) Use this code 
tell application "EyeTV" to fast forward 
d) Make sure it is only executed on button press (but neither on release nor on repeats)

2) Rewind 
a) Add an AppleScript actor 
b) Enter "Rewind (sticky)" as name 
c) Use this code 
tell application "EyeTV" to fast backward 
d) Make sure it is only executed on button press (but neither on release nor on repeats)

Then, select the newly created custom actions for the Left (hold) and Right (hold) entries.

Best regards, 
Felix Schwarz 

Thread-display::