diff options
| author | Raj9039852537 | 2022-10-12 01:43:40 +0530 |
|---|---|---|
| committer | GitHub | 2022-10-11 22:13:40 +0200 |
| commit | 1909f2fcb47b92121987229ec1a24bf11005186f (patch) | |
| tree | a6384936475c5834969da9bc6d6577d6c31e676a /srcs | |
| parent | fc8bb3a5396a93800fa438b0214d59b85e00f497 (diff) | |
| download | unexpected-keyboard-1909f2fcb47b92121987229ec1a24bf11005186f.tar.gz unexpected-keyboard-1909f2fcb47b92121987229ec1a24bf11005186f.zip | |
Added Hindi language layout (#211)
* Hindi Keyboard Layout
Hindi keyboard layout added
Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / รท - + = ! % : ; . , ?
Diffstat (limited to 'srcs')
| -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 b306db2..34f01dd 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -247,6 +247,7 @@ final class Config { case "azerty": return R.xml.azerty; case "bangla": return R.xml.bangla; + case "hindi": return R.xml.hindi; case "bgph1": return R.xml.local_bgph1; case "bone": return R.xml.bone; case "colemak": return R.xml.colemak; |
