diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 48912a6e91..d32a99c127 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -18,9 +18,9 @@ static const char* g_szKeys[NUM_KeyboardRow][KEYS_PER_ROW] = {"N","O","P","Q","R","S","T","U","V","W","X","Y","Z"}, {"a","b","c","d","e","f","g","h","i","j","k","l","m"}, {"n","o","p","q","r","s","t","u","v","w","x","y","z"}, - {"0","1","2","3","4","5","6","7","8","9"}, + {"0","1","2","3","4","5","6","7","8","9","", "", "" }, {"!","@","#","$","%","^","&","(",")","[","]","{","}"}, - {"+","-","=","_",",",".","'","\"",":"}, + {"+","-","=","_",",",".","'","\"",":","", "", "", ""}, {"","","Space","","","Backspace","","","Cancel","","","Done",""}, };