Skip to content

Commit 4d3236c

Browse files
authored
Update README.md
1 parent 0c94f36 commit 4d3236c

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# Bluetooth-Device-Connector
1+
# Bluetooth Device Connector
2+
23
This AutoHotkey script aims to automatically connect a specific Bluetooth device to your Windows computer. It is particularly useful for devices like Bluetooth headphones or speakers, enabling quick and hassle-free connection.
4+
5+
## Prerequisites
6+
7+
Make sure you have [AutoHotkey](https://www.autohotkey.com/) installed on your Windows system to run the script. Additionally, your computer must have Bluetooth capabilities, and the appropriate drivers must be installed and functioning correctly.
8+
9+
## Usage
10+
11+
1. Modify the `deviceName` variable in the script with the name of the Bluetooth device you want to connect to.
12+
2. Run the script by double-clicking the file or using AutoHotkey to execute it.
13+
14+
Once launched, the script will search for the specified Bluetooth device and attempt to connect to it. If the device is found and the connection is successful, you will receive a connection notification.
15+
16+
## Origin
17+
18+
This script originated from the need to quickly and automatically connect Apple AirPods headphones to Windows, as the connection process was somewhat cumbersome.
19+
20+
## Contributions
21+
22+
Contributions to improve this script are welcome! Feel free to open issues, propose changes, or submit pull requests.
23+
24+
## License
25+
26+
This project is licensed under the MIT License. For more details, see the LICENSE file.

0 commit comments

Comments
 (0)