Skip to content

Commit 56a5343

Browse files
authored
Merge pull request #30 from korak1111/master
2 parents e14caa1 + 67c23a7 commit 56a5343

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,14 @@ To reduce Notification Center pollution, I'd recommend turning off "Show in Noti
6464
#### With Automator to bind a shortcut to it (this is how I'm using it)
6565
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).
6666

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.
74+
1. Something like: `sudo ln -s /opt/homebrew/Cellar/bluetoothconnector/2.1.0/bin/BluetoothConnector`
75+
76+
Test out the keyboard shortcut!
77+
You will need to grant permissions the first time you run the workflow.

0 commit comments

Comments
 (0)