'input-remapper-control --list' without 'sudo' #482
Replies: 2 comments 2 replies
-
This is due to the permissions for the You could write your own udev-rules to update the permissions in my experience this can have interesting consequences: |
Beta Was this translation helpful? Give feedback.
-
I'm sorry for resurrecting this thread, but I'm interested in loading presets without the need of entering my password every time (in other words: without doing I'm using Input Remapper 2.0.1 in Debian 12.5. My My plan is to automatically change the preset when a window is focused (thanks to KDE Plasma shortcuts and events). I doubt that the preset load is fast enough to make it usable, but I want to give it a try. For now, I'm using an alternative method. I've remapped my mouse buttons (with Input Remapper) to some global keyboard shortcuts defined in Plasma. Then, these shortcuts are linked to a shell script that reads a parameter representing the key combination and, with the help of This is a simple diagram: Input Remapper -> Plasma shortcuts -> Shell script -> xdotool. It's working fast enough for my purposes, but I would love getting rid of the global shortcuts if possible. Thank you. |
Beta Was this translation helpful? Give feedback.
-
When I run
input-remapper-control --list
on my system, I get the list of connected devices, but someone else I'm helping requires the use ofsudo
to get any information. What is causing this and how can we remove thesudo
requirement for them?Beta Was this translation helpful? Give feedback.
All reactions