mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 20:48:05 +02:00
Make the compose sequence for ẞ work.
There is no XK_Ssharp symbol for U+1E9E LATIN CAPITAL LETTER SHARP S, so use the U1e9e symbol in the Compose sequence. (Compose sequences do not work when the target symbol is unknown.) Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
2ca641c3a5
commit
f437819361
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ XCOMM Spaces
|
|||
<Multi_key> <minus> <d> : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE
|
||||
<Multi_key> <minus> <D> : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE
|
||||
<Multi_key> <s> <s> : "ß" ssharp # LATIN SMALL LETTER SHARP S
|
||||
<Multi_key> <S> <S> : "ẞ" Ssharp # LATIN CAPITAL LETTER SHARP S
|
||||
<Multi_key> <S> <S> : "ẞ" U1e9e # LATIN CAPITAL LETTER SHARP S
|
||||
|
||||
<Multi_key> <o> <e> : "œ" oe # LATIN SMALL LIGATURE OE
|
||||
<Multi_key> <O> <E> : "Œ" OE # LATIN CAPITAL LIGATURE OE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue