This implements the scancode fallback for unknown keys.
There is one drawback to this PR:
When a user already assigned an "unknown button" to an action, updating to this PR will render that button useless until it is remapped by the user. There is no indication that this happened, and it will fail silently.
See #184 Closes #184
This implements the scancode fallback for unknown keys. There is one drawback to this PR: When a user already assigned an "unknown button" to an action, updating to this PR will render that button useless until it is remapped by the user. There is no indication that this happened, and it will fail silently.