From 9baff73350960739246fd3684c9abacdf785a19a Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 21 Jan 2020 19:28:39 -0500 Subject: [PATCH] [skip travis] More README fixes. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c99b1a29..ef841837 100644 --- a/README.md +++ b/README.md @@ -132,15 +132,17 @@ Run using `btm`. - `Esc` or `Ctrl-f` to close. +- `Left` and `Right` arrow keys to move the cursor within the search bar. + Note that `q` is disabled while in the search widget. ### Mouse actions -- Scrolling with the mouse will scroll through the currently selected list. +- Scrolling with the mouse will scroll through the currently selected list if the widget is a scrollable table. ## Thanks, kudos, and all the like -- This project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop) . +- This project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop). - This application was written with the following libraries: - [chrono](https://github.com/chronotope/chrono)