From d82247985a4f93e1129d79daf364f2444d35c3e9 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 28 Nov 2022 11:09:37 +0100 Subject: [PATCH] * 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 8791c62bec..8612ea9bf6 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 f67a535ee9..c5708b09e3 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 */ -- 2.39.5