From b7402aecfb0b5c989c96712a429dda8de3e0f804 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Oct 2024 21:00:41 +0200 Subject: [PATCH] * word-togglecase - add description from commit. --- src/LyXAction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 72d9598652..6049745a3e 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -4657,10 +4657,12 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_WORD_TOGGLECASE * \li Action: Invert the case of the words in the selection or word at cursor position. + This is useful when one FORGOT THE cAPS lOCK KEY. * \li Syntax: word-togglecase [] * \li Params: : if this is equal to "partial", then the * default word starts at cursor position (emacs-style). * Otherwise, the whole word is considered. + * \li Origin: lasgouttes, 14 Oct 2024 * \endvar */ { LFUN_WORD_TOGGLECASE, "word-togglecase", Noop, Edit },