summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-04-24 23:35:38 -0300
committerGitHub <noreply@github.com>2017-04-24 23:35:38 -0300
commit68b8efb83f1214770e1880a129daab29036ca27a (patch)
tree2e043f99fc1b1a33ff8a7417dfa9de90857f2403
parent418fea33f40a6f6be9a331511325740643d13d7f (diff)
parente0e84401e4022419c7a06be946c37ed53165a2b1 (diff)
Merge pull request #612 from ryenus/keymap
update keymap in help
-rw-r--r--Action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index ee34a4bc..57087675 100644
--- a/Action.c
+++ b/Action.c
@@ -395,7 +395,7 @@ static struct { const char* key; const char* info; } helpLeft[] = {
{ .key = " F6 + -: ", .info = "expand/collapse tree" },
{ .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" },
{ .key = " I: ", .info = "invert sort order" },
- { .key = " F6 >: ", .info = "select sort column" },
+ { .key = "< > , .: ", .info = "select sort column" },
{ .key = NULL, .info = NULL }
};
@@ -414,7 +414,7 @@ static struct { const char* key; const char* info; } helpRight[] = {
{ .key = " l: ", .info = "list open files with lsof" },
{ .key = " s: ", .info = "trace syscalls with strace" },
{ .key = " ", .info = "" },
- { .key = " F2 S: ", .info = "setup" },
+ { .key = " F2 C S: ", .info = "setup" },
{ .key = " F1 h: ", .info = "show this help screen" },
{ .key = " F10 q: ", .info = "quit" },
{ .key = NULL, .info = NULL }

© 2014-2024 Faster IT GmbH | imprint | privacy policy