Skip to content

Commit

Permalink
updated keyboard markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jan 28, 2025
1 parent 38a4e77 commit 957a468
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/patterns/landmarks/landmarks-pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -1456,24 +1456,24 @@ <h3 id="skipto">SkipTo.js Browser Extension</h3>
<td>Open SkipTo.js Menu</td>
</tr>
<tr>
<td><kbd>r</kbd></td>
<td>Go to next landmark</td>
<td><kbd>R</kbd></td>
<td>Go to next landmark region</td>
</tr>
<tr>
<td><kbd>R</kbd></td>
<td>Go to previous landmark</td>
<td><kbd>Shift</kbd>+<kbd>R</kbd></td>
<td>Go to previous landmark region</td>
</tr>
<tr>
<td><kbd>c</kbd></td>
<td>Go to <code>complementary</code> landmarks</td>
<td>Go to <code>complementary</code> landmark regions</td>
</tr>
<tr>
<td><kbd>m</kbd></td>
<td>Go to <code>main</code> landmarks</td>
<td>Go to <code>main</code> landmark regions</td>
</tr>
<tr>
<td><kbd>n</kbd></td>
<td>Go to <code>navigation</code> landmarks</td>
<td>Go to <code>navigation</code> landmark regions</td>
</tr>
</tbody>

Expand Down

0 comments on commit 957a468

Please sign in to comment.