Jules Aguillon
eeae964ae6
check_layout: Warn about duplicate keys
2023-08-06 20:09:53 +02:00
Jules Aguillon
c46e5ec450
Add esc and tab to the Persian layout
2023-08-05 19:44:00 +02:00
Jules Aguillon
dcbb4c484c
Modify arabic and persian numbers info function keys
...
And add function keys placeholders in the layouts.
2023-08-05 19:40:13 +02:00
Jules Aguillon
76f01122c2
Tweak check_layout.py
...
- Warn about missing esc, tab, f11_placeholder and f12_placeholder.
- Don't check non-layout files and special layouts.
2023-08-05 19:40:13 +02:00
Jules Aguillon
3598e19894
Update check_layout.output
2023-07-31 00:10:49 +02:00
frimdo
d79f87420f
New default Czech layout ( #380 )
...
The previous default layout is renamed `latn_qwertz_cz_multifunctional`.
2023-07-01 17:04:31 +02:00
Jules Aguillon
f36864533c
Standard layout names ( #386 )
...
The names are comprised of: script, layout name, country code.
Co-authored-by: grim <verdastelo9604@hotmail.com>
2023-06-25 13:40:20 +02:00
Vasile Chelban
5cfbc6ed5b
Added Romanian layout and translations with special romanian characters ( #358 )
...
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-25 12:19:00 +02:00
Jules Aguillon
49fbfa71eb
Update check_layout.output
2023-06-25 12:13:46 +02:00
Jules Aguillon
f1a8e7c04c
Specify the script of every layouts and locales
...
This new information will avoid showing é on a cyrillic layout and ґ on
a latin layout.
2023-06-24 23:46:14 +02:00
Jules Aguillon
5fc68373d3
Allow to specify a layout script
...
Add the `script` attribute, which will be used to implement
script-specific extra keys.
2023-06-22 20:14:20 +02:00
Jules Aguillon
e5ae4816df
Add automated checks on layouts
...
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`.
2023-06-03 21:03:05 +02:00