From: Pavel Sanda Date: Mon, 28 Jan 2008 22:31:30 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~6507 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bb84c5b38ceafbb1e770b80529bb6d579cb1eba8;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22703 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6f8cfe6726..83c707451f 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 + * \li Params: : 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 }, /**