prepare keyboard grab

This commit is contained in:
chrys
2016-08-10 02:09:49 +02:00
parent 03d8dcd751
commit 6eceeee07b
11 changed files with 197 additions and 0 deletions

1
tools/traceEvdev.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/bin/python
import evdev
from evdev import InputDevice
from select import select