mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
PSP: make vkbd's function keys match their visual representation
svn-id: r53728
This commit is contained in:
parent
afd677c2c7
commit
d602e4a785
@ -78,9 +78,9 @@ short PSPKeyboard::_modeChar[MODE_COUNT][5][6] = {
|
||||
},
|
||||
{ //numbers
|
||||
{ K('1'), K('2'), K('3'), K('4'), K(0), K(0) },
|
||||
{ C(F5), C(F8), C(F7), C(F6), C(F9), C(F10) },
|
||||
{ C(F5), C(F6), C(F7), C(F8), C(F9), C(F10) },
|
||||
{ K('5'), K('6'), K('7'), K('8'), K(0), K(0) },
|
||||
{ C(F1), C(F4), C(F3), C(F2), K(0), K(0) },
|
||||
{ C(F1), C(F2), C(F3), C(F4), K(0), K(0) },
|
||||
{ K('\b'), K('0'), K(' '), K('9'), K(0), K(0) }
|
||||
},
|
||||
{ //symbols
|
||||
|
Loading…
Reference in New Issue
Block a user