abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorJules Aguillon2022-01-09 12:49:28 +0100
committerJules Aguillon2022-01-09 12:49:28 +0100
commit93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2 (patch)
tree3789753935607b43d9f4c717f1f145eff8663be4 /srcs/juloo.keyboard2/Config.java
parent23e59c6b09fdaecc92ae67ee7c5c2936f161696a (diff)
downloadunexpected-keyboard-93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2.tar.gz
unexpected-keyboard-93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2.zip
Add the German language
Add the 'ß' character on the bottom-left corner of the 's' key, which is hidden for other languages. Co-authored-by: Moini <moini@noreply.invalid>
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 8a2199f..43c039f 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -118,6 +118,7 @@ final class Config
case "cedille": return KeyValue.FLAG_ACCENT5;
case "trema": return KeyValue.FLAG_ACCENT6;
case "ring": return KeyValue.FLAG_ACCENT_RING;
+ case "szlig": return KeyValue.FLAG_LANG_SZLIG;
default: throw new RuntimeException(name);
}
}