We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a18914 commit 6b8e8ceCopy full SHA for 6b8e8ce
XCompose
@@ -138,5 +138,9 @@ include "/usr/share/X11/locale/en_US.UTF-8/Compose"
138
<Multi_key> <O> <o> : "•" U2022 # SMALL DOT
139
<Multi_key> <T> <M> : "™" U2122 # TRADE MARK SIGN
140
141
-<Multi_key> <-> <-> : "–" U2013 # EN DASH
142
-<Multi_key> <_> <_> : "—" U2014 # EM DASH
+<Multi_key> <minus> <minus> : "–" U2013 # EN DASH
+<Multi_key> <underscore> <underscore> : "—" U2014 # EM DASH
143
+
144
+<Multi_key> <p> <g> : "§" U00A7 # SECTION SIGN
145
146
+<Multi_key> <bar> <bar> : "⊢" U22A2 # RIGHT TACK / TURNSTILE
0 commit comments