Skip to content

Commit ece8fb5

Browse files
authored
Add Assamese layout (#1196)
1 parent 18157a1 commit ece8fb5

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

check_layout.output

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ arab_pc_hindu: Layout includes some ASCII punctuation but not all, missing: !, '
77
arab_pc_ir: Layout includes some ASCII punctuation but not all, missing: ", %, ', ,, /, ;, <, =, >, ?, [, \, ], `, {, |, }
88
armn_cpbsmo: Layout includes some ASCII punctuation but not all, missing: !, ", #, $, %, &, ', *, +, <, =, >, ?, @, [, ], ^, `, {, }, ~
99
armn_kvertc: Layout includes some ASCII punctuation but not all, missing: !, ", #, $, %, &, ', *, +, <, =, >, ?, @, [, ], ^, `, {, }, ~
10+
beng_assamese: Layout includes some ASCII punctuation but not all, missing: #, $, %, &, ', *, +, -, /, :, ;, <, =, >, ?, [, \, ], ^, _, `, {, |, }, ~
1011
beng_national: Layout includes some ASCII punctuation but not all, missing: $
1112
beng_provat: Layout includes some ASCII punctuation but not all, missing: $, &, *, ., /, <, >, [, \, ], `, {, |, }
1213
cyrl_jcuken_ru: Layout includes some ASCII punctuation but not all, missing: #, $, &, ', *, <, >, @, [, ], ^, `, {, }, ~

res/values/layouts.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<item>arab_pc_ir</item>
1616
<item>armn_cpbsmo</item>
1717
<item>armn_kvertc</item>
18+
<item>beng_assamese</item>
1819
<item>beng_national</item>
1920
<item>beng_provat</item>
2021
<item>cyrl_fcuzhen_mn</item>
@@ -107,6 +108,7 @@
107108
<item>Persian PC</item>
108109
<item>ՃՓԲՍՄՈ</item>
109110
<item>ՔՎԸՐՏՃ</item>
111+
<item>অসমীয়া (Assamese)</item>
110112
<item>বাংলা (জাতীয়)</item>
111113
<item>বাংলা (প্রভাত)</item>
112114
<item>ФЦУЖЭН (Монгол)</item>
@@ -199,6 +201,7 @@
199201
<item>@xml/arab_pc_ir</item>
200202
<item>@xml/armn_cpbsmo</item>
201203
<item>@xml/armn_kvertc</item>
204+
<item>@xml/beng_assamese</item>
202205
<item>@xml/beng_national</item>
203206
<item>@xml/beng_provat</item>
204207
<item>@xml/cyrl_fcuzhen_mn</item>

srcs/layouts/beng_assamese.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<keyboard name="অসমীয়া (Assamese)" script="bengali">
3+
<row>
4+
<key shift="0.5" c="" se="" nw=""/>
5+
<key c="" se="" nw="" sw="ৰ্"/>
6+
<key c="" se="" nw="" sw="জ্ঞ"/>
7+
<key c="" se="" nw="" sw="ত্ৰ"/>
8+
<key c="&#x09c2;" se="" nw="" sw="ক্ষ"/>
9+
<key c="" sw="" ne="" se="শ্ৰ"/>
10+
<key c="" sw="" ne="" se=""/>
11+
<key c="" sw="" ne="" se="&#x09bc;"/>
12+
<key c="" sw="" ne="" se=""/>
13+
<key c="" sw="" ne="" se=""/>
14+
</row>
15+
<row>
16+
<key c="" ne="" se=""/>
17+
<key c="" se=""/>
18+
<key c="&#x09cd;" se=""/>
19+
<key c="ি" se=""/>
20+
<key c="&#x09c1;" se=""/>
21+
<key c="" se=""/>
22+
<key c=""/>
23+
<key c="" sw=""/>
24+
<key c="" sw=""/>
25+
<key c="" sw="" nw=""/>
26+
<key c="" sw="" nw=""/>
27+
</row>
28+
<row>
29+
<key shift="0.5" c="" se="&quot;" n="shift"/>
30+
<key c="" se="" nw="!"/>
31+
<key c="" nw="@"/>
32+
<key c=""/>
33+
<key c=""/>
34+
<key c="" sw=""/>
35+
<key c="," sw="" ne="("/>
36+
<key c="." sw="" ne=")"/>
37+
<key c="" sw=""/>
38+
<key width="1.5" c="backspace" ne="delete"/>
39+
</row>
40+
</keyboard>

0 commit comments

Comments
 (0)