diff options
author | Mark Shoulson <mark@kli.org> | 2009-02-16 12:32:56 -0500 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2009-02-16 12:32:56 -0500 |
commit | aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468 (patch) | |
tree | c96f166282a8a4989ab3d8ab452cce1493e1e658 | |
parent | One or two additions (diff) | |
download | dotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.tar.gz dotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.tar.bz2 dotXCompose-aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468.zip |
Tinkering with codes for arrows. Still not so hot.
-rw-r--r-- | dotXCompose | 6 |
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 |