From 596ad276a394dc180522fc233224f8d8b9e7a792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Mon, 30 Dec 2019 22:02:01 +0100 Subject: [PATCH] Fix keyboard issue with shift + --- ion/include/ion/keyboard/layout_B2/layout_events.h | 2 +- ion/include/ion/keyboard/layout_B3/layout_events.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ion/include/ion/keyboard/layout_B2/layout_events.h b/ion/include/ion/keyboard/layout_B2/layout_events.h index b047ae30e..72cd8cde3 100644 --- a/ion/include/ion/keyboard/layout_B2/layout_events.h +++ b/ion/include/ion/keyboard/layout_B2/layout_events.h @@ -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(), diff --git a/ion/include/ion/keyboard/layout_B3/layout_events.h b/ion/include/ion/keyboard/layout_B3/layout_events.h index 3312e05c2..adc0dee33 100644 --- a/ion/include/ion/keyboard/layout_B3/layout_events.h +++ b/ion/include/ion/keyboard/layout_B3/layout_events.h @@ -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(),