diff options
author | Aymeric Agon-Rambosson <aymeric.agon@yandex.com> | 2024-02-09 13:48:19 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2024-02-14 03:47:49 +0000 |
commit | 06a88885fee923c5778cc8675679870edc98af77 (patch) | |
tree | 73c404ef37ee0f1fba3c79f2ddf8e5de7bbba9b0 /symbols | |
parent | 756a3880997178b48bce9ca23369927e0daaebd2 (diff) |
fr(oss): Update behaviour of space key to match doc (Closes #439)
The documentation of the layout was inconsistent with its actual behaviour. The
documentation implied that AltGr + <SPCE> would output nbsp and AltGr + Shift +
<SPCE> would output nnbsp, whereas in reality AltGr + <SPCE> did output space
and AltGr + Shift + <SPCE> did output nbsp.
This fixes the inconsistency by making the layout follow the partial layout
implied by nbsp(level3n), as promised by the documentation.
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/fr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ partial alphanumeric_keys xkb_symbols "oss" { include "level3(ralt_switch)" - include "nbsp(level4n)" + include "nbsp(level3n)" include "keypad(oss)" name[Group1]="French (alt.)"; |