jonasBoss
jonasBoss
Pressing ESC while editing a mapping name does nothing, I expect it to cancel the edit.
The mapping `(3,0,0) -> disable` does not work because we have mapping validation which requires a `output_type` and `output_code` while disallowing a `output_symbol` for axis mappings.
RelToAbs
needs tests
The Sony DualSense controller has a mouse-pad which reports `ABS_X` and `ABS_Y` as well as the standard controller layout which also reports `ABS_X` and `ABS_Y` events. When a mapping uses...
`TestReader.test_reading_ignore_duplicate_down` demonstrates this: this test is broken and should not work, because it is missing the `reader.start_reading("foo device")` command. In fact it does not work when running the test alone...
When launching the test_control test from Pycharm using the small green arrow next to the test, they fail with `No tests where found` ``` /usr/bin/python3.8 /usr/share/pycharm/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py --target test_control.TestControl Testing started...
The wrapped method in `service.method()` (service.py line 91) does not return the value from the original method. This is confusing and limits the utility of the interface. conciser the following:...
"Remove the Analog Output Axis when specifying an macro or key output"  Is this error message related to this PR? I don't know what to do there _Originally posted...
https://github.com/sezanzeb/input-remapper/blob/4b50b240a5f429e31bd591aa5e7c5903cc4a736b/inputremapper/gui/controller.py#L658-L660 the condition is never true. And it causes this error to be thrown unnecessarily: https://github.com/sezanzeb/input-remapper/blob/4b50b240a5f429e31bd591aa5e7c5903cc4a736b/inputremapper/configs/preset.py#L236-L242 see also https://github.com/sezanzeb/input-remapper/issues/645#issuecomment-1455068373 I think `Preset` has a special method to check for BTN_LEFT