mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
* word-togglecase - add description from commit.
This commit is contained in:
parent
7cb1583964
commit
b7402aecfb
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user