From 3b32b25b7757466b10b30541901a36c0713a4eb9 Mon Sep 17 00:00:00 2001 From: Kragen Javier Sitaker Date: Sun, 4 Jan 2009 22:03:10 -0300 Subject: adding fractions from jsled --- dotXCompose | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 3f9ce09..0cc93d4 100644 --- a/dotXCompose +++ b/dotXCompose @@ -140,7 +140,17 @@ include "%L" # Custom additions: fractions <1> <3> : "⅓" U2153 # VULGAR FRACTION ONE THIRD <2> <3> : "⅔" U2154 # VULGAR FRACTION TWO THIRDS -# There are also fifths and eighths, but I don’t care enough about them. +# more extensive fractions from jsled + <1> <5> : "⅕" U2155 # VULGAR FRACTION ONE FIFTH + <2> <5> : "⅖" U2156 # VULGAR FRACTION TWO FIFTHS + <3> <5> : "⅗" U2157 # VULGAR FRACTION THREE FIFTHS + <4> <5> : "⅘" U2158 # VULGAR FRACTION FOUR FIFTHS + <1> <6> : "⅙" U2159 # VULGAR FRACTION ONE SIXTH + <5> <6> : "⅚" U215A # VULGAR FRACTION FIVE SIXTHS + <1> <8> : "⅛" U215B # VULGAR FRACTION ONE EIGHTH + <3> <8> : "⅜" U215C # VULGAR FRACTION THREE EIGHTHS + <5> <8> : "⅝" U215D # VULGAR FRACTION FIVE EIGHTHS + <7> <8> : "⅞" U215E # VULGAR FRACTION SEVEN EIGHTHS # Where should ⌘ (U+2318 PLACE OF INTEREST SIGN) go? There ought to # be a Macintosh keybinding for it but apparently there isn’t. -- cgit v1.2.3