--- SDL3-3.4.8.old/src/video/x11/SDL_x11keyboard.c +++ SDL3-3.4.8/src/video/x11/SDL_x11keyboard.c @@ -225,7 +225,7 @@ } } } - if (best_index >= 0 && best_distance <= 2) { + if (best_index >= 0 && best_distance <= 4) { int table_size; const SDL_Scancode *table = SDL_GetScancodeTable(scancode_set[best_index], &table_size);