diff options
-rw-r--r-- | dotXCompose | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dotXCompose b/dotXCompose index 00f260f..b5ed323 100644 --- a/dotXCompose +++ b/dotXCompose @@ -727,9 +727,9 @@ 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> <r> <e> <e> : "͏°" 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 +<Multi_key> <ampersand> <d> <e> <g> <r> <e> <e> : "͏°" U00B0 # DEGREE SIGN +<Multi_key> <ampersand> <d> <e> <g> <C> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <ampersand> <d> <e> <g> <c> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <ampersand> <d> <e> <g> <F> : "℉" U2109 # DEGREE FAHRENHEIT +<Multi_key> <ampersand> <d> <e> <g> <f> : "℉" U2109 # DEGREE FAHRENHEIT |