diff options
| author | Jules Aguillon | 2024-12-19 00:52:22 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-12-19 00:52:22 +0100 |
| commit | bd2170e04b58d9aed80ef4871daa23e6490c115a (patch) | |
| tree | 83089ff16cc08a4421c20b21b53822f298fe0581 /srcs/compose/shift.json | |
| parent | a1dd0b8f2bc1d47dd29b5fe5860907717012963c (diff) | |
| download | unexpected-keyboard-bd2170e04b58d9aed80ef4871daa23e6490c115a.tar.gz unexpected-keyboard-bd2170e04b58d9aed80ef4871daa23e6490c115a.zip | |
Add Modern Hindi and Sanskrit shift layer
Co-authored-by: npnpatidar <7de6dkm1@duck.com>
Diffstat (limited to 'srcs/compose/shift.json')
| -rw-r--r-- | srcs/compose/shift.json | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/srcs/compose/shift.json b/srcs/compose/shift.json index 57e3490..b3a8bca 100644 --- a/srcs/compose/shift.json +++ b/srcs/compose/shift.json @@ -79,5 +79,37 @@ "મ": "ં", "લ": "ળ", "સ": "શ", - "હ": "ઃ" + "હ": "ઃ", + + // Modern Hindi and Sanskrit + "अ": "आ", + "इ": "ई", + "ि": "ी", + "उ": "ऊ", + "ु": "ू", + "ए": "ऐ", + "े": "ै", + "ओ": "औ", + "ो": "ौ", + "क": "ख", + "ग": "घ", + "च": "छ", + "ज": "झ", + "ट": "ठ", + "ड": "ढ", + "न": "ण", + "त": "थ", + "द": "ध", + "ब": "भ", + "म": "ं", + "ल": "ळ", + "स": "श", + "ह": "ः", + "ऋ": "ॠ", + "ृ": "ॄ", + "ऌ": "ॡ", + "ॢ": "ॣ", + "॒": "॑", + "ॅ": "ॲ", + "ॉ": "ऑ" } |
