mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 10:58:19 +02:00
nls: add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ
This allows the user to type the symbols for the five number systems. This fixes the reasonable part of issue #159. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
95a03cde43
commit
ea3cc474e1
1 changed files with 5 additions and 0 deletions
|
|
@ -4469,6 +4469,11 @@ XCOMM Superscripts and Subscripts
|
|||
<Multi_key> <underscore> <parenright> : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS
|
||||
|
||||
XCOMM Letterlike Symbols
|
||||
<Multi_key> <C> <C> : "ℂ" U2102 # DOUBLE-STRUCK CAPITAL C
|
||||
<Multi_key> <N> <N> : "ℕ" U2115 # DOUBLE-STRUCK CAPITAL N
|
||||
<Multi_key> <Q> <Q> : "ℚ" U211A # DOUBLE-STRUCK CAPITAL Q
|
||||
<Multi_key> <R> <R> : "ℝ" U211D # DOUBLE-STRUCK CAPITAL R
|
||||
<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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue