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

无法注册系统级别热键 #36

Open
6ag opened this issue Oct 23, 2023 · 0 comments
Open

无法注册系统级别热键 #36

6ag opened this issue Oct 23, 2023 · 0 comments

Comments

@6ag
Copy link

6ag commented Oct 23, 2023

比如下面这些热键,注册后无法监听到热键,并且系统热键还是生效的

// macOS
HotKey(KeyCode.space, modifiers: [KeyModifier.meta], scope: HotKeyScope.system);
HotKey(KeyCode.space, modifiers: [KeyModifier.meta, KeyModifier.alt], scope: HotKeyScope.system);

// Windows
HotKey(KeyCode.tab, modifiers: [KeyModifier.meta], scope: HotKeyScope.system);
HotKey(KeyCode.tab, modifiers: [KeyModifier.alt], scope: HotKeyScope.system);
HotKey(KeyCode.f4, modifiers: [KeyModifier.alt], scope: HotKeyScope.system);
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

1 participant