summaryrefslogtreecommitdiff
path: root/symbols/nbsp
diff options
context:
space:
mode:
authorsvu <svu>2008-04-22 19:54:10 +0000
committersvu <svu>2008-04-22 19:54:10 +0000
commit2e8a4f8fbbbd4b3439438db9f0d0110f80446ece (patch)
tree058f7be68267a5b177715d89cba21557afb79f1d /symbols/nbsp
parent127fc5ef25a119bf7e62cdc881a700f10534a41f (diff)
downloadxkeyboard-config-2e8a4f8fbbbd4b3439438db9f0d0110f80446ece.tar.gz
options for nonbreakspace handling, b.fd.o#9529
Diffstat (limited to 'symbols/nbsp')
-rw-r--r--symbols/nbsp12
1 files changed, 11 insertions, 1 deletions
diff --git a/symbols/nbsp b/symbols/nbsp
index 47a76cf..1033470 100644
--- a/symbols/nbsp
+++ b/symbols/nbsp
@@ -62,7 +62,6 @@ xkb_symbols "level4" {
};
// level4n provides narrow no-breaking space in addition to the normal one
-// Used by fr(oss), be(oss)…
partial
xkb_symbols "level4n" {
key <SPCE> {
@@ -71,3 +70,14 @@ xkb_symbols "level4n" {
};
};
+// level4nl provides narrow no-breaking space in addition to the normal one
+// without forcing the use of level5 for mostly four-level layouts
+// Used by fr(oss), be(oss)…
+partial
+xkb_symbols "level4nl" {
+ key <SPCE> {
+ type[Group1]="LOCAL_EIGHT_LEVEL",
+ symbols[Group1]= [ space, space, space, nobreakspace, space, 0x100202F, NoSymbol, NoSymbol ]
+ };
+};
+