mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-12 01:10:38 +00:00
1.1 KiB
1.1 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Autoloading not working | ... |
Please install the newest version from source to see if the problem has already been solved.
System Information and logs
input-remapper-control --version
- which linux distro (ubuntu 20.04, manjaro, etc.)
- which desktop environment (gnome, plasma, xfce4, etc.)
sudo ls -l /proc/1/exe
to check if you are using systemdcat ~/.config/input-remapper/config.json
to see if the "autoload" config is written correctlysystemctl status input-remapper -n 50
the service has to be running
Testing the setup
input-remapper-control --command hello
sudo pkill -f input-remapper-service && sudo input-remapper-service -d & sleep 2 && input-remapper-control --command autoload
, are your keys mapped now?- (while the previous command is still running)
sudo evtest
and search for a device suffixed by "mapped". Select it, does it report any events? Share the output. sudo udevadm control --log-priority=debug && sudo udevadm control --reload-rules && journalctl -f | grep input-remapper
, now plug in the device that should autoload