mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
The purpose prize.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24893 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ebc17c9b9
commit
db8afd2720
@ -773,6 +773,13 @@ void LyXAction::init()
|
|||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_REPEAT, "repeat", NoBuffer, Edit },
|
{ LFUN_REPEAT, "repeat", NoBuffer, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_CHARS_TRANSPOSE
|
||||||
|
* \li Action: Transposes the character at the cursor with the one before it.
|
||||||
|
* \li Syntax: chars-transpose
|
||||||
|
* \li Author: Lgb, 25 Apr 2001
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit },
|
{ LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit },
|
||||||
|
|
||||||
{ LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit },
|
{ LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit },
|
||||||
|
Loading…
Reference in New Issue
Block a user