summaryrefslogtreecommitdiff
path: root/symbols/fr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-06-16 08:10:42 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2023-06-21 12:18:00 +0000
commit6fc9f90472c965a4e4e7b4b08bcdbeb16c4f299f (patch)
tree991049e1b1ed7cf96ba4f29935846ec0baec43fd /symbols/fr
parentda39f10d11ca91b8395f52f4f0370bec9950c62f (diff)
symbols/fr: replace a duplicated symbol with a missing one in Mac layout
The French Mac layout contained an uppercase Ÿ on the fourth level of `TLDE` *and* on the fourth level of `AD06`, whereas the lowercase ÿ was missing. Even though Ÿ and ÿ are extremely rare in French, this makes no sense, so... replace that first copy of Ÿ with ÿ, because when this ÿ is not what the user wanted, then the most logical place to search for Ÿ is the upper levels of `AD06`, the Y key. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/fr')
-rw-r--r--symbols/fr2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/fr b/symbols/fr
index b8f58af8..135bc89e 100644
--- a/symbols/fr
+++ b/symbols/fr
@@ -886,7 +886,7 @@ xkb_symbols "mac" {
name[Group1]= "French (Macintosh)";
- key <TLDE> { [ at, numbersign, periodcentered, Ydiaeresis ] };
+ key <TLDE> { [ at, numbersign, periodcentered, ydiaeresis ] };
key <AE01> { [ ampersand, 1, VoidSymbol, dead_acute ] }; // MISSING: Apple
key <AE02> { [ eacute, 2, ediaeresis, Eacute ] };
key <AE03> { [ quotedbl, 3, leftdoublequotemark, rightdoublequotemark ]};