diff options
author | Pierre Le Marre <dev@wismill.eu> | 2024-02-21 13:39:26 +0100 |
---|---|---|
committer | Pierre Le Marre <dev@wismill.eu> | 2024-02-21 13:47:55 +0100 |
commit | 20141e0797015bf8cb12875be3ecc78061d0d383 (patch) | |
tree | 7d32a808d3464c64b85288dc094232e2ddbb2c12 /symbols | |
parent | 4780501922e725910dd7b9544bddb1931dac7beb (diff) |
fr(bepo_afnor): Remove unnecessary include
`pc(pc105)` is included implicitly when the rules resolve. This include
also have side effects when the layout is not used in first position.
Indeed, options usually only set symbols for the first group and rely
on having the other groups not setting them for the relevant keys.
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/fr | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -545,8 +545,6 @@ xkb_symbols "bepo_afnor" { name[Group1]= "French (BEPO, AFNOR)"; - include "pc(pc105)" - key <TLDE> { type[group1] = "FOUR_LEVEL", [ dollar, numbersign, endash, paragraph ] }; // $ # – ¶ key <AE01> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ quotedbl, 1, emdash, doublelowquotemark ] }; // " 1 — „ key <AE02> { type[group1] = "FOUR_LEVEL_SEMIALPHABETIC", [ guillemotleft, 2, less, leftdoublequotemark ] }; // « 2 < “ |