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

I registered the shift key using hotkey manager, but it does not work. #29

Open
Bullets-jyr opened this issue Jun 5, 2023 · 1 comment

Comments

@Bullets-jyr
Copy link

I registered the shift key using hotkey manager, but it does not work.

if (hotKey.keyCode == KeyCode.shift) {
await hotKeyManager.register(
hotKey,
keyDownHandler: keyDownHandler,
keyUpHandler: keyUpHandler,
);
}

handleHotKeyRegister(HotKey(
  KeyCode.shift,
  scope: HotKeyScope.inapp,
));
@ryjacky
Copy link

ryjacky commented Dec 4, 2023

Hi I'm having a similar issue with the HotKeyRecorder, onHotKeyRecorder is never triggered with shift+(any other keys). Have you found any solutions for your case?

Also, are you on Windows? Haven't tried on other platforms but it is happening to me on Windows

Okay, I'm sorry about this, this seems not to be related, it's only the issue with the HotKeyRecorder widget itself.

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