Skip to content
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

Logitech M720 doesn't apply correctly #739

Open
MESLewis opened this issue Jul 12, 2023 · 2 comments
Open

Logitech M720 doesn't apply correctly #739

MESLewis opened this issue Jul 12, 2023 · 2 comments

Comments

@MESLewis
Copy link

MESLewis commented Jul 12, 2023

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
Copy link
Author

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

@Flashwalker
Copy link

Flashwalker commented Nov 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants