evdevremapkeys icon indicating copy to clipboard operation
evdevremapkeys copied to clipboard

Daemon to remap events on linux input devices

Results 19 evdevremapkeys issues
Sort by recently updated
recently updated
newest added

When remapping a key 1:1, any additional modifications can be applied to the target key, like so: ```yaml KEY_LEFTMETA: - code: KEY_LEFTALT arg1: true arg2: false ``` This syntax works...

I've seen discussions where people mention that using remappings disables a given modifier key for any use outside evdevremapkeys. A simple and elegant solution to this would give the option...

Just found this promising project and was wondering it could be used to replicate [caps2esc](https://gitlab.com/interception/linux/plugins/caps2esc), i.e. map a key to Control if it's pressed together with another, and to Esc...

I ran into a bug with this config, ``` devices: - input_name: 'ELAN9038:00 04F3:261A Pen' output_name: remap-pen remappings: 'BTN_TOOL_RUBBER': [ {'code': 'BTN_TOOL_PEN', 'value': 0}, {'code': 'BTN_TOOL_RUBBER'} ] ``` where the...

I know this project is simple and if I had more time to dive into this thing and spend 6 hours figuring out the syntax of the config file and...

Button mapping of most modern video games default to the Xbox 360 gamepad. There are several tools to remap my PlayStation 2 controller to a virtual Xbox 360 gamepad, the...

This pull request adds functionality to execute one or more shell commands, the commands are executed in their own child process by /bin/sh, the user that executes the commands can...

I had been using MacOS since 1995. After coming up with the idea to migrate from MacOS to Linux (debian) I carefully researched alternatives to all used programms, services and...

I am trying to remap the brake pedal (abs-rz) of my wheel to a button on the wheel. Because the game im playing is old and it doesn't recognize the...