simple-keyboard-layouts 3.3.113 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +71 -71
- package/build/commonjs/interfaces.js +2 -0
- package/build/commonjs/layouts/arabic.js +23 -0
- package/build/commonjs/layouts/armenianEastern.js +24 -0
- package/build/commonjs/layouts/armenianWestern.js +24 -0
- package/build/commonjs/layouts/assamese.js +24 -0
- package/build/commonjs/layouts/balochi.js +24 -0
- package/build/commonjs/layouts/belarusian.js +24 -0
- package/build/commonjs/layouts/bengali.js +24 -0
- package/build/commonjs/layouts/brazilian.js +23 -0
- package/build/commonjs/layouts/burmese.js +24 -0
- package/build/commonjs/layouts/chinese.js +430 -0
- package/build/commonjs/layouts/czech.js +24 -0
- package/build/commonjs/layouts/english.js +23 -0
- package/build/commonjs/layouts/farsi.js +24 -0
- package/build/commonjs/layouts/french.js +23 -0
- package/build/commonjs/layouts/georgian.js +24 -0
- package/build/commonjs/layouts/german.js +23 -0
- package/build/commonjs/layouts/gilaki.js +24 -0
- package/build/commonjs/layouts/greek.js +24 -0
- package/build/commonjs/layouts/hebrew.js +24 -0
- package/build/commonjs/layouts/hindi.js +23 -0
- package/build/commonjs/layouts/hungarian.js +24 -0
- package/build/commonjs/layouts/italian.js +23 -0
- package/build/commonjs/layouts/japanese.js +23 -0
- package/build/commonjs/layouts/kannada.js +24 -0
- package/build/commonjs/layouts/korean.js +11197 -0
- package/build/commonjs/layouts/kurdish.js +24 -0
- package/build/commonjs/layouts/macedonian.js +24 -0
- package/build/commonjs/layouts/malayalam.js +23 -0
- package/build/commonjs/layouts/nigerian.js +24 -0
- package/build/commonjs/layouts/nko.js +24 -0
- package/build/commonjs/layouts/norwegian.js +24 -0
- package/build/commonjs/layouts/odia.js +24 -0
- package/build/commonjs/layouts/polish.js +24 -0
- package/build/commonjs/layouts/punjabi.js +23 -0
- package/build/commonjs/layouts/russian.js +23 -0
- package/build/commonjs/layouts/russianOld.js +24 -0
- package/build/commonjs/layouts/sindhi.js +24 -0
- package/build/commonjs/layouts/spanish.js +26 -0
- package/build/commonjs/layouts/swedish.js +24 -0
- package/build/commonjs/layouts/telugu.js +23 -0
- package/build/commonjs/layouts/thai.js +23 -0
- package/build/commonjs/layouts/turkish.js +24 -0
- package/build/commonjs/layouts/ukrainian.js +24 -0
- package/build/commonjs/layouts/urdu.js +24 -0
- package/build/commonjs/layouts/urduStandard.js +24 -0
- package/build/commonjs/layouts/uyghur.js +24 -0
- package/build/components/Layouts.d.ts +6 -6
- package/build/components/Layouts.test.d.ts +1 -1
- package/build/index.d.ts +3 -3
- package/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/build/interfaces.d.ts +8 -8
- package/build/interfaces.js +1 -1
- package/build/layouts/arabic.d.ts +6 -6
- package/build/layouts/arabic.js +21 -21
- package/build/layouts/armenianEastern.d.ts +7 -7
- package/build/layouts/armenianEastern.js +22 -22
- package/build/layouts/armenianWestern.d.ts +7 -7
- package/build/layouts/armenianWestern.js +22 -22
- package/build/layouts/assamese.d.ts +7 -7
- package/build/layouts/assamese.js +22 -22
- package/build/layouts/balochi.d.ts +7 -7
- package/build/layouts/balochi.js +22 -22
- package/build/layouts/belarusian.d.ts +7 -7
- package/build/layouts/belarusian.js +22 -22
- package/build/layouts/bengali.d.ts +7 -7
- package/build/layouts/bengali.js +22 -22
- package/build/layouts/brazilian.d.ts +6 -6
- package/build/layouts/brazilian.js +21 -21
- package/build/layouts/burmese.d.ts +7 -7
- package/build/layouts/burmese.js +22 -22
- package/build/layouts/chinese.d.ts +7 -7
- package/build/layouts/chinese.js +428 -428
- package/build/layouts/czech.d.ts +7 -7
- package/build/layouts/czech.js +22 -22
- package/build/layouts/english.d.ts +6 -6
- package/build/layouts/english.js +21 -21
- package/build/layouts/farsi.d.ts +7 -7
- package/build/layouts/farsi.js +22 -22
- package/build/layouts/french.d.ts +6 -6
- package/build/layouts/french.js +21 -21
- package/build/layouts/georgian.d.ts +7 -7
- package/build/layouts/georgian.js +22 -22
- package/build/layouts/german.d.ts +6 -6
- package/build/layouts/german.js +21 -21
- package/build/layouts/gilaki.d.ts +11 -11
- package/build/layouts/gilaki.js +22 -22
- package/build/layouts/greek.d.ts +7 -7
- package/build/layouts/greek.js +22 -22
- package/build/layouts/hebrew.d.ts +7 -7
- package/build/layouts/hebrew.js +22 -22
- package/build/layouts/hindi.d.ts +6 -6
- package/build/layouts/hindi.js +21 -21
- package/build/layouts/hungarian.d.ts +7 -7
- package/build/layouts/hungarian.js +22 -22
- package/build/layouts/italian.d.ts +6 -6
- package/build/layouts/italian.js +21 -21
- package/build/layouts/japanese.d.ts +6 -6
- package/build/layouts/japanese.js +21 -21
- package/build/layouts/kannada.d.ts +7 -7
- package/build/layouts/kannada.js +22 -22
- package/build/layouts/korean.d.ts +6 -6
- package/build/layouts/korean.js +11195 -11195
- package/build/layouts/kurdish.d.ts +7 -7
- package/build/layouts/kurdish.js +22 -22
- package/build/layouts/macedonian.d.ts +7 -7
- package/build/layouts/macedonian.js +22 -22
- package/build/layouts/malayalam.d.ts +6 -6
- package/build/layouts/malayalam.js +21 -21
- package/build/layouts/nigerian.d.ts +7 -7
- package/build/layouts/nigerian.js +22 -22
- package/build/layouts/nko.d.ts +7 -7
- package/build/layouts/nko.js +22 -22
- package/build/layouts/norwegian.d.ts +7 -7
- package/build/layouts/norwegian.js +22 -22
- package/build/layouts/odia.d.ts +7 -7
- package/build/layouts/odia.js +22 -22
- package/build/layouts/polish.d.ts +7 -7
- package/build/layouts/polish.js +22 -22
- package/build/layouts/punjabi.d.ts +6 -6
- package/build/layouts/punjabi.js +21 -21
- package/build/layouts/russian.d.ts +6 -6
- package/build/layouts/russian.js +21 -21
- package/build/layouts/russianOld.d.ts +7 -7
- package/build/layouts/russianOld.js +22 -22
- package/build/layouts/sindhi.d.ts +7 -7
- package/build/layouts/sindhi.js +22 -22
- package/build/layouts/spanish.d.ts +9 -9
- package/build/layouts/spanish.js +24 -24
- package/build/layouts/swedish.d.ts +7 -7
- package/build/layouts/swedish.js +22 -22
- package/build/layouts/telugu.d.ts +6 -6
- package/build/layouts/telugu.js +21 -21
- package/build/layouts/thai.d.ts +6 -6
- package/build/layouts/thai.js +21 -21
- package/build/layouts/turkish.d.ts +7 -7
- package/build/layouts/turkish.js +22 -22
- package/build/layouts/ukrainian.d.ts +7 -7
- package/build/layouts/ukrainian.js +22 -22
- package/build/layouts/urdu.d.ts +7 -7
- package/build/layouts/urdu.js +22 -22
- package/build/layouts/urduStandard.d.ts +7 -7
- package/build/layouts/urduStandard.js +22 -22
- package/build/layouts/uyghur.d.ts +7 -7
- package/build/layouts/uyghur.js +22 -22
- package/package.json +114 -113
- package/tsconfig.layouts.cjs.json +11 -0
- package/tsconfig.layouts.json +10 -10
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019 Francisco Hodge and project contributors.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 Francisco Hodge and project contributors.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
<a href="https://hodgef.com/simple-keyboard/demos" title="View Demo" target="_blank"><img src="https://i.imgur.com/UNonjFz.png"></a>
|
|
2
|
-
|
|
3
|
-
<blockquote>The keyboard layout kit for simple-keyboard.</blockquote>
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/simple-keyboard-layouts)
|
|
6
|
-
<a href="https://github.com/hodgef/simple-keyboard-layouts/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT license"></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Build Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Build/badge.svg?color=green" /></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Publish Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Publish/badge.svg?color=green" /></a> <a href="https://gitlab.com/hodgef/simple-keyboard-layouts" target="_blank"><img alt="Mirroring" src="https://github.com/hodgef/simple-keyboard-layouts/actions/workflows/mirroring.yml/badge.svg" /></a>
|
|
7
|
-
|
|
8
|
-
## ✨ Demo
|
|
9
|
-
|
|
10
|
-
[simple-keyboard-layouts demo](https://hodgef.com/simple-keyboard/demos/)
|
|
11
|
-
|
|
12
|
-
## 📦 Installation & Usage
|
|
13
|
-
|
|
14
|
-
Check out the [Getting Started](https://hodgef.com/simple-keyboard/modules/simple-keyboard-layouts/) docs to begin.
|
|
15
|
-
|
|
16
|
-
To fully customize your virtual keyboard, check out the main [simple-keyboard repository](https://github.com/hodgef/simple-keyboard).
|
|
17
|
-
|
|
18
|
-
## 📃 Supported Layouts
|
|
19
|
-
|
|
20
|
-
<blockquote><a href="https://github.com/hodgef/simple-keyboard-layouts/tree/master/src/lib/layouts">Click here to browse the layout files</a></blockquote>
|
|
21
|
-
|
|
22
|
-
- [Arabic](https://hodgef.com/simple-keyboard/demos/?d=arabic)
|
|
23
|
-
- [armenianEastern](https://hodgef.com/simple-keyboard/demos/?d=armenianEastern) - by [vidman22](https://github.com/vidman22)
|
|
24
|
-
- [armenianWestern](https://hodgef.com/simple-keyboard/demos/?d=armenianWestern) - by [vidman22](https://github.com/vidman22)
|
|
25
|
-
- [Assamese](https://hodgef.com/simple-keyboard/demos/?d=assamese) - by [Akhilesh](https://github.com/akki2825)
|
|
26
|
-
- [Balochi](https://hodgef.com/simple-keyboard/demos/?d=balochi) - by [umairayub79](https://github.com/umairayub79)
|
|
27
|
-
- [Belarusian](https://hodgef.com/simple-keyboard/demos/?d=belarusian) - by [maxshuty](https://github.com/maxshuty)
|
|
28
|
-
- [Bengali](https://hodgef.com/simple-keyboard/demos/?d=bengali) - by [adnan360](https://github.com/adnan360)
|
|
29
|
-
- [Brazilian](https://hodgef.com/simple-keyboard/demos/?d=brazilian) - by [imbroisi](https://github.com/imbroisi)
|
|
30
|
-
- [Burmese](https://hodgef.com/simple-keyboard/demos/?d=burmese) - by [U Kyi Win](https://github.com/ukyiwin)
|
|
31
|
-
- [Chinese](https://hodgef.com/simple-keyboard/demos/?d=chinese)
|
|
32
|
-
- [Czech](https://hodgef.com/simple-keyboard/demos/?d=czech) - by [Dmitry Dalimov](https://github.com/slavabogov)
|
|
33
|
-
- [English](https://hodgef.com/simple-keyboard/demos/?d=)
|
|
34
|
-
- [Farsi](https://hodgef.com/simple-keyboard/demos/?d=farsi) - by [Alireza Jahandideh](https://github.com/Youhan)
|
|
35
|
-
- [French](https://hodgef.com/simple-keyboard/demos/?d=french)
|
|
36
|
-
- [Georgian](https://hodgef.com/simple-keyboard/demos/?d=georgian) - by [e404r](https://github.com/e404r)
|
|
37
|
-
- [German](https://hodgef.com/simple-keyboard/demos/?d=german)
|
|
38
|
-
- [Gilaki](https://hodgef.com/simple-keyboard/demos/?d=gilaki) - by [LordArma](https://github.com/LordArma)
|
|
39
|
-
- [Greek](https://hodgef.com/simple-keyboard/demos/?d=greek) - by [maciej-sielski](https://github.com/maciej-sielski)
|
|
40
|
-
- [Hebrew](https://hodgef.com/simple-keyboard/demos/?d=hebrew) - by [vleon1](https://github.com/vleon1)
|
|
41
|
-
- [Hindi](https://hodgef.com/simple-keyboard/demos/?d=hindi)
|
|
42
|
-
- [Hungarian](https://hodgef.com/simple-keyboard/demos/?d=hungarian) - by [Farquaad](https://github.com/Farquaad)
|
|
43
|
-
- [Italian](https://hodgef.com/simple-keyboard/demos/?d=italian)
|
|
44
|
-
- [Japanese](https://hodgef.com/simple-keyboard/demos/?d=japanese)
|
|
45
|
-
- [Kannada](https://hodgef.com/simple-keyboard/demos/?d=kannada) - by [yogishp](https://github.com/yogishp)
|
|
46
|
-
- [Korean](https://hodgef.com/simple-keyboard/demos/?d=korean)
|
|
47
|
-
- [Kurdish](https://hodgef.com/simple-keyboard/demos/?d=kurdish) - by [Goran Gharib](https://github.com/GoRaN909)
|
|
48
|
-
- [Macedonian](https://hodgef.com/simple-keyboard/demos/?d=macedonian) - by [Kristijan Jankuloski](https://github.com/KristijanJankuloski)
|
|
49
|
-
- [Malayalam](https://hodgef.com/simple-keyboard/demos/?d=malayalam) - by [Sajad J](https://github.com/4gon)
|
|
50
|
-
- [Nigerian](https://hodgef.com/simple-keyboard/demos/?d=nigerian) - by [Benson Muite](https://github.com/bkmgit)
|
|
51
|
-
- [N'ko](https://hodgef.com/simple-keyboard/demos/?d=nko) - by [kjitteh](https://github.com/kjitteh)
|
|
52
|
-
- [Norwegian](https://hodgef.com/simple-keyboard/demos/?d=norwegian) - by [Prakriti Tiwari](https://github.com/prakriti89)
|
|
53
|
-
- [Odia](https://hodgef.com/simple-keyboard/demos/?d=odia) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
54
|
-
- [Polish](https://hodgef.com/simple-keyboard/demos/?d=polish) - by [maciej-sielski](https://github.com/maciej-sielski)
|
|
55
|
-
- [Punjabi](https://hodgef.com/simple-keyboard/demos/?d=punjabi) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
56
|
-
- [Russian](https://hodgef.com/simple-keyboard/demos/?d=russian)
|
|
57
|
-
- [Russian Old](https://hodgef.com/simple-keyboard/demos/?d=russian-old) - by [maxshuty](https://github.com/maxshuty)
|
|
58
|
-
- [Sindhi](https://hodgef.com/simple-keyboard/demos/?d=sindhi) - by [Salman Sattar](https://github.com/salman65)
|
|
59
|
-
- [Spanish](https://hodgef.com/simple-keyboard/demos/?d=spanish)
|
|
60
|
-
- [Swedish](https://hodgef.com/simple-keyboard/demos/?d=swedish) - by [wpressdev](https://github.com/wpressdev)
|
|
61
|
-
- [Telugu](https://hodgef.com/simple-keyboard/demos/?d=telugu) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
62
|
-
- [Thai](https://hodgef.com/simple-keyboard/demos/?d=thai)
|
|
63
|
-
- [Turkish](https://hodgef.com/simple-keyboard/demos/?d=turkish) - by [Caglar Turali](https://github.com/caglarturali)
|
|
64
|
-
- [Ukrainian](https://hodgef.com/simple-keyboard/demos/?d=ukrainian) - by [boomsya](https://github.com/boomsya)
|
|
65
|
-
- [Urdu](https://hodgef.com/simple-keyboard/demos/?d=urdu) - by [Salman Sattar](https://github.com/salman65)
|
|
66
|
-
- [Urdu Standard](https://hodgef.com/simple-keyboard/demos/?d=urdu-standard) - by [Umara Iftikhar](https://github.com/imaneumma)
|
|
67
|
-
- [Uyghur](https://hodgef.com/simple-keyboard/demos/?d=uyghur) - by [Ailiniyazi Maimaiti](https://github.com/memeteli)
|
|
68
|
-
|
|
69
|
-
## 🌟 Contributing
|
|
70
|
-
|
|
71
|
-
We thank the community for the layout submissions! We've paused consideration of new layouts at the moment. Please feel free to file an issue if you spot an issue in an existing layout.
|
|
1
|
+
<a href="https://hodgef.com/simple-keyboard/demos" title="View Demo" target="_blank"><img src="https://i.imgur.com/UNonjFz.png"></a>
|
|
2
|
+
|
|
3
|
+
<blockquote>The keyboard layout kit for simple-keyboard.</blockquote>
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/simple-keyboard-layouts)
|
|
6
|
+
<a href="https://github.com/hodgef/simple-keyboard-layouts/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT license"></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Build Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Build/badge.svg?color=green" /></a> <a href="https://github.com/simple-keyboard/simple-keyboard-layouts/actions"><img alt="Publish Status" src="https://github.com/simple-keyboard/simple-keyboard-layouts/workflows/Publish/badge.svg?color=green" /></a> <a href="https://gitlab.com/hodgef/simple-keyboard-layouts" target="_blank"><img alt="Mirroring" src="https://github.com/hodgef/simple-keyboard-layouts/actions/workflows/mirroring.yml/badge.svg" /></a>
|
|
7
|
+
|
|
8
|
+
## ✨ Demo
|
|
9
|
+
|
|
10
|
+
[simple-keyboard-layouts demo](https://hodgef.com/simple-keyboard/demos/)
|
|
11
|
+
|
|
12
|
+
## 📦 Installation & Usage
|
|
13
|
+
|
|
14
|
+
Check out the [Getting Started](https://hodgef.com/simple-keyboard/modules/simple-keyboard-layouts/) docs to begin.
|
|
15
|
+
|
|
16
|
+
To fully customize your virtual keyboard, check out the main [simple-keyboard repository](https://github.com/hodgef/simple-keyboard).
|
|
17
|
+
|
|
18
|
+
## 📃 Supported Layouts
|
|
19
|
+
|
|
20
|
+
<blockquote><a href="https://github.com/hodgef/simple-keyboard-layouts/tree/master/src/lib/layouts">Click here to browse the layout files</a></blockquote>
|
|
21
|
+
|
|
22
|
+
- [Arabic](https://hodgef.com/simple-keyboard/demos/?d=arabic)
|
|
23
|
+
- [armenianEastern](https://hodgef.com/simple-keyboard/demos/?d=armenianEastern) - by [vidman22](https://github.com/vidman22)
|
|
24
|
+
- [armenianWestern](https://hodgef.com/simple-keyboard/demos/?d=armenianWestern) - by [vidman22](https://github.com/vidman22)
|
|
25
|
+
- [Assamese](https://hodgef.com/simple-keyboard/demos/?d=assamese) - by [Akhilesh](https://github.com/akki2825)
|
|
26
|
+
- [Balochi](https://hodgef.com/simple-keyboard/demos/?d=balochi) - by [umairayub79](https://github.com/umairayub79)
|
|
27
|
+
- [Belarusian](https://hodgef.com/simple-keyboard/demos/?d=belarusian) - by [maxshuty](https://github.com/maxshuty)
|
|
28
|
+
- [Bengali](https://hodgef.com/simple-keyboard/demos/?d=bengali) - by [adnan360](https://github.com/adnan360)
|
|
29
|
+
- [Brazilian](https://hodgef.com/simple-keyboard/demos/?d=brazilian) - by [imbroisi](https://github.com/imbroisi)
|
|
30
|
+
- [Burmese](https://hodgef.com/simple-keyboard/demos/?d=burmese) - by [U Kyi Win](https://github.com/ukyiwin)
|
|
31
|
+
- [Chinese](https://hodgef.com/simple-keyboard/demos/?d=chinese)
|
|
32
|
+
- [Czech](https://hodgef.com/simple-keyboard/demos/?d=czech) - by [Dmitry Dalimov](https://github.com/slavabogov)
|
|
33
|
+
- [English](https://hodgef.com/simple-keyboard/demos/?d=)
|
|
34
|
+
- [Farsi](https://hodgef.com/simple-keyboard/demos/?d=farsi) - by [Alireza Jahandideh](https://github.com/Youhan)
|
|
35
|
+
- [French](https://hodgef.com/simple-keyboard/demos/?d=french)
|
|
36
|
+
- [Georgian](https://hodgef.com/simple-keyboard/demos/?d=georgian) - by [e404r](https://github.com/e404r)
|
|
37
|
+
- [German](https://hodgef.com/simple-keyboard/demos/?d=german)
|
|
38
|
+
- [Gilaki](https://hodgef.com/simple-keyboard/demos/?d=gilaki) - by [LordArma](https://github.com/LordArma)
|
|
39
|
+
- [Greek](https://hodgef.com/simple-keyboard/demos/?d=greek) - by [maciej-sielski](https://github.com/maciej-sielski)
|
|
40
|
+
- [Hebrew](https://hodgef.com/simple-keyboard/demos/?d=hebrew) - by [vleon1](https://github.com/vleon1)
|
|
41
|
+
- [Hindi](https://hodgef.com/simple-keyboard/demos/?d=hindi)
|
|
42
|
+
- [Hungarian](https://hodgef.com/simple-keyboard/demos/?d=hungarian) - by [Farquaad](https://github.com/Farquaad)
|
|
43
|
+
- [Italian](https://hodgef.com/simple-keyboard/demos/?d=italian)
|
|
44
|
+
- [Japanese](https://hodgef.com/simple-keyboard/demos/?d=japanese)
|
|
45
|
+
- [Kannada](https://hodgef.com/simple-keyboard/demos/?d=kannada) - by [yogishp](https://github.com/yogishp)
|
|
46
|
+
- [Korean](https://hodgef.com/simple-keyboard/demos/?d=korean)
|
|
47
|
+
- [Kurdish](https://hodgef.com/simple-keyboard/demos/?d=kurdish) - by [Goran Gharib](https://github.com/GoRaN909)
|
|
48
|
+
- [Macedonian](https://hodgef.com/simple-keyboard/demos/?d=macedonian) - by [Kristijan Jankuloski](https://github.com/KristijanJankuloski)
|
|
49
|
+
- [Malayalam](https://hodgef.com/simple-keyboard/demos/?d=malayalam) - by [Sajad J](https://github.com/4gon)
|
|
50
|
+
- [Nigerian](https://hodgef.com/simple-keyboard/demos/?d=nigerian) - by [Benson Muite](https://github.com/bkmgit)
|
|
51
|
+
- [N'ko](https://hodgef.com/simple-keyboard/demos/?d=nko) - by [kjitteh](https://github.com/kjitteh)
|
|
52
|
+
- [Norwegian](https://hodgef.com/simple-keyboard/demos/?d=norwegian) - by [Prakriti Tiwari](https://github.com/prakriti89)
|
|
53
|
+
- [Odia](https://hodgef.com/simple-keyboard/demos/?d=odia) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
54
|
+
- [Polish](https://hodgef.com/simple-keyboard/demos/?d=polish) - by [maciej-sielski](https://github.com/maciej-sielski)
|
|
55
|
+
- [Punjabi](https://hodgef.com/simple-keyboard/demos/?d=punjabi) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
56
|
+
- [Russian](https://hodgef.com/simple-keyboard/demos/?d=russian)
|
|
57
|
+
- [Russian Old](https://hodgef.com/simple-keyboard/demos/?d=russian-old) - by [maxshuty](https://github.com/maxshuty)
|
|
58
|
+
- [Sindhi](https://hodgef.com/simple-keyboard/demos/?d=sindhi) - by [Salman Sattar](https://github.com/salman65)
|
|
59
|
+
- [Spanish](https://hodgef.com/simple-keyboard/demos/?d=spanish)
|
|
60
|
+
- [Swedish](https://hodgef.com/simple-keyboard/demos/?d=swedish) - by [wpressdev](https://github.com/wpressdev)
|
|
61
|
+
- [Telugu](https://hodgef.com/simple-keyboard/demos/?d=telugu) - by [Kuldeep Kumar](https://github.com/sonukuldeep)
|
|
62
|
+
- [Thai](https://hodgef.com/simple-keyboard/demos/?d=thai)
|
|
63
|
+
- [Turkish](https://hodgef.com/simple-keyboard/demos/?d=turkish) - by [Caglar Turali](https://github.com/caglarturali)
|
|
64
|
+
- [Ukrainian](https://hodgef.com/simple-keyboard/demos/?d=ukrainian) - by [boomsya](https://github.com/boomsya)
|
|
65
|
+
- [Urdu](https://hodgef.com/simple-keyboard/demos/?d=urdu) - by [Salman Sattar](https://github.com/salman65)
|
|
66
|
+
- [Urdu Standard](https://hodgef.com/simple-keyboard/demos/?d=urdu-standard) - by [Umara Iftikhar](https://github.com/imaneumma)
|
|
67
|
+
- [Uyghur](https://hodgef.com/simple-keyboard/demos/?d=uyghur) - by [Ailiniyazi Maimaiti](https://github.com/memeteli)
|
|
68
|
+
|
|
69
|
+
## 🌟 Contributing
|
|
70
|
+
|
|
71
|
+
We thank the community for the layout submissions! We've paused consideration of new layouts at the moment. Please feel free to file an issue if you spot an issue in an existing layout.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Arabic
|
|
5
|
+
*/
|
|
6
|
+
exports.default = {
|
|
7
|
+
layout: {
|
|
8
|
+
default: [
|
|
9
|
+
"\u0630 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
|
|
10
|
+
"{tab} \u0636 \u0635 \u062B \u0642 \u0641 \u063A \u0639 \u0647 \u062E \u062D \u062C \u062F \\",
|
|
11
|
+
"{lock} \u0634 \u0633 \u064A \u0628 \u0644 \u0627 \u062A \u0646 \u0645 \u0643 \u0637 {enter}",
|
|
12
|
+
"{shift} \u0626 \u0621 \u0624 \u0631 \u0644\u0627 \u0649 \u0629 \u0648 \u0632 \u0638 {shift}",
|
|
13
|
+
".com @ {space}",
|
|
14
|
+
],
|
|
15
|
+
shift: [
|
|
16
|
+
"\u0651 ! @ # $ % ^ & * ) ( _ + {bksp}",
|
|
17
|
+
"{tab} \u064E \u064B \u064F \u064C \u0644\u0625 \u0625 \u2018 \u00F7 \u00D7 \u061B < > |",
|
|
18
|
+
'{lock} \u0650 \u064D ] [ \u0644\u0623 \u0623 \u0640 \u060C / : " {enter}',
|
|
19
|
+
"{shift} ~ \u0652 } { \u0644\u0622 \u0622 \u2019 , . \u061F {shift}",
|
|
20
|
+
".com @ {space}",
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Armenian Eastern
|
|
5
|
+
* Source: vidman22 (https://github.com/vidman22)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
'՝ : ձ յ ՛ , - . « » օ ռ ժ {bksp}',
|
|
11
|
+
'{tab} խ ւ է ր տ ե ը ի ո պ չ ջ',
|
|
12
|
+
"{lock} ա ս դ ֆ ք հ ճ կ լ թ փ ' {enter}",
|
|
13
|
+
'{shift} զ ց գ վ բ ն մ շ ղ ծ {shift}',
|
|
14
|
+
'.com @ {space}',
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
'՜ 1 Ձ Յ 3 4 9 և ( ) Օ Ռ Ժ {bksp}',
|
|
18
|
+
'{tab} Խ Ւ Է Ր Տ Ե Ը Ի Ո Պ Չ Ջ',
|
|
19
|
+
'{lock} Ա Ս Դ Ֆ Ք Հ Ճ Կ Լ Թ Փ ՞ {enter}',
|
|
20
|
+
'{shift} Զ Ց Գ Վ Բ Ն Մ Շ Ղ Ծ {shift}',
|
|
21
|
+
'.com @ {space}',
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Armenian Western
|
|
5
|
+
* Source: vidman22 (https://github.com/vidman22)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
'՝ : ձ յ ՛ , - . « » օ ռ ժ {bksp}',
|
|
11
|
+
'{tab} խ վ է ր դ ե ը ի ո պ չ ջ',
|
|
12
|
+
"{lock} ա ս տ ֆ կ հ ճ ք լ թ փ ' {enter}",
|
|
13
|
+
'{shift} զ ց գ ւ բ ն մ շ ղ ծ {shift}',
|
|
14
|
+
'.com @ {space}',
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
'՜ 1 Ձ Յ 3 4 9 և ( ) Օ Ռ Ժ {bksp}',
|
|
18
|
+
'{tab} Խ Վ Է Ր Դ Ե Ը Ի Ո Պ Չ Ջ',
|
|
19
|
+
'{lock} Ա Ս Տ Ֆ Կ Հ Ճ Ք Լ Թ Փ ՞ {enter}',
|
|
20
|
+
'{shift} Զ Ց Գ Ւ Բ Ն Մ Շ Ղ Ծ {shift}',
|
|
21
|
+
'.com @ {space}',
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Assamese
|
|
5
|
+
* Source: Akhilesh (https://github.com/akki2825)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
"\u0965 \u09e7 \u09e8 \u09e9 \u09ea \u09eb \u09ec \u09ed \u09ee \u09ef \u09e6 \u002d \u09c3 {bksp}",
|
|
11
|
+
"{tab} \u09cc \u09c8 \u09be \u09c0 \u09c2 \u09ac \u09b9 \u0997 \u09a6 \u099c \u09a1 \u09bc",
|
|
12
|
+
"\u09cb \u09c7 \u09cd \u09bf \u09c1 \u09aa \u09f0 \u0995 \u09a4 \u099a \u099f {enter}",
|
|
13
|
+
"{shift} \u0982 \u09ae \u09a8 \u09f1 \u09b2 \u09b8 \u002c \u002e \u09df {shift}",
|
|
14
|
+
".com @ {space}",
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
"\u0021 \u0040 ( ) \u0983 \u098b {bksp}",
|
|
18
|
+
"{tab} \u0994 \u0990 \u0986 \u0998 \u098a \u09ad \u0999 \u0998 \u09a7 \u099d \u09a2 \u099e",
|
|
19
|
+
"\u0993 \u098f \u0985 \u0987 \u0989 \u09ab \u0996 \u09a5 \u099b \u099b \u09a0 {enter}",
|
|
20
|
+
"{shift} \u0981 \u09a3 \u09b6 \u09b7 \u0964 \u09af {shift}",
|
|
21
|
+
".com @ {space}",
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Balochi
|
|
5
|
+
* Source: umairayub79 (https://github.com/umairayub79)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
"\u064B \u0661 \u0662 \u0663 \u06F4 \u06F5 \u06f6 \u06f7 \u06f8 \u06f9 \u06f0 - = {bksp}",
|
|
11
|
+
"{tab} \u0642 \u0648 \u0639 \u0631 \u062A \u06D2 \u0621 \u0649 \u06C1 \u067E [ ] \\",
|
|
12
|
+
"{lock} \u0627 \u0633 \u062F \u0641 \u06AF \u06BE \u062C \u06A9 \u0644 \u061B \u06C2 {enter}",
|
|
13
|
+
"{shift} \u0632 \u0634 \u0686 \u0637 \u0628 \u0646 \u0645 \u060C \u06D4 \u0652 {shift}",
|
|
14
|
+
".com @ {space}",
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
"~ ! @ # $ \u066A } { * ( ) _ \u0651 + {bksp}",
|
|
18
|
+
"{tab} \u0621\u064F \u0624 \u0621\u0650 \u0691 \u0679 \u0626\u06D2 \u0670 \u0626 \u0652 \u064F \u201C \u201D",
|
|
19
|
+
"{lock} \u0622 \u0635 \u0688 \u0621\u064E \u063A \u062D \u0636 \u062E \u0626\u0650\u06D2 : \u2018 {enter}",
|
|
20
|
+
"{shift} \u0630 \u0698 \u062B \u0638 \u06CC\u0654 \u06BA \u0627\u064E\u0646\u062A \u0650 \u064E \u061F {shift}",
|
|
21
|
+
".com @ {space}",
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Belarusian
|
|
5
|
+
* Source: maxshuty (https://github.com/maxshuty)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
"ё ` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
|
|
11
|
+
"{tab} й ц у к е н г ш ў з х [ ] \\",
|
|
12
|
+
"{lock} ф ы в а п р о л д ж э ; ' {enter}",
|
|
13
|
+
"{shift} я ч с м і т ь б ю , . / {shift}",
|
|
14
|
+
".com @ {space}",
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
"Ё ~ ! @ # $ % ^ & * ( ) _ + {bksp}",
|
|
18
|
+
"{tab} Й Ц У К Е Н Г Ш Ў З Х { } |",
|
|
19
|
+
'{lock} Ф Ы В А П Р О Л Д Ж Э : " {enter}',
|
|
20
|
+
"{shift} Я Ч С М І Т Ь Б Ю < > ? {shift}",
|
|
21
|
+
".com @ {space}",
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Bengali
|
|
5
|
+
* Source: adnan360 (https://github.com/adnan360)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
"\u200C \u09e7 \u09e8 \u09e9 \u09ea \u09eb \u09ec \u09ed \u09ee \u09ef \u09e6 - = {bksp}",
|
|
11
|
+
"{tab} \u09b8 \u09b9 \u09c7 \u09be \u09bf \u09c1 \u09cb \u0995 \u0997 \u0999 \u09af \u0982 \u09cd",
|
|
12
|
+
"{lock} \u0985 \u0987 \u0989 \u099f \u09a1 \u09a8 \u09a4 \u09a6 \u09aa ; ' {enter}",
|
|
13
|
+
"{shift} \u09ac \u09ae \u099a \u099c \u09b0 \u09b2 \u09b6 , . / {shift}",
|
|
14
|
+
".com @ {space}",
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
"\u200d ! \u09cd\u09af \u09cd\u09b0 \u09f3 \u0025 \u0964 \u09b0\u09cd \u00d7 ( ) \u0981 + {bksp}",
|
|
18
|
+
"{tab} \u0993 \u0994 \u09c8 \u09c3 \u09c0 \u09c2 \u09cc \u0996 \u0998 \u098b \u09df \u09ce \u0983",
|
|
19
|
+
'{lock} \u0986 \u0988 \u098a \u09a0 \u09a2 \u09a3 \u09a5 \u09a7 \u09ab : " {enter}',
|
|
20
|
+
"{shift} \u09ad \u099e \u099b \u099d \u09dc \u09dd \u09b7 \u098f \u0990 ? {shift}",
|
|
21
|
+
".com @ {space}",
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Brazilian
|
|
5
|
+
*/
|
|
6
|
+
exports.default = {
|
|
7
|
+
layout: {
|
|
8
|
+
default: [
|
|
9
|
+
"' 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
|
|
10
|
+
"{tab} q w e r t y u i o p \u00B4 [",
|
|
11
|
+
"{lock} a s d f g h j k l \u00E7 ~ ] {enter}",
|
|
12
|
+
"{shift} \\ z x c v b n m , . ; / {shift}",
|
|
13
|
+
".com @ {space}",
|
|
14
|
+
],
|
|
15
|
+
shift: [
|
|
16
|
+
'" ! @ # $ % \u0308 & * ( ) _ + {bksp}',
|
|
17
|
+
"{tab} Q W E R T Y U I O P ` {",
|
|
18
|
+
"{lock} A S D F G H J K L \u00C7 ^ } {enter}",
|
|
19
|
+
"{shift} | Z X C V B N M < > : ? {shift}",
|
|
20
|
+
".com @ {space}",
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Layout: Burmese
|
|
5
|
+
* Source: U Kyi Win (https://github.com/ukyiwin)
|
|
6
|
+
*/
|
|
7
|
+
exports.default = {
|
|
8
|
+
layout: {
|
|
9
|
+
default: [
|
|
10
|
+
"\u1050 \u1041 \u1042 \u1043 \u1044 \u1045 \u1046 \u1047 \u1048 \u1049 \u1040 \u002D \u003D {bksp}",
|
|
11
|
+
"{tab} \u1006 \u1010 \u1014 \u1019 \u1021 \u1015 \u1000 \u1004 \u101E \u1005 \u101F \u1029 \u104F",
|
|
12
|
+
"{lock} \u1031 \u103A \u102D \u1039 \u102B \u1037 \u103B \u102F \u1030 \u1038 \u0027 {enter}",
|
|
13
|
+
"{shift} \u1016 \u1011 \u1001 \u101C \u1018 \u100A \u102C \u002C \u002E \u002F {shift}",
|
|
14
|
+
".com @ {space}",
|
|
15
|
+
],
|
|
16
|
+
shift: [
|
|
17
|
+
"\u100E \u100D \u1052 \u100B \u1053 \u1054 \u1055 \u101B \u002A \u0028 \u0029 \u005F \u002B {bksp}",
|
|
18
|
+
"{tab} \u1008 \u101D \u1023 \u104E \u1024 \u104C \u1025 \u104D \u103F \u100F \u1027 \u102A \u1051",
|
|
19
|
+
"{lock} \u1017 \u103D \u102E \u1064 \u103C \u1036 \u1032 \u1012 \u1013 \u1002 \u0022 {enter}",
|
|
20
|
+
"{shift} \u1007 \u100C \u1003 \u1020 \u101A \u1009 \u1026 \u104A \u104B \u003F {shift}",
|
|
21
|
+
".com @ {space}",
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
};
|