gandro / input-event-daemon

input event handling daemon for linux (unmaintained)
38 stars 13 forks source link

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

Open ek9852 opened 6 years ago

ek9852 commented 6 years ago

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.

gandro commented 6 years ago

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).