abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorJules Aguillon2021-04-29 00:13:40 +0200
committerJules Aguillon2021-04-29 01:06:51 +0200
commitec1cd9473ad8cf710c1c8247923f4bea0391e4d7 (patch)
tree69cf584cc7f5528b43c72ec0f14f36e93d550c06 /srcs
parent3f0c18612f7e5fcc062c9eacaf38533e75827175 (diff)
downloadunexpected-keyboard-ec1cd9473ad8cf710c1c8247923f4bea0391e4d7.tar.gz
unexpected-keyboard-ec1cd9473ad8cf710c1c8247923f4bea0391e4d7.zip
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.
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/KeyValue.java2
1 files changed, 1 insertions, 1 deletions
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);