mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 13:18:04 +02:00
nls: remove two compose sequences that use deprecated symbols
The last few occurrences of `leftcaret` and `rightcaret` were replaced with `less` and `greater` in xkeyboard-config half a year ago.
This commit is contained in:
parent
6baccbae53
commit
65d89342f5
1 changed files with 0 additions and 2 deletions
|
|
@ -4549,9 +4549,7 @@ XCOMM Mathematical Operators
|
|||
<Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO
|
||||
<Multi_key> <U224D> <U0338> : "≭" U226D # NOT EQUIVALENT TO
|
||||
<Multi_key> <less> <U0338> : "≮" U226E # NOT LESS-THAN
|
||||
<Multi_key> <leftcaret> <U0338> : "≮" U226E # NOT LESS-THAN
|
||||
<Multi_key> <greater> <U0338> : "≯" U226F # NOT GREATER-THAN
|
||||
<Multi_key> <rightcaret> <U0338> : "≯" U226F # NOT GREATER-THAN
|
||||
<Multi_key> <lessthanequal> <U0338> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO
|
||||
<Multi_key> <greaterthanequal> <U0338> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO
|
||||
<Multi_key> <U2272> <U0338> : "≴" U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue