abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorlpv2022-10-16 00:22:19 +0300
committerGitHub2022-10-15 23:22:19 +0200
commit8be80eecd43d7ed4d2f1cd3be92571f476972b26 (patch)
tree2c0e2d47c2ac45c7fa7180e14368237fafd7e9a7 /srcs
parentd9a8688237dcfd3340a796d1bfaaf6b14d5441a2 (diff)
downloadunexpected-keyboard-8be80eecd43d7ed4d2f1cd3be92571f476972b26.tar.gz
unexpected-keyboard-8be80eecd43d7ed4d2f1cd3be92571f476972b26.zip
Basic greek layout. (#207)
* Basic greek layout.
Diffstat (limited to 'srcs')
-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 34f01dd..324562d 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -254,6 +254,7 @@ final class Config
case "dvorak": return R.xml.dvorak;
case "neo2": return R.xml.neo2;
case "qwerty_es": return R.xml.qwerty_es;
+ case "qwerty_el": return R.xml.qwerty_el;
case "qwerty_hu": return R.xml.qwerty_hu;
case "qwerty_ko": return R.xml.qwerty_ko;
case "qwerty_lv": return R.xml.qwerty_lv;