mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25435 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
750b9b8fa6
commit
46fbb7436b
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user