Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HotKeyScope.system doesn't work on linux #21

Open
sgehrman opened this issue Nov 16, 2022 · 3 comments
Open

HotKeyScope.system doesn't work on linux #21

sgehrman opened this issue Nov 16, 2022 · 3 comments

Comments

@sgehrman
Copy link

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
Copy link

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
Copy link

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

@9021007
Copy link

9021007 commented Feb 27, 2024

Confirming that this is still broken, unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants