PSP: make vkbd's function keys match their visual representation

svn-id: r53728
This commit is contained in:
Joost Peters 2010-10-23 03:09:39 +00:00
parent afd677c2c7
commit d602e4a785

View File

@ -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