mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 17:58:44 +02:00
Add compose sequence for U+20B9 INDIAN RUPEE SIGN
The compose sequence for the new Indian Rupee sign is modelled after the sequence for the Euro sign. Signed-off-by: Gioele Barabucci <gioele@svario.it> Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
6101b967b6
commit
78fe1becb6
1 changed files with 4 additions and 1 deletions
|
|
@ -200,7 +200,10 @@ XCOMM "₲" U20b2 GUARANI SIGN
|
|||
XCOMM "₳" U20b3 AUSTRAL SIGN
|
||||
XCOMM "₴" U20b4 HRYVNIA SIGN
|
||||
XCOMM "₵" U20b5 CEDI SIGN
|
||||
|
||||
<Multi_key> <R> <equal> : "₹" U20b9 # INDIAN RUPEE SIGN
|
||||
<Multi_key> <equal> <R> : "₹" U20b9 # INDIAN RUPEE SIGN
|
||||
<Multi_key> <r> <equal> : "₹" U20b9 # INDIAN RUPEE SIGN
|
||||
<Multi_key> <equal> <r> : "₹" U20b9 # INDIAN RUPEE SIGN
|
||||
|
||||
<Multi_key> <bar> <C> : "¢" cent # CENT SIGN
|
||||
<Multi_key> <bar> <c> : "¢" cent # CENT SIGN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue