mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7dfa520bfd
commit
997e6c6018
@ -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 },
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user