aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shoulson <mark@kli.org>2009-07-15 23:22:13 -0400
committerMark Shoulson <mark@kli.org>2009-07-15 23:22:13 -0400
commita62fcb5659aa793ff06fac05e8be4f190d2a9cac (patch)
tree9f2b79572447efa000991274204a89dda0205478
parentmerged changes. (diff)
downloaddotXCompose-a62fcb5659aa793ff06fac05e8be4f190d2a9cac.tar.gz
dotXCompose-a62fcb5659aa793ff06fac05e8be4f190d2a9cac.tar.bz2
dotXCompose-a62fcb5659aa793ff06fac05e8be4f190d2a9cac.zip
Therefore and because. Verbose in keystrokes though\!
-rw-r--r--dotXCompose2
-rw-r--r--scan4dups.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose
index 7d54398..a7d84bc 100644
--- a/dotXCompose
+++ b/dotXCompose
@@ -150,7 +150,9 @@ include "%L"
<Multi_key> <parenleft> <slash> <parenright> : "⊘" U2298 # CIRCLED DIVISION SLASH
<Multi_key> <parenleft> <asterisk> <parenright> : "⊛" U229B # CIRCLED ASTERISK OPERATOR
<Multi_key> <period> <quotedbl> : "∴" U2234 # THEREFORE
+<Multi_key> <ampersand> <t> <h> <e> <r> <e> <f> <o> <r> <e> : "∴" U2234 # THEREFORE
<Multi_key> <quotedbl> <period> : "∵" U2235 # BECAUSE
+<Multi_key> <ampersand> <b> <e> <c> <a> <u> <s> <e> : "∵" U2235 # BECAUSE
<Multi_key> <percent> <percent> : "‱" U2031 # PER TEN THOUSAND (basis points)
# OK, absolutely cannot believe we made it this long without NABLA or INTEGRAL
# or PARTIAL DIFFERENTIAL
diff --git a/scan4dups.py b/scan4dups.py
index e4ba418..a1a723e 100644
--- a/scan4dups.py
+++ b/scan4dups.py
@@ -44,7 +44,7 @@ print "Checking prefixes."
for key in listing.keys():
# print "Key: (%s)"%key
pref=''
- # Careful when splitting. They key always starts with a space.
+ # Careful when splitting. The key always starts with a space.
for word in key.split(" ")[:-1]: # chop the last one; that'll always match.
# Skip the empty first entry
if not word: