From 2dff5c511e1cef6bddd1bec856633f0d1e25ed5b Mon Sep 17 00:00:00 2001 From: Evann DREUMONT Date: Sat, 13 Jun 2020 11:37:56 +0200 Subject: [PATCH] [Feature] Add \ and @ --- ion/include/ion/keyboard/layout_B2/layout_events.h | 4 ++-- ion/include/ion/keyboard/layout_B3/layout_events.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ion/include/ion/keyboard/layout_B2/layout_events.h b/ion/include/ion/keyboard/layout_B2/layout_events.h index 278a0094d..cfefa415b 100644 --- a/ion/include/ion/keyboard/layout_B2/layout_events.h +++ b/ion/include/ion/keyboard/layout_B2/layout_events.h @@ -38,7 +38,7 @@ static constexpr EventData s_dataForEvent[4*Event::PageSize] = { T("m"), T("n"), T("o"), T("p"), T("q"), U(), T("r"), T("s"), T("t"), T("u"), T("v"), U(), T("w"), T("x"), T("y"), T("z"), T(" "), U(), - T("?"), T("!"), U(), TL(), U(), U(), + T("?"), T("!"), T("\x5c"), T("\x40"), U(), U(), // Shift+Alpha U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), @@ -83,7 +83,7 @@ static constexpr const char * s_nameForEvent[255] = { "LowerM", "LowerN", "LowerO", "LowerP", "LowerQ", nullptr, "LowerR", "LowerS", "LowerT", "LowerU", "LowerV", nullptr, "LowerW", "LowerX", "LowerY", "LowerZ", "Space", nullptr, - "Question", "Exclamation", nullptr, nullptr, nullptr, nullptr, + "Question", "Exclamation", "BackSlash", "At", nullptr, nullptr, //Shift+Alpha, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, diff --git a/ion/include/ion/keyboard/layout_B3/layout_events.h b/ion/include/ion/keyboard/layout_B3/layout_events.h index 340b817c8..cf83fb68d 100644 --- a/ion/include/ion/keyboard/layout_B3/layout_events.h +++ b/ion/include/ion/keyboard/layout_B3/layout_events.h @@ -38,7 +38,7 @@ static constexpr EventData s_dataForEvent[4*Event::PageSize] = { T("m"), T("n"), T("o"), T("p"), T("q"), U(), T("r"), T("s"), T("t"), T("u"), T("v"), U(), T("w"), T("x"), T("y"), T("z"), T(" "), U(), - T("?"), T("!"), U(), U(), U(), U(), + T("?"), T("!"), T("\x5c"), T("\x40"), U(), U(), // Shift+Alpha U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), U(), @@ -83,7 +83,7 @@ static constexpr const char * s_nameForEvent[255] = { "LowerM", "LowerN", "LowerO", "LowerP", "LowerQ", nullptr, "LowerR", "LowerS", "LowerT", "LowerU", "LowerV", nullptr, "LowerW", "LowerX", "LowerY", "LowerZ", "Space", nullptr, - "Question", "Exclamation", nullptr, nullptr, nullptr, nullptr, + "Question", "Exclamation", "BackSlash", "At", nullptr, nullptr, //Shift+Alpha, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,