From aa9d7ddbc9e11e8cdcb6bb4c033fca5b43e29468 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Mon, 16 Feb 2009 12:32:56 -0500 Subject: Tinkering with codes for arrows. Still not so hot. --- dotXCompose | 6 ++++-- 1 file 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" : "↓" downarrow # DOWNWARDS ARROW : "↔" U2194 # LEFT RIGHT ARROW (kragen's) # For some logical statements: - : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW - : "⇔" U21D4 # LEFT RIGHT DOUBLE ARROW +# The keystrokes are a little contrived, to avoid conflicts. + : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW + : "⇐" U21D0 # LEFTWARDS DOUBLE ARROW + : "⇔" U21D4 # LEFT RIGHT DOUBLE ARROW # These are just too cool-looking not to have (if your font supports them) : "⸎" U2E0E # EDITORIAL CORONIS : "⸙" U2E19 # PALM BRANCH -- cgit v1.2.3