From e5f87734c9f3a31d34efe868393ae32613f7c43e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 24 Feb 2026 11:02:59 +1300 Subject: [PATCH] DOC Fix note about site tree keyboard use --- en/08_Changelogs/6.2.0.md | 2 +- en/08_Changelogs/beta/6.2.0-beta1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/08_Changelogs/6.2.0.md b/en/08_Changelogs/6.2.0.md index 0765376e..826c66f7 100644 --- a/en/08_Changelogs/6.2.0.md +++ b/en/08_Changelogs/6.2.0.md @@ -31,7 +31,7 @@ We've implemented roving tabindex for some UI regions within the CMS. These area ### Keyboard navigation for the site tree -Keyboard navigation has been added for the site tree within the CMS, which now uses a [roving tabindex](#roving-tabindex). Users can now navigate, expand, and collapse tree nodes using arrow keys or the tab key. The "End" and "Home" keys move focus to the top and bottom page in the current nesting level, and the space bar expands and collapses nodes with children. +Keyboard navigation has been added for the site tree within the CMS, which now uses a [roving tabindex](#roving-tabindex). Users can now navigate, expand, and collapse tree nodes using arrow keys or the tab key. The "End" and "Home" keys move focus to the top and bottom page in the current nesting level. The "Enter" key opens the edit form for the page, and (when "batch actions" mode has been activated) the space bar selects the page. ### Keyboard navigation for "Files" admin section diff --git a/en/08_Changelogs/beta/6.2.0-beta1.md b/en/08_Changelogs/beta/6.2.0-beta1.md index b8718ac2..b890b5af 100644 --- a/en/08_Changelogs/beta/6.2.0-beta1.md +++ b/en/08_Changelogs/beta/6.2.0-beta1.md @@ -76,7 +76,7 @@ We've implemented roving tabindex for some UI regions within the CMS. These area ### Keyboard navigation for the site tree -Keyboard navigation has been added for the site tree within the CMS, which now uses a [roving tabindex](#roving-tabindex). Users can now navigate, expand, and collapse tree nodes using arrow keys or the tab key. The "End" and "Home" keys move focus to the top and bottom page in the current nesting level, and the space bar expands and collapses nodes with children. +Keyboard navigation has been added for the site tree within the CMS, which now uses a [roving tabindex](#roving-tabindex). Users can now navigate, expand, and collapse tree nodes using arrow keys or the tab key. The "End" and "Home" keys move focus to the top and bottom page in the current nesting level. The "Enter" key opens the edit form for the page, and (when "batch actions" mode has been activated) the space bar selects the page. ### Keyboard navigation for "Files" admin section