evdevremapkeys
evdevremapkeys copied to clipboard
Documentation
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 all the options I would. Is there an easier way? A "How To" guide of sorts that I can use to help me? Maybe an example config file with all of the possible configurations? From what I've been able to use so far it seems like the best solution to this problem that I've seen.
Run evemu-describe
and you'll have 50% of everything solved, then run python evdevremapkeys/evdevremapkeys.py -l
and you'll have the rest (assuming you read the examples in this repository).
PRs editing Readme.md are surely welcome :wink:.