]> git.lyx.org Git - features.git/commitdiff
* RELEASE-NOTES
authorPavel Sanda <sanda@lyx.org>
Mon, 28 Nov 2022 10:09:37 +0000 (11:09 +0100)
committerPavel Sanda <sanda@lyx.org>
Mon, 28 Nov 2022 10:09:37 +0000 (11:09 +0100)
lib/RELEASE-NOTES
src/LyXAction.cpp

index 8791c62bec2a2d4277315a133e841661a68f8d36..8612ea9bf6dadf96a9706b59aceec80571fc6637 100644 (file)
 
 * 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:
 
index f67a535ee9be8e968faaac53bbef84ed6a880868..c5708b09e3d3b7c4595fe9398f05a861a1662b25 100644 (file)
@@ -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
  */