diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-01-04 00:03:25 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-01-04 00:03:25 +0000 |
commit | b92231360c79c594591bcc595b8ec3606bdc98f1 (patch) | |
tree | 6125aba0bd1991ceee8a5de5cccb2ee6157cf548 /symbols | |
parent | 0f76bd8f2aa2e99a165a8526ce60a5f9e0fef4bb (diff) |
Add dead keys to French US
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/40
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/fr | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -986,7 +986,11 @@ partial alphanumeric_keys xkb_symbols "us" { include "us(euro)" - name[Group1]= "French (US keyboard with French letters)"; + name[Group1]= "French (US, with French letters)"; + + + key <TLDE> { [ grave, asciitilde, dead_grave ] }; + key <AE06> { [ 6,asciicircum,dead_circumflex ] }; key <AB01> { [ z, Z, acircumflex, Acircumflex ] }; // â Â key <AB03> { [ c, C, ccedilla, Ccedilla ] }; // ç Ç @@ -998,6 +1002,7 @@ xkb_symbols "us" { key <AC06> { [ h, H, udiaeresis, Udiaeresis ] }; // ü Ü key <AC07> { [ j, J, ucircumflex, Ucircumflex ] }; // û Û key <AC08> { [ k, K, icircumflex, Icircumflex ] }; // î Î + key <AC11> { [apostrophe, quotedbl,dead_diaeresis ] }; key <AD03> { [ e, E, eacute, Eacute ] }; // é É key <AD04> { [ r, R, egrave, Egrave ] }; // è È |