python-evdev icon indicating copy to clipboard operation
python-evdev copied to clipboard

Python bindings for the Linux input subsystem

Results 72 python-evdev issues
Sort by recently updated
recently updated
newest added

I see by the existence of issue #101 (still open as of now), that more than one person has had issues with key presses being missed. I've been kind of...

Hello, I've this issue while upgrading from 1.6.0 to 1.6.1. ``` The 'linux/input.h' and 'linux/input-event-codes.h' include files are missing. You will have to install the kernel header files in ```...

I was getting this trace-back message after cancelling a co-routine that was waiting on an evdev event: ``` Exception in callback handle: Traceback (most recent call last): File "usr/lib/python3.7/site-packages/evdev/eventio_async.py", line...

I just uploaded a [opentrack-mouse](https://gist.github.com/digitaltrails/299ce6c4c970eef1f46a5bcbbe1c69f2) gist. The gist reads the UPD-protocol output from opentrack (a head tracker), and uses evdev to inject the mouse move events. I thought it might...

I've been using a keyboard input remapper (`xkeysnail` and its fork `keyszer`) that uses `evdev` and noticed that it can't handle international/non-US keyboard layouts very well. For instance, if you...

`pip3 install --user evdev` with Python 3.8 (via Linuxbrew) on Ubuntu 16.04: ``` Collecting evdev Using cached evdev-1.4.0.tar.gz (26 kB) Building wheels for collected packages: evdev Building wheel for evdev...

```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.2 making output directory... done loading intersphinx inventory from http://docs.python.org/3/objects.inv... intersphinx inventory has moved: http://docs.python.org/3/objects.inv -> https://docs.python.org/3/objects.inv...

Hi, I am trying to get this working on a Raspberry Pi 4, just installed all the packages suggested and it works but I keep getting this error. ![evdev_Error](https://user-images.githubusercontent.com/37398843/106259678-74e70880-6217-11eb-942b-8a60dd3f7626.PNG) [scanner.zip](https://github.com/gvalkov/python-evdev/files/5893034/scanner.zip)...

I saw in the injecting input section of the documentation that the library "accepts only KEY_* events by default". Does this mean I cannot inject touch events (like touching, swiping,...