fix tabs and typo
This commit is contained in:
parent
f24a0b2713
commit
c7fee3028b
1 changed files with 9 additions and 7 deletions
|
@ -91,24 +91,26 @@ The workaround for this limitation is as follows:
|
||||||
1. Now open the terminal app (Applications/Utilities/Terminal.app) and paste the following command and enter your root password.
|
1. Now open the terminal app (Applications/Utilities/Terminal.app) and paste the following command and enter your root password.
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
defaultValue="HS"
|
defaultValue="HS"
|
||||||
values={[
|
values={[
|
||||||
{label: 'macOS High Sierra (10.13) and newer', value: 'high_sierra'},
|
{label: 'macOS High Sierra (10.13) and newer', value: 'high_sierra'},
|
||||||
{label: 'macOS Sierra (10.12) and older', value: 'sierra'},
|
{label: 'macOS Sierra (10.12) and older', value: 'sierra'},
|
||||||
]}>
|
]}>
|
||||||
<TabItem value="high_sierra">
|
<TabItem value="high_sierra">
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo defaults read /private/var/root/Library/Preferences/com.apple.bluetoothd.plist
|
sudo defaults read /private/var/root/Library/Preferences/com.apple.bluetoothd.plist
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="sierra">
|
<TabItem value="sierra">
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo defaults read /private/var/root/Library/Preferences/blued.plist
|
sudo defaults read /private/var/root/Library/Preferences/blued.plist
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>;
|
</Tabs>
|
||||||
|
|
||||||
This will print the contents of the bluetooth plist file containing the pairing keys for your bluetooth devices.
|
This will print the contents of the bluetooth plist file containing the pairing keys for your bluetooth devices.
|
||||||
|
|
||||||
|
@ -138,7 +140,7 @@ The workaround for this limitation is as follows:
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Inside "Keys", select the address of your host bluetooth device. It should be the same as it was in macOS (`65-FD-3B-1A-DB-48` in this example).
|
1. Inside "Keys", select the address of your host bluetooth device. It should be the same as it was in macOS (`65-FD-3B-1A-DB-48` in this example).
|
||||||
1. Below that, find the address that matches your keyboard's from macOS (`6-24-54-08-BC-A3` in this example).
|
1. Below that, find the address that matches your keyboard's from macOS (`6E-24-54-08-BC-A3` in this example).
|
||||||
|
|
||||||
|  |
|
|  |
|
||||||
| :--------------------------------------------------------------------: |
|
| :--------------------------------------------------------------------: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue