itenium-be / Mi-Ke

Collection of Autohotkey scripts to make daily life in Windows less dull
https://itenium.be/Mi-Ke/
MIT License
19 stars 4 forks source link

Bluetooth & other devices: MDR-XB650BT Connect #49

Open Laoujin opened 4 years ago

Laoujin commented 4 years ago

Do auto connect.

http://bluetoothinstaller.com/bluetooth-command-line-tools/

https://stackoverflow.com/questions/24771116/how-can-i-create-a-button-or-hotkey-that-will-automatically-connect-my-bluetoo

#SingleInstance,force
;https://autohotkey.com/board/topic/83571-autohotkey-connect-to-bluetooth/
^F1::
Run, bthprops.cpl
Sleep, 2000
Send, {tab}{tab}{enter}{tab}{enter}
Sleep, 200
Send,!{Tab}
return