i have found what is causing this problem in source code src/gui/sdl_mapper.cpp from line 418 - 421 #if !defined (WIN32) && !defined (MACOSX) && !defined(OS2) /* Linux adds 8 to all scancodes */ else key-=8; #endif this is what is casuing the problem this code is there so to correct the problem in d...