diff options
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 874e5ac..15d8376 100644 --- a/dotXCompose +++ b/dotXCompose @@ -57,6 +57,8 @@ 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> <0> <slash> : "∅" U2205 # EMPTY SET (thanks jsled!) +<Multi_key> <slash> <0> : "∅" U2205 # EMPTY SET <Multi_key> <E> <E> : "∃" U2203 # THERE EXISTS <Multi_key> <exclam> <E> <E> : "∄" U2204 # THERE DOES NOT EXIST <Multi_key> <A> <A> : "∀" U2200 # FOR ALL @@ -254,4 +256,4 @@ include "%L" # See also http://bleah.co.uk/~simon/stuff/XCompose # and http://dotfiles.org/~inky/.XCompose -# and http://paste.lisp.org/display/73094
\ No newline at end of file +# and http://paste.lisp.org/display/73094 |