| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-16 | Add QWERTY GB layout (#557) | Ryan Gibb | 1 | -1/+3 | |
| Adapted from latn_qwerty_us * Make it the default layout for en-GB | |||||
| 2024-02-04 | Create layout arabic-hamvaj-tly (#542) | vedamanavi | 1 | -0/+4 | |
| 2024-01-28 | Add layout QWERTY (Talysh New Latin) (#529) | vedamanavi | 1 | -0/+4 | |
| 2024-01-22 | check_layout: Warn against whitespaces and "loc" | Jules Aguillon | 1 | -2/+4 | |
| 2024-01-10 | check_layout: Stronger bottom row key check | Jules Aguillon | 1 | -2/+3 | |
| 2024-01-10 | Fix layouts containing empty keys | Jules Aguillon | 1 | -4/+3 | |
| This results in a key being the empty string and do not trigger an error: key1="\" Layouts are fixed and check_layout now checks for this case. | |||||
| 2023-12-26 | Separate arabic layouts with hindu or arabic numerals | Jules Aguillon | 1 | -0/+3 | |
| This reverts the Tusinian layout (1af4e45) and instead introduce a new arabic PC layout with arabic numbers. Layouts are renamed: - arab_pc => arab_pc_hindu - arab_pc_tn => arab_pc | |||||
| 2023-11-25 | Make check_layout.py independent from dir structure | deftk | 1 | -43/+43 | |
| 2023-11-13 | Update check_layout.output | Jules Aguillon | 1 | -11/+9 | |
| 2023-10-20 | Add Bulgarian BDS layout (#479) | Lyubomir Vasilev | 1 | -0/+2 | |
| 2023-09-03 | check_layout.py: Deterministic output order | Jules Aguillon | 1 | -8/+8 | |
| 2023-09-03 | Remove unused editing keys from the settings | Jules Aguillon | 1 | -0/+3 | |
| These keys don't seem to have a purpose, which is confusing. | |||||
| 2023-08-18 | Add urdu phonetic layout (#413) | Shareef101 | 1 | -0/+5 | |
| 2023-08-18 | Added french bépo layout (adapted) (#402) | Dimethylebutane | 1 | -0/+3 | |
| 2023-08-16 | Create latn_qwertz_fr_CH.xml (#390) | Eluc | 1 | -0/+2 | |
| Adapted from qwertz DE to match qwertz fr_CH layout. Added all missing characters with accents needed in French while leaving the most common Swiss German characters as it is on the Swiss layout PC keyboard. Re-organized some special characters to be in a similar position than the PC layout. * Add locale fr-CH | |||||
| 2023-08-06 | check_layout: Warn about duplicate keys | Jules Aguillon | 1 | -5/+10 | |
| 2023-08-05 | Add esc and tab to the Persian layout | Jules Aguillon | 1 | -2/+1 | |
| 2023-08-05 | Modify arabic and persian numbers info function keys | Jules Aguillon | 1 | -3/+2 | |
| And add function keys placeholders in the layouts. | |||||
| 2023-08-05 | Tweak check_layout.py | Jules Aguillon | 1 | -36/+22 | |
| - Warn about missing esc, tab, f11_placeholder and f12_placeholder. - Don't check non-layout files and special layouts. | |||||
| 2023-07-31 | Update check_layout.output | Jules Aguillon | 1 | -8/+10 | |
| 2023-07-01 | New default Czech layout (#380) | frimdo | 1 | -1/+3 | |
| The previous default layout is renamed `latn_qwertz_cz_multifunctional`. | |||||
| 2023-06-25 | Standard layout names (#386) | Jules Aguillon | 1 | -65/+65 | |
| The names are comprised of: script, layout name, country code. Co-authored-by: grim <verdastelo9604@hotmail.com> | |||||
| 2023-06-25 | Added Romanian layout and translations with special romanian characters (#358) | Vasile Chelban | 1 | -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-25 | Update check_layout.output | Jules Aguillon | 1 | -1/+5 | |
| 2023-06-24 | Specify the script of every layouts and locales | Jules Aguillon | 1 | -66/+33 | |
| This new information will avoid showing é on a cyrillic layout and ґ on a latin layout. | |||||
| 2023-06-22 | Allow to specify a layout script | Jules Aguillon | 1 | -37/+78 | |
| Add the `script` attribute, which will be used to implement script-specific extra keys. | |||||
| 2023-06-03 | Add automated checks on layouts | Jules Aguillon | 1 | -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`. | |||||
