Skip to content

Commit 6b469ac

Browse files
committed
docs: added documentation for Spaec as tree toggle
1 parent 17751a7 commit 6b469ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/usage/widgets/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Linux, macOS, and FreeBSD), then a simpler termination screen with just yes or n
9393

9494
### Tree mode
9595

96-
Pressing ++t++ or ++f5++ in the table toggles tree mode in the process widget, displaying processes in regard to their parent-child process relationships.
96+
Pressing ++t++, ++f5++ or ++Space++ in the table toggles tree mode in the process widget, displaying processes in regard to their parent-child process relationships.
9797

9898
<figure>
9999
<img src="../../../assets/screenshots/process/process_tree.webp" alt="A picture of tree mode in a process widget."/>
@@ -230,7 +230,7 @@ Note that key bindings are generally case-sensitive.
230230
| ++s++ , ++f6++, ++delete++ (++fn+delete++ on macOS) | Toggle showing the sort sub-widget |
231231
| ++I++ | Invert the current sort |
232232
| ++"%"++ | Toggle between values and percentages for memory usage |
233-
| ++t++ , ++f5++ | Toggle tree mode |
233+
| ++t++ , ++f5++, ++Space++ | Toggle tree mode |
234234
| ++M++ | Sort by gpu memory usage, press again to reverse sorting order |
235235
| ++C++ | Sort by gpu usage, press again to reverse sorting order |
236236
| ++z++ | Toggle the hiding of kernel threads |

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const PROCESS_HELP_TEXT: [&str; 20] = [
7878
"s, F6 Open process sort widget",
7979
"I Invert current sort",
8080
"% Toggle between values and percentages for memory usage",
81-
"t, F5 Toggle tree mode",
81+
"t, F5, Space Toggle tree mode",
8282
"Right Collapse a branch while in tree mode",
8383
"Left Expand a branch while in tree mode",
8484
"+, -, click Toggle whether a branch is expanded or collapsed in tree mode",

0 commit comments

Comments
 (0)