diff options
author | Kragen Javier Sitaker <kragen@canonical.org> | 2009-01-12 10:35:27 -0300 |
---|---|---|
committer | Kragen Javier Sitaker <kragen@canonical.org> | 2009-01-12 10:35:27 -0300 |
commit | f5f9a03f01f2b2ddd64f5af2ee56cd4fa6565f58 (patch) | |
tree | ea3f73bccab9b0fcb6349c693d50076a21f6bdf7 | |
parent | Some changes, a few new chars. (diff) | |
download | dotXCompose-f5f9a03f01f2b2ddd64f5af2ee56cd4fa6565f58.tar.gz dotXCompose-f5f9a03f01f2b2ddd64f5af2ee56cd4fa6565f58.tar.bz2 dotXCompose-f5f9a03f01f2b2ddd64f5af2ee56cd4fa6565f58.zip |
maybe we can use /EE instead of !EE or "does not exist"?
-rw-r--r-- | dotXCompose | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index fa1e235..14145e4 100644 --- a/dotXCompose +++ b/dotXCompose @@ -49,6 +49,7 @@ include "%L" # Custom additions: Mathematical symbols <Multi_key> <exclam> <equal> : "≠" U2260 # NOT EQUAL TO +<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO <Multi_key> <less> <equal> : "≤" U2264 # LESS-THAN OR EQUAL TO <Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO <Multi_key> <i> <n> : "∈" U2208 # ELEMENT OF @@ -74,7 +75,7 @@ include "%L" <Multi_key> <slash> <0> : "∅" U2205 # EMPTY SET <Multi_key> <E> <E> : "∃" U2203 # THERE EXISTS # We can't use ! E E, because ! E maps to E-WITH-UNDERDOT. -<Multi_key> <exclam> <E> <E> : "∄" U2204 # THERE DOES NOT EXIST +<Multi_key> <slash> <E> <E> : "∄" U2204 # THERE DOES NOT EXIST <Multi_key> <A> <A> : "∀" U2200 # FOR ALL <Multi_key> <Q> <E> <D> : "∎" U220E # END OF PROOF <Multi_key> <8> <8> : "∞" U221E # INFINITY |