From 2dae2105b2690fffb862ac16d843331d2f752926 Mon Sep 17 00:00:00 2001 From: igorSilCar Date: Tue, 15 Mar 2022 17:05:16 -0300 Subject: Brazilian portuguese layout (#91) * Providing a comprehensible Brazilian Portuguese keyboard layout removed cedille as it is already provided by an independent key; changed layout to correspond to the locale--- 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 e78a45a..aa583de 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -205,6 +205,7 @@ final class Config case "dvorak": return R.xml.dvorak; case "qwerty_es": return R.xml.qwerty_es; case "qwerty_lv": return R.xml.qwerty_lv; + case "qwerty_pt": return R.xml.qwerty_pt; case "qwerty": return R.xml.qwerty; case "qwerty_sv_se": return R.xml.qwerty_sv_se; case "qwertz": return R.xml.qwertz; -- cgit v1.2.3