Skip to content

Instantly share code, notes, and snippets.

@jamesstout
Last active December 20, 2015 11:29
Show Gist options
  • Save jamesstout/6124139 to your computer and use it in GitHub Desktop.
Save jamesstout/6124139 to your computer and use it in GitHub Desktop.
Activate Bluetooth device
set mouseName to "James Mouse" -- edit as appropriate
-- SystemUIServer controls the right hand side of the Menu bar - AHA!
tell application "System Events" to tell the front menu bar of process "SystemUIServer"
activate
delay 0.5
tell menu bar item 1
click
tell menu item mouseName of menu 1
click
delay 0.2
tell menu item 1 of menu mouseName
click
delay 0.2
end tell
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment