getsenic / nuimo-app-osx-actions

16 stars 6 forks source link

Add actions for Sonos. #19

Closed melwin closed 8 years ago

melwin commented 8 years ago

Actions for Sonos using generic tell process.

larsblumberg commented 8 years ago

Awesome – will try them out and merge

melwin commented 8 years ago

Just realized the Next/Prev track actions don't work. Play/Pause works fine, but for Next/Prev it clicks the right button in the UI but nothing happens. They must detect the mouse down event or something else that is missing when using AppleScript this way. I will see what I can find.

melwin commented 8 years ago

It seems like Command+Left/Right works to change track. Changed the action to use this instead.

melwin commented 8 years ago

@larsblumberg Let me know if you want me to change these actions to use key code as well for the arrows.

larsblumberg commented 8 years ago

@melwin yeah let's use key codes instead of ASCII characters – so we stay consistent

melwin commented 8 years ago

Ok, updated.

larsblumberg commented 8 years ago

Thanks a lot!