diff options
| author | Jagadeeshan S | 2024-12-29 15:18:43 +0530 |
|---|---|---|
| committer | GitHub | 2024-12-29 10:48:43 +0100 |
| commit | 78974b7453c271ada77497c0293d045d0e78dfe2 (patch) | |
| tree | 67e683efac234be3677b74b7c595db9b64d21ec0 /srcs/compose | |
| parent | 1a4e61557f384261b446b5ae91ae254bf0372fc6 (diff) | |
| download | unexpected-keyboard-78974b7453c271ada77497c0293d045d0e78dfe2.tar.gz unexpected-keyboard-78974b7453c271ada77497c0293d045d0e78dfe2.zip | |
Tamil layout: Shift and fn changes (#853)
Signed-off-by: Jagadeeshan S <jagadeeshanmsj@gmail.com>
Diffstat (limited to 'srcs/compose')
| -rw-r--r-- | srcs/compose/fn.json | 9 | ||||
| -rw-r--r-- | srcs/compose/shift.json | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/srcs/compose/fn.json b/srcs/compose/fn.json index 67bc295..86d6f6d 100644 --- a/srcs/compose/fn.json +++ b/srcs/compose/fn.json @@ -248,5 +248,12 @@ "ۆ": "combining_arabic_v", "س": "ـ", "ف": "ڤ", - "ن": "ں" + "ن": "ں", + + // Tamil + "ய": ":௰", + "ஒ": ":ௐ", + "ள": ":௱", + "ச": ":௲", + "வ": ":௳" } diff --git a/srcs/compose/shift.json b/srcs/compose/shift.json index 0aa79b7..d37970b 100644 --- a/srcs/compose/shift.json +++ b/srcs/compose/shift.json @@ -82,12 +82,6 @@ "હ": "ઃ", // Tamil alternate characters "௹": "₨", - "ய": ":௰", - "ஒ": ":ௐ", - "ள": ":௱", - "ச": ":௲", - "வ": ":௳", - // Modern Hindi and Sanskrit "अ": "आ", "इ": "ई", |
