mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Always display only 3 characters of key desc.
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ Mvk MVk[NPLGN*NLIGN*2]={
|
||||
{ " b ", " B ", "B \x02", RETROK_b},
|
||||
{ " n ", " N ", "N \x0e", RETROK_n},
|
||||
{ " m ", " M ", "M \x0d", RETROK_m},
|
||||
{ " , ", " [ ", ",\x00", RETROK_COMMA},
|
||||
{ " , ", " [ ", ", \x00", RETROK_COMMA},
|
||||
{ " . ", " ] ", ". \x60", RETROK_PERIOD},
|
||||
{ " / ", " ? ", " / ", RETROK_SLASH},
|
||||
{ "Inv", "Inv", "Inv", RETROK_LSUPER},
|
||||
|
||||
Reference in New Issue
Block a user