mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
add umlauts and eszett to keyboard (not yet built)
This commit is contained in:
parent
b109f70d82
commit
8465cb741e
@ -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>'},
|
||||
{';',':'},
|
||||
{'\'','"'}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user