Skip to content

Commit 1371fe1

Browse files
committed
Add nnbsp support.
This has been discussed on the issue #193 of the wincompose project see.: samhocevar/wincompose#193
1 parent cb2c1de commit 1371fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotXCompose

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ include "%L"
9696
#<Multi_key> <space> <minus> : "‑" U2011 # NON-BREAKING HYPHEN
9797
# Already present for me:
9898
# <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
99101
# Do we want/need these?
100102
<Multi_key> <d> <a> <g> : "†" U2020 # DAGGER
101103
<Multi_key> <d> <d> <a> <g> : "‡" U2021 # DOUBLE DAGGER

0 commit comments

Comments
 (0)