mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* RELEASE-NOTES
This commit is contained in:
parent
7b23c76b71
commit
d82247985a
@ -159,6 +159,9 @@
|
||||
|
||||
* tabular-style-insert: Insert a table in a specified style.
|
||||
|
||||
* tab-group-next, tab-group-previous: Activate another tab group in split view.
|
||||
The new functions bound to F6/S-F6 in CUA bindings.
|
||||
|
||||
|
||||
!!!The following LyX functions have been changed in 2.4:
|
||||
|
||||
|
@ -3983,7 +3983,7 @@ void LyXAction::init()
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_NEXT
|
||||
* \li Action: Switch to the next tab group.
|
||||
* \li Action: Switch to the next tab group in split view.
|
||||
* \li Syntax: tab-group-next
|
||||
* \endvar
|
||||
*/
|
||||
@ -3991,7 +3991,7 @@ void LyXAction::init()
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_PREVIOUS
|
||||
* \li Action: Switch to the previous tab group.
|
||||
* \li Action: Switch to the previous tab group in split view.
|
||||
* \li Syntax: tab-group-previous
|
||||
* \endvar
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user