Compare commits

...

2 Commits

Author SHA1 Message Date
xfnw 39f6b758d4 XCompose: add warning and information signs 2024-01-14 09:44:05 -05:00
xfnw baf9237a3b XCompose: make include locale-agnostic 2024-01-14 09:36:57 -05:00
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
include "/usr/share/X11/locale/en_US.UTF-8/Compose"
include "%L"
<Multi_key> <period> <backslash> : "λ" U03BB # GREEK SMALL LETTER LAMBDA
<Multi_key> <period> <backslash> : "λ" U03BB # GREEK SMALL LETTER LAMBDA
<Multi_key> <slash> <exclam> <backslash> : "⚠" U26A0 # WARNING SIGN
<Multi_key> <S> <i> : "Σ" U03A3 # GREEK CAPITAL LETTER SIGMA
<Multi_key> <s> <i> : "σ" U03C3 # GREEK SMALL LETTER SIGMA
<Multi_key> <o> <i> : "" U2139 # INFORMATION SIGN
<Multi_key> <o> <1> : "①" U2460 # CIRCLED DIGIT ONE
<Multi_key> <o> <KP_1> : "①" U2460 # CIRCLED DIGIT ONE
<Multi_key> <o> <2> : "②" U2461 # CIRCLED DIGIT TWO