]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Mon, 28 Jan 2008 22:31:30 +0000 (22:31 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 28 Jan 2008 22:31:30 +0000 (22:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22703 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 6f8cfe6726aefcfcfc5df155530fb45373fc18fc..83c707451f49555b7ca255a5ab530486da4509fb 100644 (file)
@@ -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 },
 
 /**