This commit is contained in:
raven02 2013-03-05 22:43:04 +08:00
parent 03776400e6
commit 4290700a12

View File

@ -30,7 +30,7 @@
const char oskKeys[NUMKEYROWS][KEYSPERROW + 1] =
{
{'1','2','3','4','5','6','7','8','9','0','-','+','\0'},
{'q','w','e','r','t','t','u','i','o','p','[',']','\0'},
{'q','w','e','r','t','y','u','i','o','p','[',']','\0'},
{'a','s','d','f','g','h','j','k','l',';','@','~','\0'},
{'z','x','c','v','b','n','m',',','.','/','?','\\','\0'},
};