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:
Yrjar Vederhus
2025-11-06 10:57:37 +01:00
committed by GitHub
parent ab4ae0a42f
commit 89688376d3

View File

@@ -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