We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While looking at wayremap/main.py I noticed that both evdev and uinput are imported:
wayremap/main.py
evdev
uinput
wayremap/wayremap/main.py
Lines 3 to 4 in 1e819d0
I'm wondering, why you are using the python-uinput package when the evdev package already also supports injecting input via UInput devices?
UInput
See also: https://python-evdev.readthedocs.io/en/latest/apidoc.html#module-evdev.uinput
The text was updated successfully, but these errors were encountered:
That's a good point. I didn't know it.
Recently, I'm not using this library as I'm using Xremap (X11 version). However, If you create a pull request for this, I'm happy to merge it.
Sorry, something went wrong.
No branches or pull requests
While looking at
wayremap/main.py
I noticed that bothevdev
anduinput
are imported:wayremap/wayremap/main.py
Lines 3 to 4 in 1e819d0
I'm wondering, why you are using the python-uinput package when the evdev package already also supports injecting input via
UInput
devices?See also: https://python-evdev.readthedocs.io/en/latest/apidoc.html#module-evdev.uinput
The text was updated successfully, but these errors were encountered: