diff --git a/res/xml/hindi.xml b/res/xml/hindi.xml index cf8e038..a8787a4 100644 --- a/res/xml/hindi.xml +++ b/res/xml/hindi.xml @@ -1,7 +1,7 @@ - + diff --git a/srcs/juloo.keyboard2/KeyModifier.java b/srcs/juloo.keyboard2/KeyModifier.java index fc98b93..2bb4e08 100644 --- a/srcs/juloo.keyboard2/KeyModifier.java +++ b/srcs/juloo.keyboard2/KeyModifier.java @@ -359,6 +359,7 @@ class KeyModifier return 'II'. To make 'İ' accessible, make it the shift of 'ı'. This has the inconvenient of swapping i and ı on the keyboard. */ case 'ı': return 'İ'; + case '₹': return '₨'; default: return c; } }