-
Notifications
You must be signed in to change notification settings - Fork 164
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
Unable to apply or autoload any key mappings #716
Comments
I had the same problem, and the same solution listed above fixed it. |
Same for me! |
Same issue, same fix. |
Almost the same solution here... I added |
Poldovico
added a commit
to Poldovico/input-remapper
that referenced
this issue
May 31, 2023
import a missing? dependency that made it impossible to apply presets in certain configurations
same issue on garuda KDE with Wayland, same fix, made the smallest PR ever just adding the line to the file. |
sezanzeb
pushed a commit
that referenced
this issue
May 31, 2023
import a missing dependency that made it impossible to apply presets in certain configurations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was unable to apply or autoload on a fresh install of input-remapper on Arch Linux. Whenever I tried to apply a mapping I'd get the following error:
I was able to resolve the problem by manually adding:
from evdev import ecodes
to:
/usr/lib/python3.11/site-packages/inputremapper/configs/preset.py
The text was updated successfully, but these errors were encountered: