From b54f9c5797690bf7ca77228f5a3647e72c20388f Mon Sep 17 00:00:00 2001 From: Kazoku Date: Fri, 10 Feb 2023 00:40:48 +0700 Subject: Vietnamese keyboard (#291) Added missing accent (horn, hook, dot below) Added layout Added accent font svg (by modified existing accent)--- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/juloo.keyboard2/Config.java') 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; -- cgit v1.2.3