Revert "more keys"

This reverts commit 67da90dc4c.
This commit is contained in:
Christopher Roy Bratusek 2011-10-15 09:35:16 +02:00
parent 67da90dc4c
commit ef5b245a27

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'}
}
};