diff options
| author | Yogesh-B | 2024-03-04 03:42:52 +0530 |
|---|---|---|
| committer | GitHub | 2024-03-03 23:12:52 +0100 |
| commit | a1de69bcc4c600ccd149ce8311e726cbcea38e6e (patch) | |
| tree | 5bb1364be58c26b0413de3605af39e74326a7b3f /srcs/layouts | |
| parent | 5e5937b0f49e6fe61db29f36a15070d0c1936b88 (diff) | |
| download | unexpected-keyboard-a1de69bcc4c600ccd149ce8311e726cbcea38e6e.tar.gz unexpected-keyboard-a1de69bcc4c600ccd149ce8311e726cbcea38e6e.zip | |
Gujarati phonetic layout (#562)
added shift modifier characters
Add support for gujarati numerals
Co-authored-by: yogesh-b <yogesh@improwised.com>
Diffstat (limited to 'srcs/layouts')
| -rw-r--r-- | srcs/layouts/guj_phonetic_in.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/srcs/layouts/guj_phonetic_in.xml b/srcs/layouts/guj_phonetic_in.xml new file mode 100644 index 0000000..a2e82cf --- /dev/null +++ b/srcs/layouts/guj_phonetic_in.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<keyboard name="ગુજરાતી ફોનેટિક - Gujarati Phonetic" script="gujarati"> + <row> + <key key0="ટ" key1="`" key2="1" key3="!" key4="esc"/> + <key key0="ડ" key1="~" key2="2" key3="\@" key4="\#"/> + <key key0="ે" key1="એ" key2="3" key3="$" key4="૱"/> + <key key0="ર" key1="ઋ" key2="4" key3="ૃ" key4="₹"/> + <key key0="ત" key1="ટ" key2="5" key3="%"/> + <key key0="ય" key2="6" key3="^"/> + <key key0="ુ" key1="ઉ" key2="7" key3="&"/> + <key key0="િ" key1="ઇ" key2="8" key3="*" key4="ઁ"/> + <key key0="ો" key1="ઓ" key2="9" key3="(" key4=")"/> + <key key0="પ" key1="૰" key2="0" key4="॒"/> + </row> + <row> + <key shift="0.5" key0="ા" key1="tab" key3="અ"/> + <key key0="સ" key1="“" key4="”"/> + <key key0="દ" key1="ડ"/> + <key key0="્" key1="ૠ" key3="ૄ"/> + <key key0="ગ" key2="-" key3="_"/> + <key key0="હ" key2="=" key3="+"/> + <key key0="જ" key3="{" key4="}"/> + <key key0="ક" key1="ૢ" key2="ૡ" key3="[" key4="]"/> + <key key0="લ" key1="।" key2="|" key3="\\" key4="॥"/> + </row> + <row> + <key width="1.5" key0="shift" key2="loc capslock"/> + <key key0="ઞ" key1="જ્ઞ" key2="ૅ" key3="ઙ" key4="ઍ"/> + <key key0="ષ" key1="ક્ષ" key2="ૉ" key3="઼" key4="ઑ"/> + <key key0="ચ" key2="<" key3="."/> + <key key0="વ" key2=">" key3=","/> + <key key0="બ" key2="\?" key3="/"/> + <key key0="ન" key2=":" key3=";"/> + <key key0="મ" key1="ૐ" key2=""" key3="'" key4="॑" key6="ઽ"/> + <key width="1.5" key0="backspace" key2="delete"/> + </row> +</keyboard>
\ No newline at end of file |
