abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorRaj90398525372022-10-12 01:43:40 +0530
committerGitHub2022-10-11 22:13:40 +0200
commit1909f2fcb47b92121987229ec1a24bf11005186f (patch)
treea6384936475c5834969da9bc6d6577d6c31e676a /srcs/juloo.keyboard2/Config.java
parentfc8bb3a5396a93800fa438b0214d59b85e00f497 (diff)
downloadunexpected-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/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 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;