comparison XCompose @ 21:eb96857d9d17

Add emoticons to XCompose… because I can!
author IBBoard <dev@ibboard.co.uk>
date Mon, 17 Nov 2014 20:55:53 +0000
parents 1ec9a1720c5c
children 69fca5a1f38b
comparison
equal deleted inserted replaced
20:ea572e660598 21:eb96857d9d17
1 include "%L" # import the default Compose file for your locale 1 include "%L" # import the default Compose file for your locale
2
3
4 # Custom emoticons, after I found :( and :) work, but can be a bit small
5 <Multi_key> <colon> <parenright> : "😊"
6 <Multi_key> <colon> <parenleft> : "😞"
7 <Multi_key> <colon> <slash>: "😕"
8 <Multi_key> <greater> <colon> <parenright> : "😈"
9 <Multi_key> <colon> <o> : "😲"
10 <Multi_key> <colon> <O> : "😲"
11
12
2 13
3 # http://askubuntu.com/questions/47496/how-can-i-add-a-custom-compose-key-sequence 14 # http://askubuntu.com/questions/47496/how-can-i-add-a-custom-compose-key-sequence
4 <Multi_key> <bar> <greater> : "▸" 15 <Multi_key> <bar> <greater> : "▸"
5 16
6 17
108 # Asterisk is commonly used for bullets in ASCII. 119 # Asterisk is commonly used for bullets in ASCII.
109 <Multi_key> <asterisk> <asterisk>: "•" U2022 # BULLET 120 <Multi_key> <asterisk> <asterisk>: "•" U2022 # BULLET
110 <Multi_key> <asterisk> <o>: "◦" U25E6 # WHITE BULLET 121 <Multi_key> <asterisk> <o>: "◦" U25E6 # WHITE BULLET
111 <Multi_key> <asterisk> <greater>: "‣" U2023 # TRIANGULAR BULLET 122 <Multi_key> <asterisk> <greater>: "‣" U2023 # TRIANGULAR BULLET
112 <Multi_key> <asterisk> <minus>: "⁃" U2043 # HYPHEN BULLET 123 <Multi_key> <asterisk> <minus>: "⁃" U2043 # HYPHEN BULLET
113 <Multi_key> <asterisk> <pareleft>: "⁌" U204C # LEFTWARDS BULLET 124 <Multi_key> <asterisk> <parenleft>: "⁌" U204C # LEFTWARDS BULLET
114 <Multi_key> <asterisk> <parenright>: "⁍" U204D # RIGHTWARDS 125 <Multi_key> <asterisk> <parenright>: "⁍" U204D # RIGHTWARDS
115 <Multi_key> <exclam> <asterisk>: "◘" U25D8 # INVERSE BULLET 126 <Multi_key> <exclam> <asterisk>: "◘" U25D8 # INVERSE BULLET
116 # Japanese tainome 127 # Japanese tainome
117 <Multi_key> <asterisk> <at>: "◉" U25C9 # FISHEYE 128 <Multi_key> <asterisk> <at>: "◉" U25C9 # FISHEYE
118 129