We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
useHotkeys(`meta+l`, () => { console.log(`meta+l`); }); useHotkeys(`cmd+l`, () => { console.log(`cmd+l`); });
On mac, only the second console log fires pressing ⌘-l
⌘-l
The docs incorrectly say:
The meta key is the same as cmd on macOS and os key on Windows.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Please provide a reproducible
Sorry, something went wrong.
Using meta+l works fine for me.
meta+l
It does, of course, only trigger one time - but that's because ⌘ + L is the 'go to address bar' keyboard shortcut in Chrome, Firefox & Safari
As I said, please provide a reproducible codesandbox. Otherwise I can't help you
No branches or pull requests
Describe the bug
On mac, only the second console log fires pressing
⌘-l
The docs incorrectly say:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: