-
Notifications
You must be signed in to change notification settings - Fork 13
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
InputScope under wayland? #33
Comments
On further reading, it seems keyloggers arent really straightforward on wayland. |
this seems to list keycodes logs under wayland: |
Haven't experimented with Wayland myself, and at the moment I am not able to. Looking at the documentation for Can you try running the program as root? For Wayland, it needs the following environment: export PYNPUT_BACKEND_KEYBOARD=uinput |
|
nothing much seems to be working... |
What happens if you try without the |
then i get some exception and it dies. let me try so you can see |
sudo DISPLAY= PYTHONPATH=/home/joakim/.local/lib/python3.12/site-packages PYNPUT_BACKEND_KEYBOARD=uinput PYNPUT_BACKEND_MOUSE=dummy ~/.local/bin/inputscope |
btw for my use-case (figuring out which keys I use so I can build a zsa voyager keyboard layout) I dont need mouse, so thats why I use PYNPUT_BACKEND_MOUSE=dummy |
I will try to get native Linux installed somewhere at some point, and look into this further. Unfortunately this may take a while. Leaving this issue open until then. |
I'm switching from i3wm to sway, and InputScope doesnt seem to work, no keyboard events seem to be monitored.
Is InputScope verified to work under wayland (sway in my case)?
The text was updated successfully, but these errors were encountered: