diff options
| author | Md Rasel Hossain | 2022-09-24 15:40:10 +0600 |
|---|---|---|
| committer | GitHub | 2022-09-24 11:40:10 +0200 |
| commit | 81f07b427f8039473603b7aa8e10e71a14bcaf52 (patch) | |
| tree | 640801ebd4baba1270d9e281e6e94cb0e2c03f28 /srcs/juloo.keyboard2/Config.java | |
| parent | 0b388b93c726deff4f3a4ca610e894b228168b1b (diff) | |
| download | unexpected-keyboard-81f07b427f8039473603b7aa8e10e71a14bcaf52.tar.gz unexpected-keyboard-81f07b427f8039473603b7aa8e10e71a14bcaf52.zip | |
Bengali Keyboard Layout (#201)
* Bangla Layout
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
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; |
