git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-30 23:23:40 +00:00
parent 7dfa520bfd
commit 997e6c6018

View File

@ -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 },
/**