aboutsummaryrefslogtreecommitdiffstats
path: root/X11
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:46:23 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:46:23 +0200
commit710a049b400d4f41ea5131b86dcb448fe3250e75 (patch)
treeb6b3a81baf062b0af8a4abfdb7c61794041b5071 /X11
parent5f90df64dc212e47fa421c043a3a842825ec4eee (diff)
downloaddotfiles-710a049b400d4f41ea5131b86dcb448fe3250e75.tar.xz
XCompose: Add endash and greater/lesser than
Diffstat (limited to 'X11')
-rw-r--r--X11/XCompose3
1 files changed, 3 insertions, 0 deletions
diff --git a/X11/XCompose b/X11/XCompose
index 96b9bd7..0097034 100644
--- a/X11/XCompose
+++ b/X11/XCompose
@@ -35,6 +35,7 @@ include "%L"
<Multi_key> <minus> <greater> : "→" U2192 # RIGHTWARDS ARROW
<Multi_key> <minus> <v> : "↓" U2193 # DOWNWARDS ARROW
+<Multi_key> <e> <n> <minus> : "–" U2013 # EN DASH
<Multi_key> <e> <m> <minus> : "—" U2014 # EM dash
# Mathstuffs
@@ -42,6 +43,8 @@ include "%L"
<Multi_key> <slash> <slash> : "÷" U00F7 # DIVISION SIGN
<Multi_key> <plus> <minus> : "±" U00B1 # PLUS-MINUS SIGN
<Multi_key> <8> <8> : "∞" U221E # INFINITY
+<Multi_key> <greater> <equal> : "≥" U2265
+<Multi_key> <less> <equal> : "≤" U2264
<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO