mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-06 06:50:43 +00:00
refactor: add general keybinds, fix buggy movement
Adds back some of the general program keybinds, and fixes both a bug causing widget movement via keybinds to be incorrect, and not correcting the last selected widget in the layout tree rows/cols after clicking/setting the default widget!
This commit is contained in:
@@ -41,8 +41,8 @@ Note that key bindings are generally case-sensitive.
|
||||
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||
| ++q++ , ++ctrl+c++ | Quit |
|
||||
| ++esc++ | Close dialog windows, search, widgets, or exit expanded mode |
|
||||
| ++ctrl+r++ | Reset display and any collected data |
|
||||
| ++f++ | Freeze/unfreeze updating with new data |
|
||||
| ++ctrl+r++ | Resets any collected data |
|
||||
| ++f++ | Toggles freezing, which stops new data from being shown |
|
||||
| ++question++ | Open help menu |
|
||||
| ++e++ | Toggle expanding the currently selected widget |
|
||||
| ++ctrl+up++ <br/> ++shift+up++ <br/> ++K++ <br/> ++W++ | Select the widget above |
|
||||
|
||||
Reference in New Issue
Block a user