You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: