hotkey_manager icon indicating copy to clipboard operation
hotkey_manager copied to clipboard

HotKeyScope.system doesn't work on linux

Open sgehrman opened this issue 2 years ago • 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.

sgehrman avatar Nov 16 '22 01:11 sgehrman

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 avatar Nov 17 '22 11:11 Jean28518

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

Jean28518 avatar Nov 17 '22 11:11 Jean28518

Confirming that this is still broken, unfortunately

9021007 avatar Feb 27 '24 07:02 9021007