Commit 139192140c8737b5b4abd1a08b9cf918a653e854

Sam Lantinga 2022-10-13T23:23:55

Fixed reported cases of "Keyboard layout unknown" messages In all cases they were using SDL_SCANCODE_TABLE_XFREE86_2 with some keycodes remapped or fewer than expected keycodes. This adds a sanity check that catches all of them and gives them the right scancode table.