diff options
-rw-r--r-- | dotXCompose | 2 |
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!) |