Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always map SDL_SCANCODE_GRAVE to the console key.
Currently, the only way to invoke the console which is both platform and layout independent is to use Shift+Escape. This change makes sure the ~/`/² key always works as a console key, in every configuration by matching against its scan code (ie physical location)
- Loading branch information