mirror of
https://github.com/pythops/bluetui.git
synced 2026-05-07 05:49:14 +08:00
docs: update keybinds according to v0.7.2 changes (#90)
* Documented l, h, and shift+Tab for scrolling between sections * Removed keybinds ? and esc, as the help popup was removed in #16b3f5b
This commit is contained in:
@@ -67,7 +67,9 @@ This will produce an executable file at `target/release/bluetui` that you can co
|
||||
|
||||
### Global
|
||||
|
||||
`Tab`: Switch between different sections.
|
||||
`Tab` or `l`: Scroll down between different sections.
|
||||
|
||||
`shift+Tab` or `h`: Scroll up between different sections.
|
||||
|
||||
`j` or `Down` : Scroll down.
|
||||
|
||||
@@ -75,10 +77,6 @@ This will produce an executable file at `target/release/bluetui` that you can co
|
||||
|
||||
`s`: Start/Stop scanning.
|
||||
|
||||
`?`: Show help.
|
||||
|
||||
`esc`: Dismiss the help pop-up.
|
||||
|
||||
`ctrl+c` or `q`: Quit the app.
|
||||
|
||||
### Adapters
|
||||
|
||||
Reference in New Issue
Block a user