commit d82247985a4f93e1129d79daf364f2444d35c3e9 Author: Pavel Sanda <sa...@lyx.org> Date: Mon Nov 28 11:09:37 2022 +0100
* RELEASE-NOTES --- lib/RELEASE-NOTES | 3 +++ src/LyXAction.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 8791c62..8612ea9 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -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: diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f67a535..c5708b0 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 */ -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs