Tidy up table.

This commit is contained in:
Nicholas Marriott 2009-10-26 13:22:30 +00:00
parent db4452d307
commit b3604dcf83
1 changed files with 79 additions and 78 deletions

View File

@ -105,6 +105,7 @@ struct input_key_ent input_keys[] = {
{ KEYC_KP_ENTER, "\n", INPUTKEY_KEYPAD },
{ KEYC_KP_ZERO, "0", INPUTKEY_KEYPAD },
{ KEYC_KP_PERIOD, ".", INPUTKEY_KEYPAD },
{ KEYC_KP_SLASH, "\033Oo", 0 },
{ KEYC_KP_STAR, "\033Oj", 0 },
{ KEYC_KP_MINUS, "\033Om", 0 },