You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Menu.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,8 @@ export const MyMenu = () => (
248
248
);
249
249
```
250
250
251
+

252
+
251
253
This leverages the [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook) library, checkout [their documentation](https://react-hotkeys-hook.vercel.app/docs/documentation/useHotkeys/basic-usage) for more examples.
252
254
253
255
### `keyboardShortcutRepresentation`
@@ -268,6 +270,8 @@ const CustomMenu = () => (
268
270
);
269
271
```
270
272
273
+

0 commit comments