From db1874fdac3891cad1624ba4d7942c0582861ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 28 Jul 2020 10:24:08 +0200 Subject: [PATCH] [ion] simulator/shared/layout: update the center of keys to centered the highlight keys --- ion/src/simulator/shared/layout.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ion/src/simulator/shared/layout.cpp b/ion/src/simulator/shared/layout.cpp index 356679c83..009c0ded4 100644 --- a/ion/src/simulator/shared/layout.cpp +++ b/ion/src/simulator/shared/layout.cpp @@ -115,10 +115,10 @@ private: }; static constexpr KeyLayout sKeyLayouts[Keyboard::NumberOfValidKeys] = { - KeyLayout(185, 1029, KeyLayout::Shape::HorizontalArrow), // A1, Left - KeyLayout(273, 941, KeyLayout::Shape::VerticalArrow), // A2, Up - KeyLayout(273, 1117, KeyLayout::Shape::VerticalArrow), // A3, Down - KeyLayout(361, 1029, KeyLayout::Shape::HorizontalArrow), // A4, Right + KeyLayout(191, 1029, KeyLayout::Shape::HorizontalArrow), // A1, Left + KeyLayout(273, 945, KeyLayout::Shape::VerticalArrow), // A2, Up + KeyLayout(273, 1110, KeyLayout::Shape::VerticalArrow), // A3, Down + KeyLayout(355, 1029, KeyLayout::Shape::HorizontalArrow), // A4, Right KeyLayout(810, 1029, KeyLayout::Shape::Round), // A5, OK KeyLayout(963, 1029, KeyLayout::Shape::Round), // A6, Back