mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22703 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c9273f13e8
commit
bb84c5b38c
@ -1054,6 +1054,13 @@ void LyXAction::init()
|
||||
|
||||
{ LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit },
|
||||
{ LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden },
|
||||
/**
|
||||
* \var lyx::kb_action lyx::LFUN_COMMAND_SEQUENCE
|
||||
* \li Action: Run more commands (LFUN and its parameters) in a sequence.
|
||||
* \li Syntax: command-sequence <CMDS>
|
||||
* \li Params: <CMDS>: Sequence of commands separated by semicolons.
|
||||
* \li Sample: command-sequence cut; ert-insert; self-insert \; paste; self-insert {}; inset-toggle;
|
||||
*/
|
||||
{ LFUN_COMMAND_SEQUENCE, "command-sequence", NoBuffer, System },
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user