Add: Colin for text entry.

This commit is contained in:
Charles Lohr
2005-03-28 08:05:14 +00:00
parent 8c5909ebe9
commit 53945b76e1
+1 -1
View File
@@ -19,7 +19,7 @@ static const char* g_szKeys[NUM_KEYBOARD_ROWS][KEYS_PER_ROW] =
{"n","o","p","q","r","s","t","u","v","w","x","y","z"},
{"0","1","2","3","4","5","6","7","8","9"},
{"!","@","#","$","%","^","&","(",")","[","]","{","}"},
{"+","-","=","_",",",".","'","\""},
{"+","-","=","_",",",".","'","\"",":"},
{"","","Space","","","Backsp","","","Cancel","","","Done",""},
};