From 1022c445e8c9a1133a8239db1da37bd0f9ed9699 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 17 Dec 2015 17:46:34 +0100 Subject: [PATCH] manpage: Document all keyboard shortcuts. --- doc/pulseview.1 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/doc/pulseview.1 b/doc/pulseview.1 index 7f7ecfd0..71a03ea4 100644 --- a/doc/pulseview.1 +++ b/doc/pulseview.1 @@ -48,6 +48,52 @@ file. .TP .BR "\-I, \-\-input\-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. -- 2.30.2