diff --git a/docs/data/data-grid/accessibility/accessibility.md b/docs/data/data-grid/accessibility/accessibility.md index afb47c68a23a7..f3bda403e4174 100644 --- a/docs/data/data-grid/accessibility/accessibility.md +++ b/docs/data/data-grid/accessibility/accessibility.md @@ -106,17 +106,20 @@ renderCell: (params) => ( ### Navigation +:::info The following key assignments apply to Windows and Linux users. -On macOS: +On macOS replace: -- replace Ctrl with ⌘ Command -- replace Alt with ⌥ Option +- Ctrl with ⌘ Command +- Alt with ⌥ Option + +::: | Keys | Description | | -----------------------------------------------------------------: | :---------------------------------------------------------- | | Arrow Left | Navigate between cell elements | -| Arrow Bottom | Navigate between cell elements | +| Arrow Down | Navigate between cell elements | | Arrow Right | Navigate between cell elements | | Arrow Up | Navigate between cell elements | | Home | Navigate to the first cell of the current row |