I've had sketchy results with the x10 FOBs and the W32RF800s
But you would use the security script.
Here's my code added to work 2 of the buttons for iTunes
- Code: Select all
if eventType is sec_LightsOn and devID = 44 then
tell application "iTunes"
next track
end tell
end if
if eventType is sec_LightsOff and devID = 44 then
tell application "iTunes"
playpause
end tell
end if