configuration/common/Compose
2022-06-22 10:29:27 -07:00

102 lines
4.4 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Spaces
<Multi_key> <space> <0> : " " # figure space
<Multi_key> <space> <bar> : " " # thin space
<Multi_key> <space> <m> : " " # em space
<Multi_key> <space> <semicolon> : " " # non-breaking space
<Multi_key> <space> <z> : "" # zero-width space
# Punctuation
<Multi_key> <exclam> <question> : "‽" # interrobang
<Multi_key> <grave> <apostrophe> : "" # prime
<Multi_key> <grave> <quotedbl> : "″" # double prime
<Multi_key> <greater> <greater> : "»" # right double angle quotation mark
<Multi_key> <less> <less> : "«" # left double angle quotation mark
<Multi_key> <minus> <minus> : "—" # em dash
<Multi_key> <minus> <n> : "" # en dash
<Multi_key> <minus> <question> : "­" # soft hyphen
<Multi_key> <minus> <semicolon> : "" # non-breaking hyphen
<Multi_key> <o> <o> : "°" # degree
<Multi_key> <period> <bar> : "⋮" # vertical ellipsis
<Multi_key> <period> <minus> : "·" # middle dot
<Multi_key> <period> <period> : "…" # horizontal ellipsis
# Mathematical operators
<Multi_key> <asciitilde> <equal> : "≈" # almost equal to
<Multi_key> <exclam> <equal> : "≠" # not equal to
<Multi_key> <greater> <equal> : "≥" # greater-than or equal to
<Multi_key> <less> <equal> : "≤" # less-than or equal to
<Multi_key> <minus> <0> : "" # minus sign
<Multi_key> <plus> <minus> : "±" # plus-minus sign
<Multi_key> <v> <slash> : "√" # square root
<Multi_key> <x> <x> : "×" # multiplication sign
# Geometric symbols
<Multi_key> <asciicircum> <bar> : "↑" # up arrow
<Multi_key> <bar> <v> : "↓" # down arrow
<Multi_key> <equal> <greater> : "⇒" # right double arrow
<Multi_key> <less> <greater> : "↔" # left-right arrow
<Multi_key> <less> <minus> : "←" # left arrow
<Multi_key> <minus> <greater> : "→" # right arrow
# Numbers
<Multi_key> <p> <i> : "π" # pi
<Multi_key> <8> <8> : "∞" # infinity
<Multi_key> <1> <2> : "½" # one half
<Multi_key> <1> <3> : "⅓" # one third
<Multi_key> <2> <3> : "⅔" # two thirds
<Multi_key> <1> <4> : "¼" # one fourth
<Multi_key> <3> <4> : "¾" # three fourths
<Multi_key> <1> <5> : "⅕" # one fifth
<Multi_key> <2> <5> : "⅖" # two fifths
<Multi_key> <3> <5> : "⅗" # three fifths
<Multi_key> <4> <5> : "⅘" # four fifths
<Multi_key> <1> <6> : "⅙" # one sixth
<Multi_key> <5> <6> : "⅚" # five sixths
<Multi_key> <1> <7> : "⅐" # one seventh
<Multi_key> <1> <8> : "⅛" # one eighth
<Multi_key> <3> <8> : "⅜" # three eighths
<Multi_key> <5> <8> : "⅝" # five eighths
<Multi_key> <7> <8> : "⅞" # seven eighths
<Multi_key> <1> <9> : "⅑" # one ninth
<Multi_key> <1> <0> : "⅒" # one tenth
# Letters and letterlike symbols
<Multi_key> <a> <e> : "æ" # ae ligature
<Multi_key> <a> <grave> : "à" # a with grave
<Multi_key> <c> <bar> : "¢" # cent sign
<Multi_key> <c> <o> : "©" # copyright sign
<Multi_key> <m> <u> : "µ" # micro sign
<Multi_key> <n> <asciitilde> : "ñ" # n with tilde
<Multi_key> <p> <p> : "¶" # pilcrow sign
<Multi_key> <s> <s> : "§" # section sign
<Multi_key> <t> <m> : "™" # trade mark sign
<Multi_key> <u> <colon> : "ü" # u with diaeresis
# Superscript
<Multi_key> <asciicircum> <minus> : "⁻" # superscript minus
<Multi_key> <asciicircum> <plus> : "⁺" # superscript plus sign
<Multi_key> <asciicircum> <0> : "⁰" # superscript zero
<Multi_key> <asciicircum> <1> : "¹" # superscript one
<Multi_key> <asciicircum> <2> : "²" # superscript two
<Multi_key> <asciicircum> <3> : "³" # superscript three
<Multi_key> <asciicircum> <4> : "⁴" # superscript four
<Multi_key> <asciicircum> <5> : "⁵" # superscript five
<Multi_key> <asciicircum> <6> : "⁶" # superscript six
<Multi_key> <asciicircum> <7> : "⁷" # superscript seven
<Multi_key> <asciicircum> <8> : "⁸" # superscript eight
<Multi_key> <asciicircum> <9> : "⁹" # superscript nine
<Multi_key> <asciicircum> <n> : "ⁿ" # superscript n
# Subscript
<Multi_key> <underscore> <minus> : "₋" # subscript minus
<Multi_key> <underscore> <plus> : "₊" # subscript plus sign
<Multi_key> <underscore> <0> : "₀" # subscript zero
<Multi_key> <underscore> <1> : "₁" # subscript one
<Multi_key> <underscore> <2> : "₂" # subscript two
<Multi_key> <underscore> <3> : "₃" # subscript three
<Multi_key> <underscore> <4> : "₄" # subscript four
<Multi_key> <underscore> <5> : "₅" # subscript five
<Multi_key> <underscore> <6> : "₆" # subscript six
<Multi_key> <underscore> <7> : "₇" # subscript seven
<Multi_key> <underscore> <8> : "₈" # subscript eight
<Multi_key> <underscore> <9> : "₉" # subscript nine