abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorigorSilCar2022-03-15 17:05:16 -0300
committerGitHub2022-03-15 21:05:16 +0100
commit2dae2105b2690fffb862ac16d843331d2f752926 (patch)
tree6b46b40618a5d11941eb83238be2a9b5cddd65a1 /srcs/juloo.keyboard2/Config.java
parentd53ee811d97692cebe91a5d5d2207dca4d5b8fd8 (diff)
downloadunexpected-keyboard-2dae2105b2690fffb862ac16d843331d2f752926.tar.gz
unexpected-keyboard-2dae2105b2690fffb862ac16d843331d2f752926.zip
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
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 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;