leanflutter/hotkey_manager

Has no effect on only one key "control"

JefferyBoy opened this issue · 1 comments

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

How do you solve this problem?