diff options
Diffstat (limited to '.config/X11')
| -rw-r--r-- | .config/X11/xcompose | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 1466dbd..6a330fe 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -3,24 +3,24 @@  #   ‘C X’ means ‘Compose + X’  #   U+22C6 STAR OPERATOR (‘⋆’) represents an arbitrary key  # -#   C ⋆ '    A letter with an acute (á) -#   C ⋆ u    A letter with a breve (ă) -#   C ⋆ v    A letter with a caron (ǎ) -#   C ⋆ ,    A letter with a cedilla (ç) -#   C ⋆ ^    A letter with a circumflex (â) -#   C ⋆ :    A letter with a diaeresis (ä) -#   C ⋆ .    A letter with a dot (ġ) -#   C ⋆ "    A letter with a double-acute (ő) -#   C ⋆ `    A letter with a grave (à) -#   C ⋆ -    A letter with a macron (ā) -#   C ⋆ ;    A letter with an ogonek (ą) -#   C ⋆ o    A letter with a ring (å) +#   C ⋆ '    A letter with an acute                 (á) +#   C ⋆ u    A letter with a breve                  (ă) +#   C ⋆ v    A letter with a caron                  (ǎ) +#   C ⋆ ,    A letter with a cedilla                (ç) +#   C ⋆ ^    A letter with a circumflex             (â) +#   C ⋆ :    A letter with a diaeresis              (ä) +#   C ⋆ .    A letter with a dot                    (ġ) +#   C ⋆ "    A letter with a double-acute           (ő) +#   C ⋆ `    A letter with a grave                  (à) +#   C ⋆ -    A letter with a macron                 (ā) +#   C ⋆ ;    A letter with an ogonek                (ą) +#   C ⋆ o    A letter with a ring                   (å)  #   C ⋆ /    A letter with a slash or strikethrough (ø) -#   C ⋆ ~    A letter with a tilde (ã) -#   C ⋆ *    The Greek letter ‘⋆’ (α) -#   C _ ⋆    Subscript ‘⋆’ (₁) -#   C ^ ⋆    Superscript ‘⋆’ (¹) -#   C l ⋆    Propositional logic operators (⇒) +#   C ⋆ ~    A letter with a tilde                  (ã) +#   C ⋆ *    The Greek letter ‘⋆’                   (α) +#   C _ ⋆    Subscript ‘⋆’                          (₁) +#   C ^ ⋆    Superscript ‘⋆’                        (¹) +#   C l ⋆    Propositional logic operators          (⇒)  #  #   Ligatures or other glyphs that are compose of multiple characters are  #   straight forwards.  For example ‘C I J’ produces ‘IJ’. |