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

Has no effect on only one key "control" #22

Open
JefferyBoy opened this issue Nov 28, 2022 · 1 comment
Open

Has no effect on only one key "control" #22

JefferyBoy opened this issue Nov 28, 2022 · 1 comment

Comments

@JefferyBoy
Copy link

I want to listen the control key on keyboad with mouse left click to select multiply widget on Windows or Linux desktop platform.
But it is has no effect when i listen control key.

// register control hostkey
hotKeyManager.register(HotKey(KeyCode.control), keyUpHandler: _hotkeyUpHandler);

@parcool
Copy link

parcool commented May 30, 2023

How do you solve this problem?

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

2 participants