commit b7402aecfb0b5c989c96712a429dda8de3e0f804 Author: Pavel Sanda <sa...@lyx.org> Date: Mon Oct 14 21:00:41 2024 +0200
* 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 [<SEL_TYPE>] * \li Params: <SEL_TYPE>: 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 }, -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs