diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 20:35:42 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 22:01:01 +0100 |
commit | 7e7aa928072775240ff70ca61f2dd0e8a09242d8 (patch) | |
tree | e22d0a73612befd95744dec72770e74593ab47cd /X11/XCompose | |
download | dotfiles-7e7aa928072775240ff70ca61f2dd0e8a09242d8.tar.xz |
(Let's pretend that this is the) initial commit
Diffstat (limited to 'X11/XCompose')
-rw-r--r-- | X11/XCompose | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/X11/XCompose b/X11/XCompose new file mode 100644 index 0000000..2a526c2 --- /dev/null +++ b/X11/XCompose @@ -0,0 +1,69 @@ +# Various extra characters +<Multi_key> <a> <o> : "å" aring +<Multi_key> <A> <o> : "Å" Aring +<Multi_key> <a> <e> : "ä" adiaeresis +<Multi_key> <A> <e> : "Ä" Adiaeresis +<Multi_key> <o> <e> : "ö" odiaeresis +<Multi_key> <O> <e> : "Ö" Odiaeresis +<Multi_key> <quotedbl> <u> : "ü" udiaeresis +<Multi_key> <quotedbl> <U> : "Ü" Udiaeresis +<Multi_key> <apostrophe> <e> : "é" eacute +<Multi_key> <apostrophe> <E> : "É" Eacute +<Multi_key> <grave> <e> : "è" egrave +<Multi_key> <grave> <E> : "È" Egrave +<Multi_key> <quotedbl> <i> : "ï" idiaeresis +<Multi_key> <quotedbl> <I> : "Ï" Idiaeresis + +# Quotes +<Multi_key> <quotedbl> <bracketleft> : "“" U201C +<Multi_key> <quotedbl> <bracketright> : "”" U201D +<Multi_key> <apostrophe> <bracketleft> : "‘" U2018 +<Multi_key> <apostrophe> <bracketright> : "’" U2019 +<Multi_key> <less> <bracketleft> : "「" UFF62 +<Multi_key> <more> <bracketright> : "」" UFF63 + +<Multi_key> <e> <m> <minus> : "—" U2014 + +# Dots/ellipsises +<Multi_key> <period> <colon> : "·" periodcentered # MIDDLE DOT +<Multi_key> <period> <period> <period> : "…" U2026 # HORIZONTAL ELLIPSIS + +<Multi_key> <minus> <less> : "←" leftarrow # LEFTWARDS ARROW +<Multi_key> <minus> <v> : "↓" downarrow # DOWNWARDS ARROW +<Multi_key> <minus> <asciicircum> : "↑" uparrow # UPWARDS ARROW +<Multi_key> <minus> <greater> : "→" rightarrow # RIGHTWARDS ARROW + +# Mathstuffs +<Multi_key> <x> <x> : "×" U00D7 # MULTIPLICATION SIGN +<Multi_key> <slash> <slash> : "÷" U00F7 # DIVISION SIGN +<Multi_key> <plus> <minus> : "±" U00B1 # PLUS-MINUS SIGN +<Multi_key> <8> <8> : "∞" U221E # INFINITY + +<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO + +# Smileys +<Multi_key> <colon> <parenright> : "☺" U263A # WHITE SMILING FACE +<Multi_key> <colon> <parenleft> : "☹" U2639 # WHITE FROWNING FACE + +# Hearts +<Multi_key> <less> <3> : "❤" U2764 # HEAVY BLACK HEART +<Multi_key> <less> <e> : "❥" U2765 # ROTATED HEAVY BLACK HEART BULLET + +# Stars and misc symbols +<Multi_key> <asterisk> <asterisk> : "★" U2605 # BLACK STAR +<Multi_key> <asterisk> <0> : "☆" U2606 # WHITE STAR +<Multi_key> <asterisk> <minus> : "✪" U272A # CIRCLED WHITE STAR +<Multi_key> <y> <y> : "☯" U262F # YIN YANG + +# Degree symbols +<Multi_key> <asciicircum> <o> : "°" U00B0 # DEGREE SIGN +<Multi_key> <o> <C> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <o> <F> : "℉" U2109 # DEGREE CELSIUS + +# Intellectual property symbols +<Multi_key> <c> <s> : "©" U00A9 # COPYRIGHT SIGN +<Multi_key> <r> <s> : "®" U00AE # REGISTERED SIGN +<Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN + +<Multi_key> <b> <h> <s> : "☣" U2623 # BIOHAZARD SIGN +<Multi_key> <r> <a> <s> : "☢" U2622 # RADIOACTIVE SIGN |