diff options
author | Rory McCann <rory@taranis.(none)> | 2010-11-15 16:46:32 +0000 |
---|---|---|
committer | Rory McCann <rory@taranis.(none)> | 2010-11-15 16:46:32 +0000 |
commit | f8039f713d914af3ffe3518caaec2ffa99ba27a5 (patch) | |
tree | fc6030253f2616e86ea825362ba32213b9f81ca9 | |
parent | Some 6.0 things, Playing Cards, etc. (diff) | |
download | dotXCompose-f8039f713d914af3ffe3518caaec2ffa99ba27a5.tar.gz dotXCompose-f8039f713d914af3ffe3518caaec2ffa99ba27a5.tar.bz2 dotXCompose-f8039f713d914af3ffe3518caaec2ffa99ba27a5.zip |
Added degree celsius and faherhent symbols
-rw-r--r-- | dotXCompose | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 281dd4f..9b325be 100644 --- a/dotXCompose +++ b/dotXCompose @@ -726,3 +726,10 @@ include "%L" # As for the emoji... We can't possibly get all of them, even just all of the # cool/useful ones. Maybe we can pick and choose some high-fliers. + +#<Multi_key> <d> <e> <g> : "͏°" U00B0 # DEGREE SIGN +<Multi_key> <d> <e> <g> <C> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <d> <e> <g> <c> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <d> <e> <g> <F> : "℉" U2109 # DEGREE FAHRENHEIT +<Multi_key> <d> <e> <g> <f> : "℉" U2109 # DEGREE FAHRENHEIT + |