From ec1cd9473ad8cf710c1c8247923f4bea0391e4d7 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 29 Apr 2021 00:13:40 +0200 Subject: [PATCH] Improve the azerty layout - More intuitive placement of (), [], {} and <>. - Move accent keys into the top-left corner, on a key they may be used with. - Some minor changes. --- res/xml/azerty.xml | 36 +++++++++++++++--------------- srcs/juloo.keyboard2/KeyValue.java | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 3461ccc..2773b83 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -2,36 +2,36 @@ - - - - + + + + - - - + + + - - - - - - + + + + + + - + - - - - + + + + diff --git a/srcs/juloo.keyboard2/KeyValue.java b/srcs/juloo.keyboard2/KeyValue.java index b2b6c2f..19d784b 100644 --- a/srcs/juloo.keyboard2/KeyValue.java +++ b/srcs/juloo.keyboard2/KeyValue.java @@ -104,7 +104,7 @@ class KeyValue static { - String chars = "<>&\"_°~{|^}$*:!£%µ?.§"; + String chars = "<>&\"_°~{|^}$*:!£%µ?.§€"; for (int i = 0; i < chars.length(); i++) addCharKey(chars.charAt(i), EVENT_NONE);