-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCompose
135 lines (129 loc) · 3.76 KB
/
Compose
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<Multi_key> : {
: @Ligatures
: @Extended_Latin
# Diacritic and common transform prefixes
<apostrophe> : @_acute
<acute> : @_acute
<grave> : @_grave
<comma> : @_comma
<quotedbl> : @_diaeresis
<asciitilde> : @_tilde
<o> : @_ring
<slash> : @_slash
<minus> : @_bar
<KP_Divide> : @_slash
<macron> : @_macron
<underscore> : @_macron
<U> : @_breve
<b> : @_breve
<semicolon> : @_ogonek
<period> : @_dot
<exclam> : @_belowDot
<c> : @_caron
<equal> : @_doubleAcute
<plus> : @_horn
<question> : @_hook
<macron> <quotedbl> : @_diaeresis_macron
<underscore> <quotedbl> : @_diaeresis_macron
<acute> <quotedbl> : @_diaeresis_acute
<apostrophe> <quotedbl> : @_diaeresis_acute
<c> <quotedbl> : @_diaeresis_caron
<grave> <quotedbl> : @_diaeresis_grave
<macron> <period> : @_dot_macron
<underscore> <period> : @_dot_macron
<macron> <semicolon> : @_ogonek_macron
<underscore> <semicolon> : @_ogonek_macron
<acute> <o> : @_ring_acute
<apostrophe> <o> : @_ring_acute
<acute> <slash> : @_slash_acute
<apostrophe> <slash> : @_slash_acute
<acute> <KP_Divide> : @_slash_acute
<apostrophe> <KP_Divide> : @_slash_acute
<macron> <asciitilde> : @_tilde_macron
<underscore> <asciitilde> : @_tilde_macron
<acute> <comma> : @_cedilla_acute
<apostrophe> <comma> : @_cedilla_acute
<grave> <macron> : @_macron_grave
<grave> <underscore> : @_macron_grave
<acute> <macron> : @_macron_acute
<acute> <underscore> : @_macron_acute
<apostrophe> <macron> : @_macron_acute
<apostrophe> <underscore> : @_macron_acute
<U> <comma> : @_cedilla_breve
<b> <comma> : @_cedilla_breve
<macron> <exclam> : @_belowDot_macron
<underscore> <exclam> : @_belowDot_macron
<acute> <asciitilde> : @_tilde_acute
<apostrophe> <asciitilde> : @_tilde_acute
<quotedbl> <asciitilde> : @_tilde_diaeresis
<period> <acute> : @_acute_dot
<period> <apostrophe> : @_acute_dot
<period> <c> : @_caron_dot
<period> <exclam> : @_belowDot_dot
<quotedbl> <macron> : @_macron_diaeresis
<quotedbl> <underscore> : @_macron_diaeresis
<acute> <asciicircum> : @_circumflex_acute
<apostrophe> <asciicircum> : @_circumflex_acute
<grave> <asciicircum> : @_circumflex_grave
<question> <asciicircum> : @_circumflex_hook
<asciitilde> <asciicircum> : @_circumflex_tilde
<asciicircum> <exclam> : @_belowDot_circumflex
<acute> <U> : @_breve_acute
<acute> <b> : @_breve_acute
<apostrophe> <U> : @_breve_acute
<apostrophe> <b> : @_breve_acute
<grave> <U> : @_breve_grave
<grave> <b> : @_breve_grave
<question> <U> : @_breve_hook
<question> <b> : @_breve_hook
<asciitilde> <U> : @_breve_tilde
<asciitilde> <b> : @_breve_tilde
<U> <exclam> : @_belowDot_breve
<b> <exclam> : @_belowDot_breve
<acute> <plus> : @_horn_acute
<apostrophe> <plus> : @_horn_acute
<grave> <plus> : @_horn_grave
<question> <plus> : @_horn_hook
<asciitilde> <plus> : @_horn_tilde
<exclam> <plus> : @_horn_belowDot
<asciicircum> : @_super
<underscore> : @_sub
<underbar> : @_sub
<bar> : @_blackboard
<equal> : @_doubleStroke
<percent> : @_loop
"ℓ" : @_script
}
<dead_acute> : @_acute
<dead_grave> : @_grave
<dead_circumflex> : @_circumflex
<dead_diaeresis> : @_diaeresis
<dead_cedilla> : @_cedillaOrOgonek
<dead_tilde> : @_tilde
<dead_caron> : @_caron
<dead_abovedot> : @_dot
<dead_belowdot> : @_belowDot
<dead_slash> : @_slash
<dead_ogonek> : @_ogonek
<dead_abovering> : @_ring
<dead_doubleacute> : @_doubleAcute
<dead_macron> : @_macron
<dead_breve> : @_breve
<dead_horn> : @_horn
<dead_hook> : @_hook
<dead_iota> : @_iota
<dead_psili> : @_psili
<dead_dasia> : @_dasia
<U030F> : @_doubleGrave
<U0311> : @_invertedBreve
<U0324> : @_belowDiaeresis
<U0325> : @_belowRing
<U0326> : @_comma
<U032D> : @_belowCircumflex
<U032E> : @_belowBreve
<U0330> : @_belowTilde
<U0331> : @_belowLine
"↻" : @_turn
"˞" : @_hooked
<dead_circumflex> : @_superShort
<dead_caron> : @_subShort