Add z key in the documentation

This commit is contained in:
Nicolas Hennion 2014-03-18 22:09:03 +01:00
parent 06e68c936a
commit 177a783920
2 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,8 @@ The following commands (key pressed) are supported while in Glances:
Delete finished warning and critical log messages
``y``
Show/hide hddtemp stats (only available with -y flag)
``Z``
Show/hide processes list(for low CPU consumption)
``1``
Switch between global CPU and per-CPU stats

View File

@ -3987,6 +3987,7 @@ class glancesScreen:
[_("h"), _("Show/hide this help screen")],
[_("t"), _("View network I/O as combination")],
[_("u"), _("View cumulative network I/O")],
[_("z"), _("Show/hide processes list (low CPU usage)")],
[_("q"), _("Quit (Esc and Ctrl-C also work)")]]
key_table_x = self.help_x + 38
key_table_y = limits_table_y + 1