You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,5 +64,14 @@ To reduce Notification Center pollution, I'd recommend turning off "Show in Noti
64
64
#### With Automator to bind a shortcut to it (this is how I'm using it)
65
65
I included an Automator workflow service that calls BluetoothConnector from `/usr/local/bin` to make it easier to run BluetoothConnector with a keyboard workflow (this is how I'm using it).
66
66
67
-
Then open the Automator workflow and you should get a prompt to install it (don't forget to change the MAC address).
68
-
To bind a shortcut to the Automator service, launch System Preferences and Go to `Keyboard > Shortcuts > Services`, find your service and add a shortcut to it.
67
+
To this, you will need a copy of this repo, a `brew` install is not enough.
68
+
69
+
1. Clone the repo.
70
+
2. In the root directory there is a file named "Connect Bluetooth Device.workflow", click on it, accept the install prompt.
71
+
3. In settings, `Keyboard > Shortcuts > Services > General` and bind the Bluetooth Connect to whatever you'd like.
72
+
4. Set the MAC address, the workflow can be found in `/Users/\[username]/Library/Services, open it and set your MAC address.
73
+
5. Create a link: in terminal, head over to `usr/local/bin` and create a link to your `brew` install.
0 commit comments