Skip to content

Commit adbbef7

Browse files
committed
Add keybind to Readme
1 parent 706e3e1 commit adbbef7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ This will produce an executable file at `target/release/bluetui` that you can co
9999

100100
`e`: Rename the device.
101101

102+
`f`: Favorite/Unfavorite the device.
103+
102104
### New devices
103105

104106
`Space or Enter`: Pair the device.
@@ -119,6 +121,7 @@ toggle_discovery = "d"
119121
unpair = "u"
120122
toggle_trust = "t"
121123
rename = "e"
124+
toggle_favorite = "f"
122125
```
123126

124127
## ⚖️ License

0 commit comments

Comments
 (0)