Fixed scancodeMap key string for return

This commit is contained in:
rxi
2016-09-24 20:45:24 +01:00
parent 2b8b0e77d4
commit ccb011be2d

View File

@@ -112,7 +112,7 @@ const char *scancodeMap[] = {
[ 25] = "p",
[ 26] = "[",
[ 27] = "]",
[ 28] = "enter",
[ 28] = "return",
[ 29] = "lctrl",
[ 30] = "a",
[ 31] = "s",