Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/08_Changelogs/6.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion en/08_Changelogs/beta/6.2.0-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down