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
hotkeys("ctrl, command", (event) => { console.log("event"); }); or hotkeys("ctrl, meta", (event) => { console.log("event"); }); can not print event
hotkeys("ctrl, command", (event) => { console.log("event"); }); or hotkeys("ctrl, meta", (event) => { console.log("event"); });
but hotkeys("*", (event) => { console.log("event"); }); successful printing `metakey 'is triggered
hotkeys("*", (event) => { console.log("event"); });
The text was updated successfully, but these errors were encountered:
Duplicate of the #172
Sorry, something went wrong.
@Laev 发现一个宝藏库 Keystrokes,可以解决按修饰键不生效的问题
No branches or pull requests
hotkeys("ctrl, command", (event) => { console.log("event"); }); or hotkeys("ctrl, meta", (event) => { console.log("event"); });
can not print event
but
hotkeys("*", (event) => { console.log("event"); });
successful printing `metakey 'is triggered
The text was updated successfully, but these errors were encountered: