From 8a00b5148348cb97597556bfa78d80c95ce5abef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 31 Jan 2013 20:50:00 +0100 Subject: More composed keys --- .XCompose | 79 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 32 deletions(-) (limited to '.XCompose') diff --git a/.XCompose b/.XCompose index 08a831f..2e47466 100644 --- a/.XCompose +++ b/.XCompose @@ -1,37 +1,52 @@ # Import default rules from the system Compose file: - include "/usr/share/X11/locale/en_US.UTF-8/Compose" - : "→" U2192 - : "←" U2190 - : "⇒" U21D2 - : "⇐" U21D0 - : "≤" U2264 - : "≥" U2265 - : "⊢" U22A2 - : "⊨" U22A8 - : "∧" U2227 - : "∨" U2228 +# Misc + : "–" U2013 # this disables default em-dash (---) – but who needs it :) + : "…" ellipsis # already default + : "·" periodcentered + +# Mathematical / Logical Operators + : "¬" U00AC # already default + : "→" U2192 + : "←" U2190 + : "⇒" U21D2 + : "⇐" U21D0 + : "≤" U2264 + : "≥" U2265 + : "⊢" U22A2 + : "⊨" U22A8 + : "∧" U2227 + : "∨" U2228 + <8> <8> : "∞" U221E + +# Mathematical / Logical Operators (long) + : "∀" U2200 + : "∀" U2200 + : "∃" U2203 + : "∃" U2203 + : "∈" U2208 + : "∉" U2209 + : "⊆" U2286 +

: "∩" U2229 +

: "∪" U222A - : "∀" U2200 - : "∀" U2200 - : "∃" U2203 - : "∃" U2203 - : "∈" U2208 - : "∉" U2209 - : "⊆" U2286 -

: "∩" U2229 -

: "∪" U222A - <8> <8> : "∞" U221E - : "¬" U00AC - : "ℕ" U2115 - : "ℝ" U211D - : "ℤ" U2124 +# Math: Bold Chars + : "ℕ" U2115 + : "ℚ" U211A + : "ℝ" U211D + : "ℤ" U2124 - : "α" U03B1 - : "β" U03B2 - : "γ" U03B3 - : "δ" U03B4 -

: "π" U03C0 - : "φ" U03C6 - : "λ" U03BB +# (Some) greek chars + : "α" U03B1 + : "β" U03B2 + : "γ" U03B3 + : "Γ" U0393 + : "δ" U03B4 + : "Δ" U0394 + : "ε" U03B5 + : "λ" U03BB +

: "π" U03C0 + : "σ" U03C3 + : "Σ" U03A3 + : "φ" U03C6 -- cgit v1.2.3