diff options
| author | Jules Aguillon | 2022-10-23 21:34:05 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-23 21:37:04 +0200 |
| commit | 36e10a792ffd034ffb56e48e2e2282f6ae16cc8d (patch) | |
| tree | af8b28705250fd8a1a685d0bc79c759cd5b66059 /res/xml/hindi.xml | |
| parent | 55cece796588ad58646d9ea877912510af06e24e (diff) | |
| download | unexpected-keyboard-36e10a792ffd034ffb56e48e2e2282f6ae16cc8d.tar.gz unexpected-keyboard-36e10a792ffd034ffb56e48e2e2282f6ae16cc8d.zip | |
Add the capslock key
The key enable caps lock immediately. It does nothing if caps lock is
already enabled.
It is not present on the keyboard by default but a place is defined on
every layout, top-right of the shift key. It can be enabled in the
settings.
The icon is from materialdesignicons.com.
Diffstat (limited to 'res/xml/hindi.xml')
| -rw-r--r-- | res/xml/hindi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/hindi.xml b/res/xml/hindi.xml index feb95fb..cf8e038 100644 --- a/res/xml/hindi.xml +++ b/res/xml/hindi.xml @@ -24,7 +24,7 @@ <key key0="त" key1="थ" key2="ख़" key3="(" key4=")"/> </row> <row> - <key width="1.4" key0="shift"/> + <key width="1.4" key0="shift" key2="loc capslock"/> <key shift="0.1" key0="ट" key1="ठ" key2="ड़" key3="\#" key4="*"/> <key key0="ं" key1="ँ" key2="।" key3="ॐ" key4="\@"/> <key key0="म" key1="ण" key2="य" key3="य़" key4="%"/> |
