* word-togglecase - add description from commit.

This commit is contained in:
Pavel Sanda 2024-10-14 21:00:41 +02:00
parent 7cb1583964
commit b7402aecfb

View File

@ -4657,10 +4657,12 @@ void LyXAction::init()
/*! /*!
* \var lyx::FuncCode lyx::LFUN_WORD_TOGGLECASE * \var lyx::FuncCode lyx::LFUN_WORD_TOGGLECASE
* \li Action: Invert the case of the words in the selection or word at cursor position. * \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 Syntax: word-togglecase [<SEL_TYPE>]
* \li Params: <SEL_TYPE>: if this is equal to "partial", then the * \li Params: <SEL_TYPE>: if this is equal to "partial", then the
* default word starts at cursor position (emacs-style). * default word starts at cursor position (emacs-style).
* Otherwise, the whole word is considered. * Otherwise, the whole word is considered.
* \li Origin: lasgouttes, 14 Oct 2024
* \endvar * \endvar
*/ */
{ LFUN_WORD_TOGGLECASE, "word-togglecase", Noop, Edit }, { LFUN_WORD_TOGGLECASE, "word-togglecase", Noop, Edit },