Commit e4e4e1b82ac313e9d9c5babd3164a2869992a665

Alfred Reynolds 2015-06-24T10:56:37

SDL - do the scancode to keyboard code lookup for the grave key, so that we can show users the correct keyface for the key, rather than forcing it to "`". Note that if a game is using SDLK_* for its KB mapping then after this change on some keyboards the top left key will no longer be mapped correctly with the old data. CR: SamL