shithub: pplay

Download patch

ref: d00975a6111403531f47e0fe01ad26b3990de4c0
parent: b8975db265d21480f4f834e6abdf88414a2d6763
author: qwx <qwx@sciops.net>
date: Mon Aug 19 07:32:08 EDT 2024

update manpage

--- a/pplay.man
+++ b/pplay.man
@@ -80,24 +80,24 @@
 Key commands:
 .TF "Esc"
 .TP
-.B q
-Quit
+.B ␣
+Toggle play/pause
 .TP
-.B D
-Toggle cut markers
-.TP
 .B S
 Toggle stereo channel display (default: left only)
 .TP
-.B ␣
-Toggle play/pause
+.B Tab
+Toggle visible mono or top channel
 .TP
-.B b
-Jump to loop start
+.B D
+Toggle drawing cut markers
 .TP
 .B Esc
 Reset selection
 .TP
+.B b
+Jump to loop start
+.TP
 .B =
 Zoom in
 .TP
@@ -121,6 +121,9 @@
 .TP
 .B →
 Pan right by screenful
+.TP
+.B q
+Quit
 .PD
 .PP
 Any other key opens up a command prompt (see Commands section below).
@@ -259,3 +262,6 @@
 which cannot entirely fit in available memory.
 The maximum size of a single buffer is bound by the limits of
 .IR malloc (2).
+.PP
+Undo/redo don't restore the previous selection correctly,
+and most editing operations don't do set the new selection well enough.