Skip to content

Can't map comma button to anything else #1056

@tomhoq

Description

@tomhoq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions