summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryenus <ryenus@gmail.com>2017-04-19 17:52:48 +0800
committerryenus <ryenus@gmail.com>2017-04-19 18:20:42 +0800
commite0e84401e4022419c7a06be946c37ed53165a2b1 (patch)
treeaba15b825dcd2ad1b7cd2037c3e0187822fad024
parent5570748dd27e5b1e8c109b80fb31500fcd8f7fad (diff)
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