mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 06:18:04 +02:00
nls: delete eight sequences that pointlessly mix upper and lower case
Typing a compose sequence requires some care -- surely the user is able to either keep holding the Shift key or not touch it at all while typing the sequence. Also, compose sequences are not an infinite resource AND take up space and time -- defining redundant ones is a waste. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
ea3cc474e1
commit
2732dd20cc
1 changed files with 0 additions and 8 deletions
|
|
@ -4476,18 +4476,10 @@ XCOMM Letterlike Symbols
|
|||
<Multi_key> <Z> <Z> : "ℤ" U2124 # DOUBLE-STRUCK CAPITAL Z
|
||||
<dead_circumflex> <Multi_key> <S> <M> : "℠" U2120 # SERVICE MARK
|
||||
<Multi_key> <S> <M> : "℠" U2120 # SERVICE MARK
|
||||
<dead_circumflex> <Multi_key> <s> <M> : "℠" U2120 # SERVICE MARK
|
||||
<Multi_key> <s> <M> : "℠" U2120 # SERVICE MARK
|
||||
<dead_circumflex> <Multi_key> <S> <m> : "℠" U2120 # SERVICE MARK
|
||||
<Multi_key> <S> <m> : "℠" U2120 # SERVICE MARK
|
||||
<dead_circumflex> <Multi_key> <s> <m> : "℠" U2120 # SERVICE MARK
|
||||
<Multi_key> <s> <m> : "℠" U2120 # SERVICE MARK
|
||||
<dead_circumflex> <Multi_key> <T> <M> : "™" U2122 # TRADE MARK SIGN
|
||||
<Multi_key> <T> <M> : "™" U2122 # TRADE MARK SIGN
|
||||
<dead_circumflex> <Multi_key> <t> <M> : "™" U2122 # TRADE MARK SIGN
|
||||
<Multi_key> <t> <M> : "™" U2122 # TRADE MARK SIGN
|
||||
<dead_circumflex> <Multi_key> <T> <m> : "™" U2122 # TRADE MARK SIGN
|
||||
<Multi_key> <T> <m> : "™" U2122 # TRADE MARK SIGN
|
||||
<dead_circumflex> <Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN
|
||||
<Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue