diff options
| author | Luke Videckis | 2023-10-20 03:59:19 -0700 |
|---|---|---|
| committer | GitHub | 2023-10-20 12:59:19 +0200 |
| commit | 7b7202ec1b4190ea124beb186d38133af3a3f67c (patch) | |
| tree | f8dac8211538f72fe335c04236c6da232f2ae687 | |
| parent | 33653a94cb7138007a3b1da69a6c3eef1d5ad285 (diff) | |
| download | unexpected-keyboard-7b7202ec1b4190ea124beb186d38133af3a3f67c.tar.gz unexpected-keyboard-7b7202ec1b4190ea124beb186d38133af3a3f67c.zip | |
Add `*` and `@` to Hindi layout (#480)
| -rw-r--r-- | res/xml/deva_alt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/deva_alt.xml b/res/xml/deva_alt.xml index 453285c..13972dc 100644 --- a/res/xml/deva_alt.xml +++ b/res/xml/deva_alt.xml @@ -19,7 +19,7 @@ <key width="0.9" key0="ो" key1="ओ" key2="औ" key4="ौ"/> </row> <row> - <key key0="्" key2="tab" key4="esc"/> + <key key0="्" key2="*" key4="\@"/> <key key0="ँ" key1="₹" key2="॑" key3="ॖ" key4="॓"/> <key key0="ं" key1="ॐ" key2="ऽ" key3="ः" key4="""/> <key key0="।" key1="," key2=";" key3="!" key4="\?"/> |
