Skip to content

Commit

Permalink
Keep formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 17, 2024
1 parent 8c0c181 commit 3654ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ startKeyUX(window, [
If user will press hotkey, KeyUX will click on button or link
with `aria-keyshortcuts` with the same hotkey.

For instance, KeyUX will click on this button if user press <kbd>Alt + B</kbd>
or <kbd>⌥ + B</kbd>.
For instance, KeyUX will click on this button if user press
<kbd>Alt</kbd>+<kbd>B</kbd> or <kbd>⌥</kbd>+<kbd>B</kbd>.

```js
<button aria-keyshortcuts="alt+b">Bold</button>
Expand Down Expand Up @@ -178,8 +178,8 @@ with arrows navigation.
</nav>
```

Users will use Tab to go inside menu and will use arrows and `<Home>`, `<End>`
to navigate inside.
Users will use Tab to go inside menu and will use arrows and <kbd>Home</kbd>,
<kbd>End</kbd> to navigate inside.

To enable this feature call `menuKeyUX`.

Expand Down

0 comments on commit 3654ecd

Please sign in to comment.