-
Notifications
You must be signed in to change notification settings - Fork 31
Description
This follows PR #42.
It should be desirable to split Azerty layout between Azerty FR (France) and Azerty BE (Belgium), as described on https://en.wikipedia.org/wiki/AZERTY, as they are significantly different.
Belgian official layout includes some AltGr and AltGr + Shift combinations to handle otherwise not available characters like ³
.
"Français (variante)" as available in GNU/Linux Ubuntu 22.04 or Debian, authorize more combinations to handle for example characters like ¹²³≤≥«»“”æÆœŒÉ
, see file /usr/share/X11/xkb/symbols/fr
from package xkbd-data
or Debian source file https://sources.debian.org/src/xkeyboard-config/2.35.1-1/symbols/fr/. Belgian GNU/Linux keyboard has similar enhancements.
It could be a good idea to include these supplemental definitions, even if they're not displayed on the keys, and even if dead keys were to be implemented.
For now, AFNOR 2019 layout should not be included until it is more used as it requires new hardware that is still not widely available.
Feel free to amend this issue by suggesting changes, as it is much more long and complex as I intended.