1.0.0 • Published 5 years ago

bluetooth-cross-pair v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

bluetooth-cross-pair

Small utility that automates the process of copying Bluetooth keys from one OS to the other.

Why need this? To keep from having to repair my mouse and keyboard whenever I switch OS'es in a multi-boot system.

How do I use it?

  1. Go and pair your devices with all of your OS'es first
  2. On the last OS you paired with, run bluetooth-cross-pair export keys.json 00112233aabbcc 445566ddeeff, where 00112233aabbcc and 445566ddeeff are the MAC addresses of your keyboard and mouse. You can save any number of devices in one key file.
  3. On all the other OS'es, run bluetooth-cross-pair import keys.json

OS support

Current OS compatibility table. Feel free to implement import/export for other OS'es:

OSImportExport
macOSNoYes
WindowsYesNo
UbuntuYesNo
1.0.0

5 years ago