shift-keypad . was generating a keypad comma. very strange.

This commit is contained in:
Kelvin Sherlock 2019-01-16 18:22:36 -05:00
parent ff1022db8f
commit ad3ec85a1d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const int a2_key_to_ascii[][4] = {
{ 0x3f, -1, -1, -1 },
{ 0x40, -1, -1, -1 },
{ 0x41, 0x102e, 0x102c, -1 }, /* keypad . */
{ 0x41, 0x102e, 0x102e, -1 }, /* keypad . */
{ 0x42, -1, -1, -1 },
{ 0x43, 0x102a, 0x102a, -1 }, /* keypad * */
{ 0x44, -1, -1, -1 },