sezanzeb / input-remapper

🎮 ⌨ An easy to use tool to change the behaviour of your input devices.
GNU General Public License v3.0
3.89k stars 161 forks source link

Logitech M720 doesn't apply correctly #739

Open MESLewis opened 1 year ago

MESLewis commented 1 year ago

Please install the newest version from source to see if the problem has already been solved.

Share some logs please:

  1. input-remapper-control --version

input-remapper 2.0.0 f23b0a0258a0c53af280cf082263db780e8cd985 https://github.com/sezanzeb/input-remapper python-evdev 1.6.1

  1. which linux distro (ubuntu 20.04, manjaro, etc.)

manjaro

  1. echo $XDG_SESSION_TYPE

x11

  1. which desktop environment (gnome, plasma, xfce4, etc.)

KDE Plasma

  1. sudo ls -l /proc/1/exe

lrwxrwxrwx 1 root root 0 Jul 12 09:12 /proc/1/exe -> /usr/lib/systemd/systemd

  1. paste the affected preset .json file from ~/.config/input-remapper-2/presets
[
    {
        "input_combination": [

            {
                "type": 1,
                "code": 276,
                "origin_hash": "85a87a8d14c0c31653218760b0625e39"
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "a",
        "mapping_type": "key_macro"
    }
]
  1. sudo pkill -f input-remapper-service && input-remapper-gtk -d, apply the preset and hit your key. Then share that log.

input-remapper-debug.log

  1. sudo evtest while the previous command is running, to see how events are injected. Devices starting with input-remapper ... are of interest.

Setting everything up works fine, but after hitting apply no buttons get intercepted, the mouse buttons continue working as normal and the input-remapper hotkeys are not pressed. This was working properly before 2.0

MESLewis commented 1 year ago

After some further research it seems that input-remapper is applying the remapping to the blutooth connection of the mouse instead of USB

Flashwalker commented 11 months ago

After some further research it seems that input-remapper is applying the remapping to the blutooth connection of the mouse instead of USB

I have the same issue #814 relative to USB and Bluetooth