mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Fix keyboard issue with shift +
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user