leanflutter / hotkey_manager

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
MIT License
133 stars 36 forks source link

HotKeyScope.system doesn't work on linux #21

Open sgehrman opened 1 year ago

sgehrman commented 1 year ago

final HotKey hotKey = HotKey( KeyCode.keyE, modifiers: [KeyModifier.control, KeyModifier.shift], scope: HotKeyScope.system, identifier: 'cunt', );

doesn't work. I have keybinder-3.0 installed. I'm on the latest debian.

Jean28518 commented 1 year ago

Having the same issue. But this is not because of debian but of wayland. If you start your desktop with Xorg it works.

We should rename this issue to: HotKeyScope.system doesn't work on wayland sessions (linux)

Jean28518 commented 1 year ago

For the developers: https://github.com/yktoo/indicator-sound-switcher/issues/125#issuecomment-1209218189 This should work.

9021007 commented 8 months ago

Confirming that this is still broken, unfortunately