summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-07-01 11:27:41 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2022-07-04 08:17:31 +0000
commitdbfd7fc829fd14b553affce8d75f0cc2353e0dd4 (patch)
treee7cc6243555022f9d8ec955812fe878bd3b7a87b /rules
parentbc92767112830da22c5aa9dd47446f057d063f1c (diff)
downloadxkeyboard-config-dbfd7fc829fd14b553affce8d75f0cc2353e0dd4.tar.gz
delete two space-bar options that behave identically to two others
With an explicit key type, specifying 'NoSymbol' for an upper level is exactly the same as leaving the level empty. The latter is what the options without the trailing 's' do. (The intent was probably to use VoidSymbol instead, but as no one has complained that these options don't actually clear the fourth level, and I can't see any definitions of `<SPCE>` where it would make sense to clear the hard-to-type fourth level, just drop these options.) Also trim two unneeded comments that are likely to become outdated. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'rules')
-rw-r--r--rules/0042-o_s.part2
-rw-r--r--rules/base.xml12
2 files changed, 0 insertions, 14 deletions
diff --git a/rules/0042-o_s.part b/rules/0042-o_s.part
index 9b2b717..09e37e2 100644
--- a/rules/0042-o_s.part
+++ b/rules/0042-o_s.part
@@ -127,7 +127,6 @@
nbsp:none = +nbsp(none)
nbsp:level2 = +nbsp(level2)
nbsp:level3 = +nbsp(level3)
- nbsp:level3s = +nbsp(level3s)
nbsp:level3n = +nbsp(level3n)
nbsp:level4 = +nbsp(level4)
nbsp:level4n = +nbsp(level4n)
@@ -136,7 +135,6 @@
nbsp:zwnj2zwj3 = +nbsp(zwnj2zwj3)
nbsp:zwnj2zwj3nb4 = +nbsp(zwnj2zwj3nb4)
nbsp:zwnj2nb3 = +nbsp(zwnj2nb3)
- nbsp:zwnj2nb3s = +nbsp(zwnj2nb3s)
nbsp:zwnj2nb3zwj4 = +nbsp(zwnj2nb3zwj4)
nbsp:zwnj2nb3nnb4 = +nbsp(zwnj2nb3nnb4)
nbsp:zwnj3zwj4 = +nbsp(zwnj3zwj4)
diff --git a/rules/base.xml b/rules/base.xml
index a7c1f51..2295ebf 100644
--- a/rules/base.xml
+++ b/rules/base.xml
@@ -8014,12 +8014,6 @@
</option>
<option>
<configItem>
- <name>nbsp:level3s</name>
- <description>Non-breaking space at the 3rd level, nothing at the 4th level</description>
- </configItem>
- </option>
- <option>
- <configItem>
<name>nbsp:level3n</name>
<description>Non-breaking space at the 3rd level, thin non-breaking space at the 4th level</description>
</configItem>
@@ -8068,12 +8062,6 @@
</option>
<option>
<configItem>
- <name>nbsp:zwnj2nb3s</name>
- <description>Zero-width non-joiner at the 2nd level, non-breaking space at the 3rd level, nothing at the 4th level</description>
- </configItem>
- </option>
- <option>
- <configItem>
<name>nbsp:zwnj2nb3zwj4</name>
<description>Zero-width non-joiner at the 2nd level, non-breaking space at the 3rd level, zero-width joiner at the 4th level</description>
</configItem>