xkb-azerty

Config file converters (deployment, source code) and a collection of JSON data for non-US/QWERTY users in XKB.

The webtoot translates dynamically fetched config files to any keyboard layout with the help of a simple recipe system.


Explanation

View output data

Simply see the data/ folder for the latest exported data! To run the script yourself/update the data in directory, see below.

Azerty-style layouts

These keyboard layouts are Azerty style: while they don't have the azerty letter keys, they still have other azerty features (e.g. the numeric row).

Pivotal keycodes

Background

There are shockingly little resources about Azerty layouts out there, which sucks when you're a developer/linux user using Azerty.

This project was part of the research needed for my documentation of configuring Azerty for Niri, which uses xkeyboard-config/xkb for keyboard layout selection.

The scripts in this repository do not rely on an existing X11 installation; instead, it parses the upstream xkeyboard-config repository for the individual keyboard layouts.


How-to

Use the webtool

Requirements: any web browser

Simply navigate to your desired recipe page on the deployment, select your layout and press parse.

Build the webtool

Requirements: Node.js, corepack or pnpm, git

git clone https://github.com/Denperidge/xkb-azerty.git
cd xkb-azerty/webtool/

pnpm start

# Done! See the result in ../docs/

Use the updater (generate data/ directory)

Requirements: python3, git

git clone https://github.com/Denperidge/xkb-azerty.git
cd xkb-azerty/

# Depending on your OS/configuration, python3 or py -3 must be used
python -m updater

# Done!

License

This project and the generated info therein are released into the public domain through the Unlicense.