X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=cc782d6e6de2cdb79d7142564a284e81059f2d35;hb=c6e1db7682dc8d58a68147b5eee1d004829ef6d2;hp=5b355243ba5562684f59d3532ec4b1de5308d6b7;hpb=2b1791641f8df0b880807f66cbee91b953bf1e01;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5b355243ba..cc782d6e6d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -625,6 +625,15 @@ void LyXAction::init() * \endvar */ { LFUN_NEWLINE_INSERT, "newline-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_SEPARATOR_INSERT + * \li Action: Inserts an environment separator or paragraph break. + * \li Syntax: separator-insert [] + * \li Params: : default: plain + * \li Origin: ef, 2 May 2014 + * \endvar + */ + { LFUN_SEPARATOR_INSERT, "separator-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_ESCAPE * \li Action: Clears the selection. If no text is selected call #LFUN_FINISHED_FORWARD.