From c769b2727ba1f2d0161f88966d241eb2bc0407c2b75a6dd668621f2125849661 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Apr 2024 11:31:12 +0300 Subject: [PATCH] Small documentation fixes --- cmd/client/main.go | 2 +- doc/usage.texi | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cmd/client/main.go b/cmd/client/main.go index 023303a..881f574 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -118,7 +118,7 @@ it (or sent, if it is you), traffic amount, number of silence seconds, number of bad packets (malformed or altered, number of lost packets, number of reordered packets. Gree "T" means that recently an audio packet was received. -Red "MUTE" means that peer is in muted mode. +Red "M" means that peer is in muted mode. Magenta "S" means that peer is locally muted.`) } flag.Parse() diff --git a/doc/usage.texi b/doc/usage.texi index e44817a..a7b2401 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -32,12 +32,14 @@ $ vors-server -key key -bind [2001:db8::1]:12978 $ vors-client -srv "[2001:db8::1]:12978" -pub $pub -name NAME @end example - Pressing "q" in server/client TUIs means quitting. - Pressing Enter in client means "mute" toggling. + Pressing F10 in server/client TUIs means quitting. + Pressing F1 in client means "mute" toggling. + Cycling through chat windows and peers in client is done by Tab. + Pressing Enter on the peer silences it locally. @item @option{-room} allows you to join non-root room. - @option{-passwd} allows you protecting it with provided password. + @option{-passwd} allows you to protect it with provided password. @item @option{-mute-toggle} allows you to toggle mute by external -- 2.48.1