mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 03:58:03 +02:00
nls: add two compose sequences for currency symbol ฿ (the Thai baht)
The compose sequences are obvious: the capital B plus the vertical bar. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
2ff401a472
commit
5433cb9351
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ XCOMM Currencies
|
|||
<Multi_key> <equal> <Y> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <y> <equal> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <equal> <y> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <B> <bar> : "฿" U0e3f # THAI CURRENCY SYMBOL BAHT
|
||||
<Multi_key> <bar> <B> : "฿" U0e3f # THAI CURRENCY SYMBOL BAHT
|
||||
<Multi_key> <C> <E> : "₠" U20a0 # EURO-CURRENCY SIGN
|
||||
<Multi_key> <C> <slash> : "₡" U20a1 # COLON SIGN
|
||||
<Multi_key> <slash> <C> : "₡" U20a1 # COLON SIGN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue