X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=doc%2Fpulseview.1;h=eb294e1084e3f130b9e98eaaf3f0e25c03fbc327;hp=7f7ecfd0e59a58389527cbafd033241f020a36e2;hb=9e8f0e503e0c79c3765947ba5abae0ffc76850c4;hpb=228a5480f23da3be41acb5602469c96ee2a69036 diff --git a/doc/pulseview.1 b/doc/pulseview.1 index 7f7ecfd0..eb294e10 100644 --- a/doc/pulseview.1 +++ b/doc/pulseview.1 @@ -48,6 +48,56 @@ 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 "b" +Toggle between coloured trace backgrounds and alternating light/dark +gray trace backgrounds. +.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.