From 997e6c6018b21bbf79b4f2a06f7c1f062eaf586c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 30 Jan 2008 23:23:40 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22724 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 83c707451f..84b9afc8a7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1052,6 +1052,12 @@ void LyXAction::init() */ { LFUN_CANCEL, "cancel", NoBuffer, System }, +/** + * \var lyx::kb_action lyx::LFUN_COMMAND_EXECUTE + * \li Action: Opens the minibuffer toolbar so that the user can type in there. + * \li Notion: Usually bound to M-x shortcut. + * \li Syntax: command-execute + */ { LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit }, { LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden }, /** -- 2.39.2