From 5a8f8edf87dc994961f7414a5d06d0558f2f60bc Mon Sep 17 00:00:00 2001 From: cage Date: Wed, 28 Apr 2021 16:39:54 +0200 Subject: [PATCH] - updating documentation (mentioning navigation keys). --- doc/man.org | 21 ++++++++++++--------- doc/tinmop.man | 24 +++++++++++++----------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/doc/man.org b/doc/man.org index eec3d46..76397f3 100644 --- a/doc/man.org +++ b/doc/man.org @@ -63,11 +63,9 @@ The screen is subdivided in five window: - - tag window :: shows the tag users subscribed for and available - messages for each tag; + - tag window :: shows the tag users subscribed for and available messages for each tag; - - threads window :: for a given timeline and folder (see - [[Folders]]) show the discussions saved in user's local database; + - threads window :: for a given timeline and folder (see [[Folders]]) show the discussions saved in user's local database; - conversations window :: show the /private/ conversations the user is having with others; @@ -75,11 +73,13 @@ - command window :: the window where the user instruct the software to perform commands - The main way to interact with the program is using the keyboard. - There is a contextual help that appears when the user input data - that provide hints about commands and a quick help window that can - be shown by hitting ~?~ (if this keybinding has not been - customized). + The main way to interact with the program is using the keyboard. By + default you can move focus to each window (except command window + that can not get focus explicitly) using *'M-arrow key'* (meta is + *ALT* on many keyboards). There is a contextual help that appears + when the user input data that provide hints about commands and a + quick help window that can be shown by hitting ~?~ (if this + keybinding has not been customized). ** Folders @@ -142,6 +142,9 @@ (usually ~/etc/tinmop/~), please check these files for more information, as they are extensively commented. + Is worth mentioning again that, without an user configuration file, + the program can be used as gemini client. + ** Lisp program These files contains Common lisp (see [[https://common-lisp.net/]]) diff --git a/doc/tinmop.man b/doc/tinmop.man index 1c605da..3bf5ff2 100644 --- a/doc/tinmop.man +++ b/doc/tinmop.man @@ -91,15 +91,11 @@ The screen is subdivided in five window: .TP \fBtag window\fP -shows the tag users subscribed for and available -.PP -messages for each tag; +shows the tag users subscribed for and available messages for each tag; .TP \fBthreads window\fP -for a given timeline and folder (see -.PP -\fIFolders\fP) show the discussions saved in user's local database; +for a given timeline and folder (see \fIFolders\fP) show the discussions saved in user's local database; .TP \fBconversations window\fP @@ -114,11 +110,13 @@ show the body of the message selected in the tag window or gemini page the window where the user instruct the software to perform commands .PP -The main way to interact with the program is using the keyboard. -There is a contextual help that appears when the user input data -that provide hints about commands and a quick help window that can -be shown by hitting \fC?\fP (if this keybinding has not been -customized). +The main way to interact with the program is using the keyboard. By +default you can move focus to each window (except command window +that can not get focus explicitly) using \fB'M-arrow key'\fP (meta is +\fBALT\fP on many keyboards). There is a contextual help that appears +when the user input data that provide hints about commands and a +quick help window that can be shown by hitting \fC?\fP (if this +keybinding has not been customized). .SS "Folders" .PP @@ -192,6 +190,10 @@ semantics are located in your system wide configuration directory (usually \fC/etc/tinmop/\fP), please check these files for more information, as they are extensively commented. +.PP +Is worth mentioning again that, without an user configuration file, +the program can be used as gemini client. + .SS "Lisp program" .PP These files contains Common lisp (see \fIhttps://common-lisp.net/\fP)