Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 04-Jul-2025 | 600 | 24 | 13 | |
keys-Latn-implied.xml | D | 04-Jul-2025 | 2.3 KiB | 81 | 68 | |
keys-Zyyy-currency.xml | D | 04-Jul-2025 | 501 | 16 | 10 | |
keys-Zyyy-punctuation.xml | D | 04-Jul-2025 | 1.6 KiB | 46 | 39 | |
scanCodes-implied.xml | D | 04-Jul-2025 | 2.6 KiB | 54 | 38 |
README.md
1# Keyboard imports 2 3The XML files in this directory are importable using the keyboard syntax as follows: 4 5```xml 6<import base="cldr" path="45/somefile.xml"/> 7``` 8 9This is the naming convention being used: 10 11- _type_`-`_script_`-`_description_`.xml` 12 13Where _type_ is the top level element such as `<keys>`. 14 15So, 16 17- `keys-Zyyy-punctuation.xml` is of [script](https://www.unicode.org/iso15924/iso15924-codes.html) `Zyyy`, aka "Common". 18 19See [tr35-keyboard.md](../../docs/ldml/tr35-keyboards.md#Element_import) 20 21## Copyright and License 22 23See the top level [README.md](../../README.md#copyright--licenses) 24