{
"version": "2.0.0",
"autoload": {
"RH USB Gaming Mouse": "new preset",
"BY Tech Usb Gaming Keyboard": "new preset",
"MOSART Semi. 2.4G Wireless Mouse": "My mouse"
},
"macros": {
"keystroke_sleep_ms": 10
},
"gamepad": {
"joystick": {
"non_linearity": 4,
"pointer_speed": 80,
"left_purpose": "none",
"right_purpose": "none",
"x_scroll_speed": 2,
"y_scroll_speed": 0.5
}
}
}
○ input-remapper.service - Service to inject keycodes without the GUI applicati>
Loaded: loaded (/usr/lib/systemd/system/input-remapper.service; disabled; >
Active: inactive (dead)
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
Please install the newest version from source to see if the problem has already been solved.
System Information and logs
input-remapper 2.0.0 486d33acb4132fa81d77de808b0321905439d062 https://github.com/sezanzeb/input-remapper python-evdev 1.6.1
manjaro
gnome
yes
{ "version": "2.0.0", "autoload": { "RH USB Gaming Mouse": "new preset", "BY Tech Usb Gaming Keyboard": "new preset", "MOSART Semi. 2.4G Wireless Mouse": "My mouse" }, "macros": { "keystroke_sleep_ms": 10 }, "gamepad": { "joystick": { "non_linearity": 4, "pointer_speed": 80, "left_purpose": "none", "right_purpose": "none", "x_scroll_speed": 2, "y_scroll_speed": 0.5 } } }
○ input-remapper.service - Service to inject keycodes without the GUI applicati> Loaded: loaded (/usr/lib/systemd/system/input-remapper.service; disabled; > Active: inactive (dead)
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?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