-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
GlobalShortcut_unix: evdev mode should not fall back to XInput2 when no keyboard device nodes area available #3269
Comments
Perhaps we should warn for each of
...? |
Yes, since the user has to specifically enable evdev, mumble should assume they know what they're doing and not prevent them from doing it. In my case, this prevents me from assigning PTT to a joystick button because mumble falls back to XInput. |
I don't think so 🤔 |
I confirm that unfortunately there is no way to force evdev: mumble/src/mumble/GlobalShortcut_unix.cpp Lines 67 to 86 in 919f1f7
I will take care of it. |
Via #3243 (comment)
Evdev mode should not fall back to XInput2 when no keyboard device nodes are available:
Instead, we should just warn the user, and keep on chugging along, allowing users to use evdev mode to allow global shortcuts for mice, for example.
The text was updated successfully, but these errors were encountered: