jonasBoss
jonasBoss
Did you look at the beta source? I am not sure how it is set up on main, but it should be relative simple to implement this in beta: 1....
I am not familiar with the portuguese keyboard layout, but from searching a few pictures I would think that you need a macro: `modify(Shift_L, key(7))` this will press the left...
I think your best bet is to use `$ sudo evtest` (you might need to install it first) and spy on your keyboard to see which events it sends when...
Not yet. I have a similar issue, so I will work on this. Hopefully within the next two months. It would be super helpful if you can describe how you...
I just implemented this feature on [this branch](https://github.com/jonasBoss/key-mapper/tree/rel_to_abs). If you are willing to test it out I am happy about any feedback.
@sezanzeb It is your call how you think the code should be reviewed. Especially the macro system is almost untouched by my changes. so you won't break anything on the...
https://github.com/sezanzeb/input-remapper/pull/375/commits/a622037834a824d534c8736203e3799538c9fd0b mitigates this partially by only grabbing one of the devices. This however does not help if both devices are grabbed by different mappings.
Can you describe the problem you have in more detail? When you want to create a new mapping you: 1. select the input device e.g. your keyboard 2. click on...
The `BTN_DPAD_xxx` is broken since `1.4`. We currently can not inject them because they are not defined for the `input-remapper gamepad`. `1.3` should work, however downgrading will brake all your...
we can set `keystroke_sleep_ms` to zero on the beta branch. There it is not a global setting but a setting for each mapping individually. So if problems arise it can...