mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24974 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3f72061f22
commit
e850bb99be
@ -386,6 +386,12 @@ void LyXAction::init()
|
|||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_FLEX_INSERT, "flex-insert", Noop, Edit },
|
{ LFUN_FLEX_INSERT, "flex-insert", Noop, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_SELF_INSERT
|
||||||
|
* \li Action: Inserts the given string (accordingly to the correct keymap).
|
||||||
|
* \li Syntax: self-insert <STRING>
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden },
|
{ LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden },
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_SPACE_INSERT
|
* \var lyx::FuncCode lyx::LFUN_SPACE_INSERT
|
||||||
|
Loading…
Reference in New Issue
Block a user