From 8be80eecd43d7ed4d2f1cd3be92571f476972b26 Mon Sep 17 00:00:00 2001 From: lpv Date: Sun, 16 Oct 2022 00:22:19 +0300 Subject: Basic greek layout. (#207) * Basic greek layout.--- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs') 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; -- cgit v1.2.3