add umlauts and eszett to keyboard (not yet built)

This commit is contained in:
Christopher Roy Bratusek 2011-09-27 21:59:13 +02:00
parent b109f70d82
commit 8465cb741e

View File

@ -65,6 +65,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{'8','*'},
{'9','('},
{'0',')'},
//{'<27>', '<27>'},
{'\0','\0'}
},
{
@ -78,6 +79,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{'i','I'},
{'o','O'},
{'p','P'},
//{'<27>', '<27>'},
{'-','_'}
},
{
@ -90,6 +92,8 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{'j','J'},
{'k','K'},
{'l','L'},
//{'<27>', '<27>'},
//{'<27>', '<27>'},
{';',':'},
{'\'','"'}
},