hotkey_manager
hotkey_manager copied to clipboard
HotKeyScope.system doesn't work on linux
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: https://github.com/yktoo/indicator-sound-switcher/issues/125#issuecomment-1209218189 This should work.
Confirming that this is still broken, unfortunately