From 7ec58aa28b5ddbfd88270710e3b6ae5b094d4424 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 18 Aug 2024 14:17:00 +0200 Subject: xcompose: Format, reorder, and fix small issues --- .config/X11/xcompose | 122 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 71 insertions(+), 51 deletions(-) (limited to '.config') diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 23b9bb5..84e027c 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -49,12 +49,10 @@ # Typographical Symbols : "»" U00AB : "«" U00AB + : "←" U2190 + : "→" U2192 + : "—" U2014 : "–" U2013 - : "—" U2014 - -# Arrows - : "←" U2190 - : "→" U2192 # NOTE: Broken # Latin Alphabet — Acute : "á" aacute @@ -106,6 +104,9 @@ : "Ŭ" U016C : "ŭ" U016D +# Latin Alphabet — Caron +# TODO + # Latin Alphabet — Cedilla : "ç" ccedilla : "Ç" ccedilla @@ -158,6 +159,9 @@ : "ẑ" U1E91 : "Ẑ" U1E90 +# Latin Alphabet — Dot +# TODO + # Latin Alphabet — Diaeresis : "ä" adiaeresis : "Ä" Adiaeresis @@ -179,6 +183,19 @@ : "Ÿ" U0178 : "ÿ" ydiaeresis + +# Latin Alphabet — Double-Acute +# TODO + +# Latin Alphabet — Grave +# TODO + +# Latin Alphabet — Macron +# TODO + +# Latin Alphabet — Ogonek +# TODO + # Latin Alphabet — Ring : "å" aring : "Å" Aring @@ -187,6 +204,23 @@ : "ẘ" U1E98 # NOTE: No uppercase in Unicode : "ẙ" U1E99 # NOTE: No uppercase in Unicode +# Latin Alphabet — Slash & Strikethrough +# NOTE: Eth and D-Stroke conflict, but ð is more curvy than đ, so use +# slash for the former and minus for the latter. + : "đ" dstroke + : "Đ" Dstroke + : "ð" eth + : "Ð" ETH + : "ħ" U0126 + : "Ħ" U0126 + : "Ł" U0141 + : "ł" U0142 + : "ø" oslash + : "Ø" Oslash + +# Latin Alphabet — Tilde +# TODO + # Latin Alphabet — Ligatures & Multiglyphs : "æ" ae : "Æ" AE @@ -209,8 +243,8 @@ : "Nj" U01CB : "nj" U01CC : "№" numerosign - : "œ" ae - : "Œ" AE + : "œ" oe + : "Œ" OE : "⸘" U2E18 : "¿" questiondown : "ſ" U017F # [s]-[l]ong @@ -222,20 +256,6 @@ : "þ" thorn # [t][h]orn : "Þ" THORN # [T][H]ORN -# Latin Alphabet — Slash & Strikethrough -# NOTE: Eth and D-Stroke conflict, but ð is more curvy than đ, so use -# slash for the former and minus for the latter. - : "đ" dstroke - : "Đ" Dstroke - : "ð" eth - : "Ð" ETH - : "ħ" U0126 - : "Ħ" U0126 - : "Ł" U0141 - : "ł" U0142 - : "ø" oslash - : "Ø" Oslash - # Greek Alphabet : "Α" U0391 : "α" U03B1 @@ -305,34 +325,34 @@ : "⁺" U207A # Subscript - <0> : "₀" U2080 - <1> : "₁" U2081 - <2> : "₂" U2082 - <3> : "₃" U2083 - <4> : "₄" U2084 - <5> : "₅" U2085 - <6> : "₆" U2086 - <7> : "₇" U2087 - <8> : "₈" U2088 - <9> : "₉" U2089 - : "ₐ" U2090 - : "ₑ" U2090 - : "ₕ" U2095 - : "ᵢ" U1D62 - : "ⱼ" U2C7C - : "ₖ" U2089 - : "ₗ" U2097 - : "₋" U2089 - : "ₘ" U2098 - : "ₙ" U2099 - : "ₒ" U2092 - : "₍" U2089 + <0> : "₀" U2080 + <1> : "₁" U2081 + <2> : "₂" U2082 + <3> : "₃" U2083 + <4> : "₄" U2084 + <5> : "₅" U2085 + <6> : "₆" U2086 + <7> : "₇" U2087 + <8> : "₈" U2088 + <9> : "₉" U2089 + : "ₐ" U2090 + : "ₑ" U2090 + : "ₕ" U2095 + : "ᵢ" U1D62 + : "ⱼ" U2C7C + : "ₖ" U2089 + : "ₗ" U2097 + : "₋" U2089 + : "ₘ" U2098 + : "ₙ" U2099 + : "ₒ" U2092 + : "₍" U2089 : "₎" U2089 - : "₊" U2089 -

: "ₚ" U209A - : "ᵣ" U1D63 - : "ₛ" U209B - : "ₜ" U209C - : "ᵤ" U1D64 - : "ᵥ" U1D65 - : "ₓ" U2093 + : "₊" U2089 +

: "ₚ" U209A + : "ᵣ" U1D63 + : "ₛ" U209B + : "ₜ" U209C + : "ᵤ" U1D64 + : "ᵥ" U1D65 + : "ₓ" U2093 -- cgit v1.2.3