abouttreesummaryrefslogcommitdiff
path: root/check_layout.output
AgeCommit message (Collapse)AuthorFilesLines
2023-08-05Tweak check_layout.pyJules Aguillon1-36/+22
- Warn about missing esc, tab, f11_placeholder and f12_placeholder. - Don't check non-layout files and special layouts.
2023-07-31Update check_layout.outputJules Aguillon1-8/+10
2023-07-01New default Czech layout (#380)frimdo1-1/+3
The previous default layout is renamed `latn_qwertz_cz_multifunctional`.
2023-06-25Standard layout names (#386)Jules Aguillon1-65/+65
The names are comprised of: script, layout name, country code. Co-authored-by: grim <verdastelo9604@hotmail.com>
2023-06-25Added Romanian layout and translations with special romanian characters (#358)Vasile Chelban1-0/+2
Added Romanian characters to the keyboard layout and changed the positioning corner for the secondary characters that were conflicting with the newly-introduced romanian characters Added Romanian translations
2023-06-25Update check_layout.outputJules Aguillon1-1/+5
2023-06-24Specify the script of every layouts and localesJules Aguillon1-66/+33
This new information will avoid showing é on a cyrillic layout and ґ on a latin layout.
2023-06-22Allow to specify a layout scriptJules Aguillon1-37/+78
Add the `script` attribute, which will be used to implement script-specific extra keys.
2023-06-03Add automated checks on layoutsJules Aguillon1-0/+100
The script `check_layout.py` checks some properties about layouts. No check is an error. The result of running this script on every layouts is stored in the file `check_layout.output`, which is useful to track changes. Add make rules to run this script as well as `sync_translations`.