Fix keyboard issue with shift +

This commit is contained in:
Quentin Guidée
2019-12-30 22:02:01 +01:00
parent ecf2933025
commit 596ad276a3
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ static constexpr EventData s_dataForEvent[4*Event::PageSize] = {
T("asin(\x11)"), T("acos(\x11)"), T("atan(\x11)"), T("="), T("<"), T(">"),
TL(), TL(), TL(), T("()"), U(), U(),
TL(), TL(), TL(), TL(), T("%"), U(),
TL(), TL(), TL(), TL(), T("\\"), U(),
TL(), TL(), TL(), TL(), TL(), U(),
TL(), TL(), TL(), TL(), U(), U(),
// Alpha
U(), U(), U(), U(), U(), U(),

View File

@@ -27,7 +27,7 @@ static constexpr EventData s_dataForEvent[4*Event::PageSize] = {
T("asin(\x11)"), T("acos(\x11)"), T("atan(\x11)"), T("="), T("<"), T(">"),
TL(), TL(), TL(), T("()"), U(), U(),
TL(), TL(), TL(), TL(), T("%"), U(),
TL(), TL(), TL(), TL(), T("\\"), U(),
TL(), TL(), TL(), TL(), TL(), U(),
TL(), TL(), TL(), TL(), U(), U(),
// Alpha
U(), U(), U(), U(), U(), U(),