diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2021-12-30 15:05:37 +0100 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2021-12-30 15:38:55 +0100 |
commit | 6b9e6bb311cb559f2faf6ee3d4be38e6f3dc2314 (patch) | |
tree | 6911718d2667e19eecca3d6d8b2180397ab398b6 | |
parent | 8018e2982d1067fc79195e518546fee191b63b6d (diff) |
symbols/eu: restore 'section' to the fourth level of the S key
The uppercase Ssharp (ẞ) is nearly useless, and *when* needed, it is
obvious how to compose it: <Compose> <S> <S>. The section symbol (§)
looks more useful, and it is not obvious how to compose it -- I would
try <Compose> <s> <s>, because it looks like two esses intertwined,
but that of course doesn't work.
Together with commit 2d9cddfc64 from November last year, this completes
the full revert of commit 08ef288b78 from October last year.
Fixes #271.
-rw-r--r-- | symbols/eu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ xkb_symbols "basic" { key <BKSL> { [ backslash, bar, notsign, brokenbar ] }; key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; - key <AC02> { [ s, S, ssharp, U1E9E ] }; + key <AC02> { [ s, S, ssharp, section ] }; key <AC03> { [ d, D, eth, Eth ] }; key <AC04> { [ f, F, egrave, Egrave ] }; key <AC05> { [ g, G, eacute, Eacute ] }; |