leanflutter/hotkey_manager

HotKeyScope.system doesn't work on linux

sgehrman opened this issue · 3 comments

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.

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)

For the developers: yktoo/indicator-sound-switcher#125 (comment)
This should work.

Confirming that this is still broken, unfortunately