mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f7bae394c
commit
d56e60a1ff
@ -2807,6 +2807,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_COMMAND_PREFIX
|
||||
* \li Action: Return the current sequence and available options as a string.
|
||||
* \li Notion: No options are added if no curmap kb map exists. \n
|
||||
This is probably usable only with connection to lyxserver.
|
||||
* \li Syntax: command-prefix
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_COMMAND_SEQUENCE
|
||||
|
Loading…
Reference in New Issue
Block a user