localcc / hid_listener

Keyboard/Mouse event listener library for flutter
MIT License
9 stars 6 forks source link

No more key events on linux #16

Open aluedtke7 opened 3 months ago

aluedtke7 commented 3 months ago

Hi, I upgraded my Flutter project to the latest 3.19.3 version. The media key events are working fine on macOS but on Linux they don't work at all. I haven't tested Windows.

Maybe this is related to my other issue where I reported the deprecated RawKeyEvent

Best regards