From d79065dd42b415f8abdf316d211245a295339cc6 Mon Sep 17 00:00:00 2001
From: Arthur Suh Balduini <34691066+arthurbalduini@users.noreply.github.com>
Date: Wed, 29 May 2024 14:48:31 +0200
Subject: [PATCH] [docs] Add information about key combinations on a11y
sections (#13234)
---
docs/data/data-grid/accessibility/accessibility.md | 9 ++++++++-
docs/data/tree-view/accessibility/accessibility.md | 7 ++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/docs/data/data-grid/accessibility/accessibility.md b/docs/data/data-grid/accessibility/accessibility.md
index f3bda403e4174..689140b4dd4d4 100644
--- a/docs/data/data-grid/accessibility/accessibility.md
+++ b/docs/data/data-grid/accessibility/accessibility.md
@@ -107,13 +107,20 @@ renderCell: (params) => (
### Navigation
:::info
-The following key assignments apply to Windows and Linux users.
+The key assignments in the table below apply to Windows and Linux users.
On macOS replace:
- Ctrl with ⌘ Command
- Alt with ⌥ Option
+Some devices may lack certain keys, requiring the use of key combinations. In this case, replace:
+
+- Page Up with Fn+Arrow Up
+- Page Down with Fn+Arrow Down
+- Home with Fn+Arrow Left
+- End with Fn+Arrow Right
+
:::
| Keys | Description |
diff --git a/docs/data/tree-view/accessibility/accessibility.md b/docs/data/tree-view/accessibility/accessibility.md
index 341b6fec4ccb8..4c6b9f32aa756 100644
--- a/docs/data/tree-view/accessibility/accessibility.md
+++ b/docs/data/tree-view/accessibility/accessibility.md
@@ -29,10 +29,15 @@ The [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/tree
## Keyboard interactions
:::info
-The following key assignments apply to Windows and Linux users.
+The key assignments in the table below apply to Windows and Linux users.
On macOS replace Ctrl with ⌘ Command.
+Some devices may lack certain keys, requiring the use of key combinations. In this case, replace:
+
+- Home with Fn+Arrow Left
+- End with Fn+Arrow Right
+
:::
| Keys | Description |