Skip to content

Commit

Permalink
More clear title
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 4, 2024
1 parent 4b96ce0 commit b8fb0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and [example](./test/demo/index.tsx).
- [Pressed State](#pressed-state)
- [Hotkeys Override](#hotkeys-override)
- [Hotkeys for List](#hotkeys-for-list)
- [Mac Compatibility Mode](#mac-compatibility-mode)
- [Meta instead of Ctrl on Mac](#meta-instead-of-ctrl-on-mac)
- [Focus Groups](#focus-groups)
- [Menu](#menu)
- [Listbox](#listbox)
Expand Down Expand Up @@ -232,7 +232,7 @@ If you have common panel with actions for focused item, you can use
```


### Mac Compatibility Mode
### Meta instead of Ctrl on Mac

It’s common to use the <kbd>Meta</kbd> (or <kbd>⌘</kbd>) modifier for hotkeys
on Mac, while Window and Linux usually favor the <kbd>Ctrl</kbd> key. To provide
Expand Down

0 comments on commit b8fb0d0

Please sign in to comment.