aboutsummaryrefslogtreecommitdiff
path: root/dotXCompose
diff options
context:
space:
mode:
authorMark Shoulson <mark@kli.org>2016-06-09 15:31:57 -0400
committerMark Shoulson <mark@kli.org>2016-11-21 11:41:28 -0500
commitb8f0c20e3af9d5795d4bf22efa83868e796fe704 (patch)
tree7252b7225113a687bd7b1665db9a6e7cd30ac1a4 /dotXCompose
parentBunch of Latin ligatures and other funny letters. (diff)
downloaddotXCompose-b8f0c20e3af9d5795d4bf22efa83868e796fe704.tar.gz
dotXCompose-b8f0c20e3af9d5795d4bf22efa83868e796fe704.tar.bz2
dotXCompose-b8f0c20e3af9d5795d4bf22efa83868e796fe704.zip
Added BETWEEN and tacks.
Diffstat (limited to 'dotXCompose')
-rw-r--r--dotXCompose4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose
index 610852a..612715c 100644
--- a/dotXCompose
+++ b/dotXCompose
@@ -428,6 +428,7 @@ include "%L"
<Multi_key> <L> <apostrophe> : "」" UFF63 # HALFWIDTH RIGHT CORNER BRACKET
<Multi_key> <7> <quotedbl> : "『" U300E # LEFT WHITE CORNER BRACKET
<Multi_key> <L> <quotedbl> : "』" U300F # RIGHT WHITE CORNER BRACKET
+<Multi_key> <parenleft> <ampersand> <parenright> : "≬" U226C # BETWEEN
<Multi_key> <l> <l> : "ℓ" U2113 # SCRIPT SMALL L
<Multi_key> <bracketleft> <bracketleft> : "⊏" U228F # SQUARE IMAGE OF
<Multi_key> <bracketleft> <equal> : "⊑" U2291 # SQUARE IMAGE OF OR EQUAL TO
@@ -437,6 +438,9 @@ include "%L"
<Multi_key> <bracketright> <underscore> : "⊒" U2292 # SQUARE ORIGINAL OF OR EQUAL TO
# If I did more Haskell, I'd want this more:
<Multi_key> <underscore> <bar> <underscore>: "⊥" U22A5 # UP TACK (bottom) or should we use U27C2 PERPENDICULAR?
+<Multi_key> <underscore> <exclam> <underscore>: "⊤" U22A4 # DOWN TACK (opposite of False)
+<Multi_key> <underscore> <greater> <underscore>: "⊢" U22A2 # RIGHT TACK
+<Multi_key> <underscore> <less> <underscore>: "⊣" U22A2 # LEFT TACK
# Handy for UNIX filenames... but XXX conflicts with standard <Multi_key> <slash> <slash> → "\"
<Multi_key> <slash> <slash> : "⁄" U2044 # FRACTION SLASH