more keys

This commit is contained in:
Christopher Roy Bratusek 2011-10-15 09:25:10 +02:00
parent 4b9f82124b
commit 67da90dc4c

View File

@ -66,7 +66,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{'9','('},
{'0',')'},
{'', ''},
{'\0','\0'},
{'[', ']'},
{'\0','\0'}
},
{
@ -111,8 +111,8 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{',','<'},
{'.','>'},
{'/','?'},
{'\0','\0'},
{'\0','\0'},
{'{','}'},
{'|','+'},
{'\0','\0'}
}
};