configuration/common/resources/Compose

127 lines
5.3 KiB
Text
Raw Normal View History

# Spaces
2022-06-27 18:10:21 +00:00
<Multi_key> <space> <0> : "" # figure space
<Multi_key> <space> <comma> : "" # thin space
<Multi_key> <space> <m> : "" # em space
<Multi_key> <space> <semicolon> : " " # non-breaking space
2022-01-13 16:28:15 +00:00
<Multi_key> <space> <space> : " " # horizontal tab
<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
2022-08-12 15:45:12 +00:00
<Multi_key> <greater> <period> : "" # right single angle quotation mark
<Multi_key> <less> <less> : "«" # left double angle quotation mark
2022-08-12 15:45:12 +00:00
<Multi_key> <less> <period> : "" # left single 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
# Keyboard keys
<Multi_key> <a> <g> : "⇮" # AltGr
<Multi_key> <a> <l> : "⎇" # Alt
<Multi_key> <b> <a> : "⌫" # Backspace
<Multi_key> <c> <o> : "⎄" # Compose
<Multi_key> <c> <t> : "⎈" # Control
<Multi_key> <d> <e> : "⌦" # Delete
<Multi_key> <e> <s> : "⎋" # Escape
<Multi_key> <p> <r> : "⎙" # Print Screen
<Multi_key> <r> <e> : "↵" # Return
<Multi_key> <s> <h> : "⇧" # Shift
<Multi_key> <s> <u> : "❖" # Super
<Multi_key> <t> <a> : "↹" # Tab
# Numbers
2022-08-19 16:09:52 +00:00
<Multi_key> <0> <slash> : "∅" # null sign
<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
2022-07-04 17:27:59 +00:00
<Multi_key> <c> <less> : "ↄ" # reversed c
<Multi_key> <c> <o> : "©" # copyright sign
<Multi_key> <m> <u> : "µ" # micro sign
<Multi_key> <n> <asciitilde> : "ñ" # n with tilde
2022-07-04 17:27:59 +00:00
<Multi_key> <o> <slash> : "ø" # o with stroke
<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
2022-07-04 17:27:59 +00:00
<Multi_key> <v> <slash> : "ꝟ" # v with stroke
# 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
2021-12-22 18:01:11 +00:00
# Snippets
<Multi_key> <h> <slash> : "https://"