diff options
| author | Jules Aguillon | 2024-12-07 22:29:15 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-12-07 22:29:15 +0100 |
| commit | baa16d742baea0496b67ac6ab125a3ee163e15a4 (patch) | |
| tree | 609987da0057590b54d866fe8d77769be118df8e /srcs/layouts/kann_kannada.xml | |
| parent | ba02a3e305899546267cabb36d38acd094329e2f (diff) | |
| download | unexpected-keyboard-baa16d742baea0496b67ac6ab125a3ee163e15a4.tar.gz unexpected-keyboard-baa16d742baea0496b67ac6ab125a3ee163e15a4.zip | |
Add support for Kannada
Add language support for Kannada, including a layout and numerals.
Diffstat (limited to 'srcs/layouts/kann_kannada.xml')
| -rw-r--r-- | srcs/layouts/kann_kannada.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/srcs/layouts/kann_kannada.xml b/srcs/layouts/kann_kannada.xml new file mode 100644 index 0000000..07f04d8 --- /dev/null +++ b/srcs/layouts/kann_kannada.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<keyboard name="ಕನ್ನಡ" script="kannada"> + <row> + <key key0="ಕ" key1="ಖ" key2="ಘ" key3="ಙ" key4="ಗ"/> + <key key0="ಚ" key1="ಛ" key2="ಝ" key3="ಞ" key4="ಜ"/> + <key key0="ಟ" key1="ಠ" key2="ಢ" key3="ಣ" key4="ಡ"/> + <key key0="ತ" key1="ಥ" key2="ಧ" key3="ನ" key4="ದ"/> + <key key0="ಪ" key1="ಫ" key2="ಭ" key3="ಮ" key4="ಬ"/> + <key key0="ಯ" key1="ರ" key2="ವ" key3="ಱ" key4="ಲ" key8="ೞ"/> + <key key0="ಶ" key1="ಷ" key2="ಹ" key3="ಳ" key4="ಸ" key8="※"/> + </row> + <row> + <key key0="ಾ" key1="ಅ" key2="ಆ"/> + <key key0="ಿ" key1="ಇ" key2="ಈ" key4="ೀ"/> + <key key0="ು" key1="ಉ" key2="ಊ" key4="ೂ"/> + <key key0="ೃ" key1="ಋ" key2="ೠ" key3="ಌ" key4="ೄ" key5="ೡ" key6="ೣ" key8="ೢ"/> + <key key0="ೆ" key1="ಎ" key2="ಏ" key4="ೇ" key6="ೕ"/> + <key key0="ೈ" key1="ಐ" key2="ಒ" key4="ೊ" key5="ೖ"/> + <key key0="ೋ" key1="ಓ" key2="ಔ" key4="ೌ"/> + </row> + <row> + <key key0="್" key1="\@" key2="&" key8="಼"/> + <key key0="ಂ" key1="₹" key2="卐" key3="!" key4="\?" key7="ॐ"/> + <key key0="ಃ" key5="ೲ" key6="ೱ" key7="ಽ"/> + <key key0="।" key1="'" key2=""" key3="." key4="," key5="∪" key6="॥" key8="॰"/> + <key key0="೦" key3="-" key4="_" key5=":" key6=";" key8="•"/> + <key key0="೫" key1="೧" key2="೩" key3="೭" key4="೯" key5="೪" key6="೬" key7="೨" key8="೮"/> + <key key0="backspace" key2="delete"/> + </row> +</keyboard> |
