This posting is older than 6 months and can contain outdated information.
I have a minor issue with RC2 15b...
What I'm seeing:
- I'm using a Keyspan Front Row Remote
- I've mapped the Eject Key to run a custom action:
I'm using one Actor within the Action - an AppleScript
The Actor setting are:
Source code:
tell application "EyeTV"
activate
set current channel to "2"
set full screen to true
set playback volume to 1.0
end tell
Execute on: Button press
Minimum delay between two runs of the script: (Checked) 3 s
- The script largely works as I'd expect it to
What I expect to see instead:
- Everything works as I expect, EXCEPT that, the 'Minimum delay' attribute of the AppleScript actor resets to the default settings if RemoteBuddy is quit and relaunched. The delay settings stick while RemoteBuddy is running. They only seem to reset to {Unchecked, 0.05 s} if RemoteBuddy quits.
Final note: I love RemoteBuddy!