We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2c1de commit 1371fe1Copy full SHA for 1371fe1
dotXCompose
@@ -96,6 +96,8 @@ include "%L"
96
#<Multi_key> <space> <minus> : "‑" U2011 # NON-BREAKING HYPHEN
97
# Already present for me:
98
# <Multi_key> <space> <space> : " " U00A0 # NO-BREAK SPACE
99
+# Narrow no-break space, needed for some Latin languages like French
100
+<Multi_key> <space> <n> : " " U202f # NARROW NO-BREAK SPACE
101
# Do we want/need these?
102
<Multi_key> <d> <a> <g> : "†" U2020 # DAGGER
103
<Multi_key> <d> <d> <a> <g> : "‡" U2021 # DOUBLE DAGGER
0 commit comments