readd underscore

This commit is contained in:
Glenn Maynard
2005-03-25 02:18:52 +00:00
parent 232e4e3552
commit c9c9ee7c85
+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",""},
};