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

Can't map comma button to anything else #1056

Open
tomhoq opened this issue Feb 4, 2025 · 0 comments
Open

Can't map comma button to anything else #1056

tomhoq opened this issue Feb 4, 2025 · 0 comments

Comments

@tomhoq
Copy link

tomhoq commented Feb 4, 2025

I have tried mapping many other keys and they all worked but when I try KEY_COMMA to anythin else I always get the same issue. The key that is getting overthrown just stops being detected altogether. I tested by doing the remapping and running xev and no signal is being detected from the new comma key. However it works fine in normal conditions (aka without remapping) and also when mapping with any other key that's not comma

  1. input-remapper-control --version
    input-remapper 2.0.1 https://github.com/sezanzeb/input-remapper
    python-evdev 1.7.1

I tried running the debug version but no input device or preset was showing which meant I could not create the mapping

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/inputremapper/gui/user_interface.py", line 253, in <lambda>
    "clicked", lambda *_: self.controller.add_preset()
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/inputremapper/gui/controller.py", line 503, in add_preset
    name = self.data_manager.get_available_preset_name(name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/inputremapper/gui/data_manager.py", line 265, in get_available_preset_name
    raise DataManagementError("Unable find preset name. Group is not set")
inputremapper.exceptions.DataManagementError: Unable find preset name. Group is not set
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

1 participant