Commit 0c168471 authored by Hisham's avatar Hisham
Browse files

F6 is actually used for both actions, depending on context.

parent 68b8efb8
...@@ -395,7 +395,7 @@ static struct { const char* key; const char* info; } helpLeft[] = { ...@@ -395,7 +395,7 @@ static struct { const char* key; const char* info; } helpLeft[] = {
{ .key = " F6 + -: ", .info = "expand/collapse tree" }, { .key = " F6 + -: ", .info = "expand/collapse tree" },
{ .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" }, { .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" },
{ .key = " I: ", .info = "invert sort order" }, { .key = " I: ", .info = "invert sort order" },
{ .key = "< > , .: ", .info = "select sort column" }, { .key = " F6 > .: ", .info = "select sort column" },
{ .key = NULL, .info = NULL } { .key = NULL, .info = NULL }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment