manpage: Document all keyboard shortcuts.

This commit is contained in:
Uwe Hermann 2015-12-17 17:46:34 +01:00
parent 228a5480f2
commit 1022c445e8
1 changed files with 46 additions and 0 deletions

View File

@ -48,6 +48,52 @@ file.
.TP
.BR "\-I, \-\-input\-format " <format>
Specifies the format of the input file to be loaded.
.SH "KEYBOARD SHORTCUTS"
.TP
.B "f"
Zoom-to-fit.
.TP
.B "o"
Zoom 1:1.
.TP
.B "s"
Enable / disable sticky scrolling.
.TP
.B "c"
Show / hide cursors.
.TP
.B "SPACE"
Start / stop an acquisition.
.TP
.B "ALT"
Show / hide the menu.
.TP
.B "Arrow keys"
Scroll up/down/left/right.
.TP
.B "CTRL+o"
Open file.
.TP
.B "CTRL+s"
Save as...
.TP
.B "CTRL+r"
Save selected range as...
.TP
.B "CTRL+g"
Group all currently selected traces into a trace group.
.TP
.B "CTRL+u"
Ungroup the traces in the currently selected trace group.
.TP
.B "CTRL++"
Zoom in.
.TP
.B "CTRL+-"
Zoom out.
.TP
.B "CTRL+q"
Quit, i.e. shutdown PulseView.
.SH "EXIT STATUS"
.B PulseView
exits with 0 on success, 1 on most failures.