aboutsummaryrefslogtreecommitdiff
path: root/dotXCompose
diff options
context:
space:
mode:
authorMark Shoulson <mark@kli.org>2012-03-07 09:45:16 -0500
committerMark Shoulson <mark@kli.org>2012-03-07 09:50:36 -0500
commit1431f723c8b508255702996f6bed50a9f88f2018 (patch)
treeaceddfaf773a8d0456c07f26dfbc19e675cd6cc3 /dotXCompose
parentupside-down a and funny smiley. (diff)
downloaddotXCompose-1431f723c8b508255702996f6bed50a9f88f2018.tar.gz
dotXCompose-1431f723c8b508255702996f6bed50a9f88f2018.tar.bz2
dotXCompose-1431f723c8b508255702996f6bed50a9f88f2018.zip
Regularize ∘ with other ops (and avoid conflict with fraktur)
Diffstat (limited to 'dotXCompose')
-rw-r--r--dotXCompose2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose
index ec1ac75..e46182a 100644
--- a/dotXCompose
+++ b/dotXCompose
@@ -203,7 +203,7 @@ include "%L"
<Multi_key> <backslash> <slash> : "∨" U2228 # LOGICAL OR
<Multi_key> <backslash> <underscore> <slash> : "⊻" U22BB # XOR
<Multi_key> <minus> <comma> : "¬" U00AC # NOT SIGN
-<Multi_key> <o> <asterisk> : "∘" U2218 # RING OPERATOR (function composition)
+<Multi_key> <Multi_key> <asterisk> <o> : "∘" U2218 # RING OPERATOR (function composition)
<Multi_key> <Multi_key> <asterisk> <x> : "⨯" U2A2F # CROSS PRODUCT
<Multi_key> <Multi_key> <asterisk> <period> : "⋅" U22C5 # DOT OPERATOR (dot product)
<Multi_key> <0> <slash> : "∅" U2205 # EMPTY SET (thanks jsled!)