diff options
-rw-r--r-- | dotXCompose | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 3531d3e..6d65009 100644 --- a/dotXCompose +++ b/dotXCompose @@ -140,6 +140,9 @@ include "%L" <Multi_key> <backslash> <slash> : "∨" U2228 # LOGICAL OR <Multi_key> <backslash> <underscore> <slash> : "⊻" U22BB # XOR <Multi_key> <o> <asterisk> : "∘" U2218 # RING OPERATOR (function composition) +<Multi_key> <asterisk> <x> : "×" UXD7 # TIMES X (cross product) +<Multi_key> <asterisk> <period> : "⋅" U22C5 # DOT OPERATOR (dot product) +#⋅ <Multi_key> <0> <slash> : "∅" U2205 # EMPTY SET (thanks jsled!) <Multi_key> <slash> <0> : "∅" U2205 # EMPTY SET # I'm hoping { can work as a set mnemonic |