gandro/input-event-daemon

Key code to key name are not necessary one to one mapping

Opened this issue · 1 comments

Currently the code assume key code and key name are one-to-one mapping.
Actually it is not, e.g. BTN_MISC and BTN_0 have same key code.
This will result in some key name not working property in conf file.

Thanks for the report! :)
Unfortunately, this is unlikely to be changed, as I do not maintain this project anymore.

If anybody would like to take ownership of this project and maintain it, please let me know - I'm happy to transfer the GitHub repository to someone else (and potentially change the license to MIT or something more appropriate).