abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorKazoku2023-02-10 00:40:48 +0700
committerGitHub2023-02-09 18:40:48 +0100
commitb54f9c5797690bf7ca77228f5a3647e72c20388f (patch)
treebbffb833ec9de1af014f0a81243f26868b6724f6 /srcs/juloo.keyboard2/Config.java
parent72249b8a42a7586212b06b2236777e296cfec159 (diff)
downloadunexpected-keyboard-b54f9c5797690bf7ca77228f5a3647e72c20388f.tar.gz
unexpected-keyboard-b54f9c5797690bf7ca77228f5a3647e72c20388f.zip
Vietnamese keyboard (#291)
Added missing accent (horn, hook, dot below) Added layout Added accent font svg (by modified existing accent)
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 3eacae3..eda2740 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -357,6 +357,7 @@ final class Config
case "qwerty_sv_se": id = R.xml.qwerty_sv_se; break;
case "qwerty_tr": id = R.xml.qwerty_tr; break;
case "qwerty_pl": id = R.xml.qwerty_pl; break;
+ case "qwerty_vi": id = R.xml.qwerty_vi; break;
case "qwertz": id = R.xml.qwertz; break;
case "qwertz_cs": id = R.xml.qwertz_cs; break;
case "qwertz_de": id = R.xml.qwertz_de; break;