From a76541458d85d982a3863e42392b68711a0668f1 Mon Sep 17 00:00:00 2001 From: AlexandraAlter Date: Sun, 6 Feb 2022 23:06:49 +0000 Subject: Dvorak layout (#16) --- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/juloo.keyboard2') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 427028d..2790cc2 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -139,6 +139,7 @@ final class Config case "qwerty_lv": return R.xml.qwerty_lv; case "qwertz": return R.xml.qwertz; case "bgph1": return R.xml.local_bgph1; + case "dvorak": return R.xml.dvorak; case "system": default: return -1; } } -- cgit v1.2.3