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