From bd2170e04b58d9aed80ef4871daa23e6490c115a Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 19 Dec 2024 00:52:22 +0100 Subject: Add Modern Hindi and Sanskrit shift layer Co-authored-by: npnpatidar <7de6dkm1@duck.com> --- srcs/compose/shift.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'srcs/compose') 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 + "अ": "आ", + "इ": "ई", + "ि": "ी", + "उ": "ऊ", + "ु": "ू", + "ए": "ऐ", + "े": "ै", + "ओ": "औ", + "ो": "ौ", + "क": "ख", + "ग": "घ", + "च": "छ", + "ज": "झ", + "ट": "ठ", + "ड": "ढ", + "न": "ण", + "त": "थ", + "द": "ध", + "ब": "भ", + "म": "ं", + "ल": "ळ", + "स": "श", + "ह": "ः", + "ऋ": "ॠ", + "ृ": "ॄ", + "ऌ": "ॡ", + "ॢ": "ॣ", + "॒": "॑", + "ॅ": "ॲ", + "ॉ": "ऑ" } -- cgit v1.2.3