Skip to content

Commit

Permalink
small improvements on a11y data grid doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Balduini authored and Arthur Balduini committed May 24, 2024
1 parent ac189d7 commit e2f79c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/data/data-grid/accessibility/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,19 @@ renderCell: (params) => (

### Navigation

:::info
The following key assignments apply to Windows and Linux users.

On macOS:
On macOS replace:

- replace <kbd class="key">Ctrl</kbd> with <kbd class="key">⌘ Command</kbd>
- replace <kbd class="key">Alt</kbd> with <kbd class="key">⌥ Option</kbd>
- <kbd class="key">Ctrl</kbd> with <kbd class="key">⌘ Command</kbd>
- <kbd class="key">Alt</kbd> with <kbd class="key">⌥ Option</kbd>
:::

| Keys | Description |
| -----------------------------------------------------------------: | :---------------------------------------------------------- |
| <kbd class="key">Arrow Left</kbd> | Navigate between cell elements |
| <kbd class="key">Arrow Bottom</kbd> | Navigate between cell elements |
| <kbd class="key">Arrow Down</kbd> | Navigate between cell elements |
| <kbd class="key">Arrow Right</kbd> | Navigate between cell elements |
| <kbd class="key">Arrow Up</kbd> | Navigate between cell elements |
| <kbd class="key">Home</kbd> | Navigate to the first cell of the current row |
Expand Down

0 comments on commit e2f79c0

Please sign in to comment.