Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
68b8efb8
Commit
68b8efb8
authored
Apr 24, 2017
by
Hisham Muhammad
Committed by
GitHub
Apr 24, 2017
Browse files
Merge pull request #612 from ryenus/keymap
update keymap in help
parents
418fea33
e0e84401
Changes
1
Hide whitespace changes
Inline
Side-by-side
Action.c
View file @
68b8efb8
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment