hotkey_manager icon indicating copy to clipboard operation
hotkey_manager copied to clipboard

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

Open bullets-jyr opened this issue 2 years ago • 1 comments

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,
));

bullets-jyr avatar Jun 05 '23 01:06 bullets-jyr

~~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.

ryjacky avatar Dec 04 '23 12:12 ryjacky