mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
Revert "add umlauts and eszett to keyboard (not yet built)"
This reverts commit 8465cb741e
.
Conflicts:
source/libwiigui/gui_keyboard.cpp
This commit is contained in:
parent
ef5b245a27
commit
aa98cad04a
@ -65,8 +65,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
|
||||
{'8','*'},
|
||||
{'9','('},
|
||||
{'0',')'},
|
||||
{'<EFBFBD>', '<EFBFBD>'},
|
||||
{'\0','\0'},
|
||||
{'\0','\0'}
|
||||
},
|
||||
{
|
||||
@ -80,9 +78,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
|
||||
{'i','I'},
|
||||
{'o','O'},
|
||||
{'p','P'},
|
||||
{'<EFBFBD>', '<EFBFBD>'},
|
||||
{'-','_'},
|
||||
{'\0','\0'}
|
||||
{'-','_'}
|
||||
},
|
||||
{
|
||||
{'a','A'},
|
||||
@ -94,8 +90,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
|
||||
{'j','J'},
|
||||
{'k','K'},
|
||||
{'l','L'},
|
||||
{'<EFBFBD>', '<EFBFBD>'},
|
||||
{'<EFBFBD>', '<EFBFBD>'},
|
||||
{';',':'},
|
||||
{'\'','"'}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user