don't use a and s for menu functions

leave them for rom seeking
This commit is contained in:
notaz 2013-09-08 21:25:29 +03:00
parent ec90b02137
commit d1f5849cf4
2 changed files with 5 additions and 5 deletions

View file

@ -551,8 +551,8 @@ static const struct {
/* "normal" keyboards */
{ KEY_ENTER, PBTN_MOK },
{ KEY_ESC, PBTN_MBACK },
{ KEY_A, PBTN_MA2 },
{ KEY_S, PBTN_MA3 },
{ KEY_SEMICOLON, PBTN_MA2 },
{ KEY_APOSTROPHE, PBTN_MA3 },
{ KEY_BACKSLASH, PBTN_MENU },
{ KEY_LEFTBRACE, PBTN_L },
{ KEY_RIGHTBRACE, PBTN_R },