• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025600 2413

keys-Latn-implied.xmlD04-Jul-20252.3 KiB8168

keys-Zyyy-currency.xmlD04-Jul-2025501 1610

keys-Zyyy-punctuation.xmlD04-Jul-20251.6 KiB4639

scanCodes-implied.xmlD04-Jul-20252.6 KiB5438

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