abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorMd Rasel Hossain2022-09-24 15:40:10 +0600
committerGitHub2022-09-24 11:40:10 +0200
commit81f07b427f8039473603b7aa8e10e71a14bcaf52 (patch)
tree640801ebd4baba1270d9e281e6e94cb0e2c03f28 /srcs
parent0b388b93c726deff4f3a4ca610e894b228168b1b (diff)
downloadunexpected-keyboard-81f07b427f8039473603b7aa8e10e71a14bcaf52.tar.gz
unexpected-keyboard-81f07b427f8039473603b7aa8e10e71a14bcaf52.zip
Bengali Keyboard Layout (#201)
* Bangla Layout
Diffstat (limited to 'srcs')
-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 0f2fd69..651ad06 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -245,6 +245,7 @@ final class Config
switch (name)
{
case "azerty": return R.xml.azerty;
+ case "bangla": return R.xml.bangla;
case "bgph1": return R.xml.local_bgph1;
case "colemak": return R.xml.colemak;
case "dvorak": return R.xml.dvorak;