Skip to content
New issue

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

Unable to capture "command or meta" #490

Open
Laev opened this issue Jul 12, 2024 · 2 comments
Open

Unable to capture "command or meta" #490

Laev opened this issue Jul 12, 2024 · 2 comments

Comments

@Laev
Copy link

Laev commented Jul 12, 2024

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

@oleksandr-danylchenko
Copy link

Duplicate of the #172

@zjz958182284
Copy link

zjz958182284 commented Sep 12, 2024

@Laev 发现一个宝藏库 Keystrokes,可以解决按修饰键不生效的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants