diff options
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 7fe7549..8302b0b 100644 --- a/dotXCompose +++ b/dotXCompose @@ -53,6 +53,10 @@ include "%L" <Multi_key> <colon> <equal> : "≔" U2254 # COLON EQUALS <Multi_key> <equal> <question> : "≟" U225f # QUESTIONED EQUAL TO <Multi_key> <s> <q> : "√" U221A # SQUARE ROOT + # “(Note: I had put the backslash in position 5/15. It enabled the + # ALGOL “and” to be “/\” and the “or” to be “\/”.)” --- Bob Bemer, + # http://home.ccil.org/~remlaps/www.bobbemer.com/BRACES.HTM, quoting + # himself in “A view of the history of the ISO character code”, 1972 <Multi_key> <slash> <backslash> : "∧" U2227 # LOGICAL AND <Multi_key> <backslash> <slash> : "∨" U2228 # LOGICAL OR <Multi_key> <backslash> <underscore> <slash> : "⊻" U22BB # XOR |