You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: