git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25435 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-04 00:03:52 +00:00
parent 750b9b8fa6
commit 46fbb7436b

View File

@ -1778,7 +1778,20 @@ void LyXAction::init()
*/
{ LFUN_INSET_EDIT, "inset-edit", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_CELL_BACKWARD
* \li Action: Moves the cursor to the previous cell inside the table.
* \li Syntax: cell-backward
* \li Origin: Jug, 22 May 2000
* \endvar
*/
{ LFUN_CELL_BACKWARD, "cell-backward", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_CELL_FORWARD
* \li Action: Moves the cursor to the next cell inside the table.
* \li Syntax: cell-forward
* \endvar
*/
{ LFUN_CELL_FORWARD, "cell-forward", Noop, Edit },
{ LFUN_CELL_SPLIT, "cell-split", Noop, Edit },
{ LFUN_TABULAR_INSERT, "tabular-insert", Noop, Edit },