From d7bb468a35e08e144075e653430c79610e570d24 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 14 Jul 2020 13:47:52 -0400 Subject: [PATCH] Editorial work by Dave, KC3GPM. --- doc/user_guide/en/faq.adoc | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/user_guide/en/faq.adoc b/doc/user_guide/en/faq.adoc index 2152c3c74..c4f20a04a 100644 --- a/doc/user_guide/en/faq.adoc +++ b/doc/user_guide/en/faq.adoc @@ -1,10 +1,12 @@ +// Status: edited + //// Questions: - Should be short one liners (in the .adoc file) ending with ?:: - If your question is too long for one line, consider multiple questions or rephrase + Should be short one-liners (in the .adoc file) ending with ?:: + If your question is too long for one line, consider multiple questions or rephrase. Answers: - Can be bullet or paragraphs. Bullets make for easier reading. + Can be bullets or paragraphs. Bullets make for easier reading. Bullet Usage: * = a circle bullet single intent @@ -53,19 +55,18 @@ You need to install suitable _OpenSSL_ libraries - see <Configuratio The KDE development team have added code to Qt that tries to automatically add shortcut accelerator keys to all buttons including -pop up menu buttons, this interferes with operation of the application +pop up menu buttons. This interferes with operation of the application (many other Qt applications have similar issues with KDE). Until this -is fixed by the KDE team you must disable this misfeature. Edit the -file ~/.config/kdeglobals and add a section containing the following: +is fixed by the KDE team you must disable this feature. Edit the +file `~/.config/kdeglobals` and add a section containing the following: [Development] AutoCheckAccelerators=false