aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shoulson <mark@kli.org>2009-02-16 12:32:56 -0500
committerMark Shoulson <mark@kli.org>2009-02-16 12:32:56 -0500
commitaa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468 (patch)
treec96f166282a8a4989ab3d8ab452cce1493e1e658
parentOne or two additions (diff)
downloaddotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.tar.gz
dotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.tar.bz2
dotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.zip
Tinkering with codes for arrows. Still not so hot.
-rw-r--r--dotXCompose6
1 files changed, 4 insertions, 2 deletions
diff --git a/dotXCompose b/dotXCompose
index c726561..a96fab3 100644
--- a/dotXCompose
+++ b/dotXCompose
@@ -42,8 +42,10 @@ include "%L"
<Multi_key> <minus> <v> : "↓" downarrow # DOWNWARDS ARROW
<Multi_key> <less> <minus> <greater> : "↔" U2194 # LEFT RIGHT ARROW (kragen's)
# For some logical statements:
-<Multi_key> <minus> <equals> <greater> : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW
-<Multi_key> <less> <minus> <equals> <greater>: "⇔" U21D4 # LEFT RIGHT DOUBLE ARROW
+# The keystrokes are a little contrived, to avoid conflicts.
+<Multi_key> <equal> <greater> : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW
+<Multi_key> <equal> <less> : "⇐" U21D0 # LEFTWARDS DOUBLE ARROW
+<Multi_key> <less> <minus> <equal> <greater>: "⇔" U21D4 # LEFT RIGHT DOUBLE ARROW
# These are just too cool-looking not to have (if your font supports them)
<Multi_key> <equal> <period> <equal> : "⸎" U2E0E # EDITORIAL CORONIS
<Multi_key> <equal> <underscore> <bar> : "⸙" U2E19 # PALM BRANCH