@keymanapp/kmc-generate 19.0.145-alpha → 19.0.151-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/template/kmn-keyboard/HISTORY.md +6 -6
- package/build/src/template/kmn-keyboard/LICENSE.md +21 -21
- package/build/src/template/kmn-keyboard/README.md +18 -18
- package/build/src/template/kmn-keyboard/keyboard.kpj +8 -8
- package/build/src/template/kmn-keyboard/source/keyboard.keyman-touch-layout +655 -655
- package/build/src/template/kmn-keyboard/source/keyboard.kmn +14 -14
- package/build/src/template/kmn-keyboard/source/keyboard.kps +45 -45
- package/build/src/template/kmn-keyboard/source/keyboard.kvks +8 -8
- package/build/src/template/kmn-keyboard/source/readme.htm +24 -24
- package/build/src/template/kmn-keyboard/source/welcome.htm +25 -25
- package/build/src/template/ldml-keyboard/HISTORY.md +6 -6
- package/build/src/template/ldml-keyboard/LICENSE.md +21 -21
- package/build/src/template/ldml-keyboard/README.md +18 -18
- package/build/src/template/ldml-keyboard/keyboard.kpj +8 -8
- package/build/src/template/ldml-keyboard/source/keyboard.kps +42 -42
- package/build/src/template/ldml-keyboard/source/keyboard.xml +40 -40
- package/build/src/template/ldml-keyboard/source/readme.htm +24 -24
- package/build/src/template/ldml-keyboard/source/welcome.htm +25 -25
- package/build/src/template/wordlist-lexical-model/HISTORY.md +6 -6
- package/build/src/template/wordlist-lexical-model/LICENSE.md +21 -21
- package/build/src/template/wordlist-lexical-model/README.md +13 -13
- package/build/src/template/wordlist-lexical-model/model.kpj +10 -10
- package/build/src/template/wordlist-lexical-model/source/model.kps +42 -42
- package/build/src/template/wordlist-lexical-model/source/model.ts +13 -13
- package/build/src/template/wordlist-lexical-model/source/readme.htm +24 -24
- package/build/src/template/wordlist-lexical-model/source/welcome.htm +27 -27
- package/build/src/template/wordlist-lexical-model/source/wordlist.tsv +15 -15
- package/package.json +66 -65
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
c keyboard generated from template at $DATE
|
|
2
|
-
c with name "$NAME"
|
|
3
|
-
store(&NAME) '$NAME'
|
|
4
|
-
store(©RIGHT) '$COPYRIGHT'
|
|
5
|
-
store(&VERSION) '10.0'
|
|
6
|
-
store(&KEYBOARDVERSION) '$VERSION'
|
|
7
|
-
store(&TARGETS) '$TARGETS'
|
|
8
|
-
$Icon:store(&BITMAP) '$ID.ico'
|
|
9
|
-
$KVKS:store(&VISUALKEYBOARD) '$ID.kvks'
|
|
10
|
-
$TouchLayout:store(&LAYOUTFILE) '$ID.keyman-touch-layout'
|
|
11
|
-
|
|
12
|
-
begin Unicode > use(main)
|
|
13
|
-
|
|
14
|
-
group(main) using keys
|
|
1
|
+
c keyboard generated from template at $DATE
|
|
2
|
+
c with name "$NAME"
|
|
3
|
+
store(&NAME) '$NAME'
|
|
4
|
+
store(©RIGHT) '$COPYRIGHT'
|
|
5
|
+
store(&VERSION) '10.0'
|
|
6
|
+
store(&KEYBOARDVERSION) '$VERSION'
|
|
7
|
+
store(&TARGETS) '$TARGETS'
|
|
8
|
+
$Icon:store(&BITMAP) '$ID.ico'
|
|
9
|
+
$KVKS:store(&VISUALKEYBOARD) '$ID.kvks'
|
|
10
|
+
$TouchLayout:store(&LAYOUTFILE) '$ID.keyman-touch-layout'
|
|
11
|
+
|
|
12
|
+
begin Unicode > use(main)
|
|
13
|
+
|
|
14
|
+
group(main) using keys
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Package>
|
|
3
|
-
<System>
|
|
4
|
-
<KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
|
|
5
|
-
<FileVersion>7.0</FileVersion>
|
|
6
|
-
</System>
|
|
7
|
-
<Options>
|
|
8
|
-
<ReadMeFile>readme.htm</ReadMeFile>
|
|
9
|
-
<LicenseFile>..\LICENSE.md</LicenseFile>
|
|
10
|
-
<WelcomeFile>welcome.htm</WelcomeFile>
|
|
11
|
-
<FollowKeyboardVersion/>
|
|
12
|
-
</Options>
|
|
13
|
-
<Info>
|
|
14
|
-
<Name URL="">$NAME</Name>
|
|
15
|
-
<Copyright URL="">$COPYRIGHT</Copyright>
|
|
16
|
-
<Author URL="">$AUTHOR</Author>
|
|
17
|
-
<Description URL="">$DESCRIPTION</Description>
|
|
18
|
-
</Info>
|
|
19
|
-
<Files>
|
|
20
|
-
$KMX: <File>
|
|
21
|
-
$KMX: <Name>..\build\$ID.kmx</Name>
|
|
22
|
-
$KMX: </File>
|
|
23
|
-
$Web: <File>
|
|
24
|
-
$Web: <Name>..\build\$ID.js</Name>
|
|
25
|
-
$Web: </File>
|
|
26
|
-
$KVKS: <File>
|
|
27
|
-
$KVKS: <Name>..\build\$ID.kvk</Name>
|
|
28
|
-
$KVKS: </File>
|
|
29
|
-
<File>
|
|
30
|
-
<Name>welcome.htm</Name>
|
|
31
|
-
</File>
|
|
32
|
-
<File>
|
|
33
|
-
<Name>readme.htm</Name>
|
|
34
|
-
</File>
|
|
35
|
-
<File>
|
|
36
|
-
<Name>..\LICENSE.md</Name>
|
|
37
|
-
</File>
|
|
38
|
-
</Files>
|
|
39
|
-
<Keyboards>
|
|
40
|
-
<Keyboard>
|
|
41
|
-
<ID>$ID</ID>
|
|
42
|
-
$PACKAGE_LANGUAGES
|
|
43
|
-
</Keyboard>
|
|
44
|
-
</Keyboards>
|
|
45
|
-
</Package>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Package>
|
|
3
|
+
<System>
|
|
4
|
+
<KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
|
|
5
|
+
<FileVersion>7.0</FileVersion>
|
|
6
|
+
</System>
|
|
7
|
+
<Options>
|
|
8
|
+
<ReadMeFile>readme.htm</ReadMeFile>
|
|
9
|
+
<LicenseFile>..\LICENSE.md</LicenseFile>
|
|
10
|
+
<WelcomeFile>welcome.htm</WelcomeFile>
|
|
11
|
+
<FollowKeyboardVersion/>
|
|
12
|
+
</Options>
|
|
13
|
+
<Info>
|
|
14
|
+
<Name URL="">$NAME</Name>
|
|
15
|
+
<Copyright URL="">$COPYRIGHT</Copyright>
|
|
16
|
+
<Author URL="">$AUTHOR</Author>
|
|
17
|
+
<Description URL="">$DESCRIPTION</Description>
|
|
18
|
+
</Info>
|
|
19
|
+
<Files>
|
|
20
|
+
$KMX: <File>
|
|
21
|
+
$KMX: <Name>..\build\$ID.kmx</Name>
|
|
22
|
+
$KMX: </File>
|
|
23
|
+
$Web: <File>
|
|
24
|
+
$Web: <Name>..\build\$ID.js</Name>
|
|
25
|
+
$Web: </File>
|
|
26
|
+
$KVKS: <File>
|
|
27
|
+
$KVKS: <Name>..\build\$ID.kvk</Name>
|
|
28
|
+
$KVKS: </File>
|
|
29
|
+
<File>
|
|
30
|
+
<Name>welcome.htm</Name>
|
|
31
|
+
</File>
|
|
32
|
+
<File>
|
|
33
|
+
<Name>readme.htm</Name>
|
|
34
|
+
</File>
|
|
35
|
+
<File>
|
|
36
|
+
<Name>..\LICENSE.md</Name>
|
|
37
|
+
</File>
|
|
38
|
+
</Files>
|
|
39
|
+
<Keyboards>
|
|
40
|
+
<Keyboard>
|
|
41
|
+
<ID>$ID</ID>
|
|
42
|
+
$PACKAGE_LANGUAGES
|
|
43
|
+
</Keyboard>
|
|
44
|
+
</Keyboards>
|
|
45
|
+
</Package>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<visualkeyboard>
|
|
3
|
-
<header>
|
|
4
|
-
<version>10.0</version>
|
|
5
|
-
<kbdname>$ID</kbdname>
|
|
6
|
-
<flags/>
|
|
7
|
-
</header>
|
|
8
|
-
</visualkeyboard>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<visualkeyboard>
|
|
3
|
+
<header>
|
|
4
|
+
<version>10.0</version>
|
|
5
|
+
<kbdname>$ID</kbdname>
|
|
6
|
+
<flags/>
|
|
7
|
+
</header>
|
|
8
|
+
</visualkeyboard>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
-
<title>$NAME</title>
|
|
7
|
-
<style type="text/css">
|
|
8
|
-
p { font: 10pt Tahoma; }
|
|
9
|
-
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
-
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
-
</style>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<h1>$NAME</h1>
|
|
16
|
-
|
|
17
|
-
<p>
|
|
18
|
-
$DESCRIPTION
|
|
19
|
-
</p>
|
|
20
|
-
|
|
21
|
-
<p>$COPYRIGHT</p>
|
|
22
|
-
|
|
23
|
-
</body>
|
|
24
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>$NAME</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
p { font: 10pt Tahoma; }
|
|
9
|
+
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
+
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
+
</style>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<h1>$NAME</h1>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
$DESCRIPTION
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<p>$COPYRIGHT</p>
|
|
22
|
+
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
-
<title>Start Using $NAME</title>
|
|
7
|
-
<style type="text/css">
|
|
8
|
-
p { font: 10pt Tahoma; }
|
|
9
|
-
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
-
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
-
</style>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<h1>Start Using $NAME</h1>
|
|
16
|
-
|
|
17
|
-
<p>
|
|
18
|
-
$DESCRIPTION
|
|
19
|
-
</p>
|
|
20
|
-
|
|
21
|
-
<h1>Keyboard Layout</h1>
|
|
22
|
-
|
|
23
|
-
<!-- Insert Keyboard Layout Images or HTML here -->
|
|
24
|
-
|
|
25
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>Start Using $NAME</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
p { font: 10pt Tahoma; }
|
|
9
|
+
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
+
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
+
</style>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<h1>Start Using $NAME</h1>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
$DESCRIPTION
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<h1>Keyboard Layout</h1>
|
|
22
|
+
|
|
23
|
+
<!-- Insert Keyboard Layout Images or HTML here -->
|
|
24
|
+
|
|
25
|
+
</body>
|
|
26
26
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
$NAME Change History
|
|
2
|
-
====================
|
|
3
|
-
|
|
4
|
-
$VERSION ($DATE)
|
|
5
|
-
----------------
|
|
6
|
-
* Created by $AUTHOR
|
|
1
|
+
$NAME Change History
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
$VERSION ($DATE)
|
|
5
|
+
----------------
|
|
6
|
+
* Created by $AUTHOR
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
$FULLCOPYRIGHT
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
$FULLCOPYRIGHT
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
$NAME keyboard
|
|
2
|
-
==============
|
|
3
|
-
|
|
4
|
-
Description
|
|
5
|
-
-----------
|
|
6
|
-
$DESCRIPTION
|
|
7
|
-
|
|
8
|
-
Links
|
|
9
|
-
-----
|
|
10
|
-
Keyboard Homepage: https://keyman.com/keyboards/$ID
|
|
11
|
-
|
|
12
|
-
Copyright
|
|
13
|
-
---------
|
|
14
|
-
See [LICENSE.md](LICENSE.md)
|
|
15
|
-
|
|
16
|
-
Supported Platforms
|
|
17
|
-
-------------------
|
|
18
|
-
$PLATFORMS_DOTLIST_README
|
|
1
|
+
$NAME keyboard
|
|
2
|
+
==============
|
|
3
|
+
|
|
4
|
+
Description
|
|
5
|
+
-----------
|
|
6
|
+
$DESCRIPTION
|
|
7
|
+
|
|
8
|
+
Links
|
|
9
|
+
-----
|
|
10
|
+
Keyboard Homepage: https://keyman.com/keyboards/$ID
|
|
11
|
+
|
|
12
|
+
Copyright
|
|
13
|
+
---------
|
|
14
|
+
See [LICENSE.md](LICENSE.md)
|
|
15
|
+
|
|
16
|
+
Supported Platforms
|
|
17
|
+
-------------------
|
|
18
|
+
$PLATFORMS_DOTLIST_README
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<KeymanDeveloperProject>
|
|
3
|
-
<Options>
|
|
4
|
-
<Version>2.0</Version>
|
|
5
|
-
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
|
|
6
|
-
<CheckFilenameConventions>True</CheckFilenameConventions>
|
|
7
|
-
</Options>
|
|
8
|
-
</KeymanDeveloperProject>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<KeymanDeveloperProject>
|
|
3
|
+
<Options>
|
|
4
|
+
<Version>2.0</Version>
|
|
5
|
+
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
|
|
6
|
+
<CheckFilenameConventions>True</CheckFilenameConventions>
|
|
7
|
+
</Options>
|
|
8
|
+
</KeymanDeveloperProject>
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Package>
|
|
3
|
-
<System>
|
|
4
|
-
<KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
|
|
5
|
-
<FileVersion>7.0</FileVersion>
|
|
6
|
-
</System>
|
|
7
|
-
<Options>
|
|
8
|
-
<ReadMeFile>readme.htm</ReadMeFile>
|
|
9
|
-
<LicenseFile>..\LICENSE.md</LicenseFile>
|
|
10
|
-
<WelcomeFile>welcome.htm</WelcomeFile>
|
|
11
|
-
<FollowKeyboardVersion/>
|
|
12
|
-
</Options>
|
|
13
|
-
<Info>
|
|
14
|
-
<Name URL="">$NAME</Name>
|
|
15
|
-
<Copyright URL="">$COPYRIGHT</Copyright>
|
|
16
|
-
<Author URL="">$AUTHOR</Author>
|
|
17
|
-
<Description URL="">$DESCRIPTION</Description>
|
|
18
|
-
</Info>
|
|
19
|
-
<Files>
|
|
20
|
-
<File>
|
|
21
|
-
<Name>..\build\$ID.kmx</Name>
|
|
22
|
-
</File>
|
|
23
|
-
<File>
|
|
24
|
-
<Name>..\build\$ID.kvk</Name>
|
|
25
|
-
</File>
|
|
26
|
-
<File>
|
|
27
|
-
<Name>welcome.htm</Name>
|
|
28
|
-
</File>
|
|
29
|
-
<File>
|
|
30
|
-
<Name>readme.htm</Name>
|
|
31
|
-
</File>
|
|
32
|
-
<File>
|
|
33
|
-
<Name>..\LICENSE.md</Name>
|
|
34
|
-
</File>
|
|
35
|
-
</Files>
|
|
36
|
-
<Keyboards>
|
|
37
|
-
<Keyboard>
|
|
38
|
-
<ID>$ID</ID>
|
|
39
|
-
$PACKAGE_LANGUAGES
|
|
40
|
-
</Keyboard>
|
|
41
|
-
</Keyboards>
|
|
42
|
-
</Package>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Package>
|
|
3
|
+
<System>
|
|
4
|
+
<KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
|
|
5
|
+
<FileVersion>7.0</FileVersion>
|
|
6
|
+
</System>
|
|
7
|
+
<Options>
|
|
8
|
+
<ReadMeFile>readme.htm</ReadMeFile>
|
|
9
|
+
<LicenseFile>..\LICENSE.md</LicenseFile>
|
|
10
|
+
<WelcomeFile>welcome.htm</WelcomeFile>
|
|
11
|
+
<FollowKeyboardVersion/>
|
|
12
|
+
</Options>
|
|
13
|
+
<Info>
|
|
14
|
+
<Name URL="">$NAME</Name>
|
|
15
|
+
<Copyright URL="">$COPYRIGHT</Copyright>
|
|
16
|
+
<Author URL="">$AUTHOR</Author>
|
|
17
|
+
<Description URL="">$DESCRIPTION</Description>
|
|
18
|
+
</Info>
|
|
19
|
+
<Files>
|
|
20
|
+
<File>
|
|
21
|
+
<Name>..\build\$ID.kmx</Name>
|
|
22
|
+
</File>
|
|
23
|
+
<File>
|
|
24
|
+
<Name>..\build\$ID.kvk</Name>
|
|
25
|
+
</File>
|
|
26
|
+
<File>
|
|
27
|
+
<Name>welcome.htm</Name>
|
|
28
|
+
</File>
|
|
29
|
+
<File>
|
|
30
|
+
<Name>readme.htm</Name>
|
|
31
|
+
</File>
|
|
32
|
+
<File>
|
|
33
|
+
<Name>..\LICENSE.md</Name>
|
|
34
|
+
</File>
|
|
35
|
+
</Files>
|
|
36
|
+
<Keyboards>
|
|
37
|
+
<Keyboard>
|
|
38
|
+
<ID>$ID</ID>
|
|
39
|
+
$PACKAGE_LANGUAGES
|
|
40
|
+
</Keyboard>
|
|
41
|
+
</Keyboards>
|
|
42
|
+
</Package>
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
2
|
-
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="$LANG_TAG" conformsTo="45">
|
|
3
|
-
<info author="$AUTHOR" name="$NAME"/>
|
|
4
|
-
<version number="1.0.0"/>
|
|
5
|
-
$ADDITIONAL_LANG_TAGS
|
|
6
|
-
<keys>
|
|
7
|
-
<import base="cldr" path="45/keys-Zyyy-punctuation.xml"/>
|
|
8
|
-
<import base="cldr" path="45/keys-Zyyy-currency.xml"/>
|
|
9
|
-
</keys>
|
|
10
|
-
<layers formId="us">
|
|
11
|
-
<layer modifiers="none">
|
|
12
|
-
<row keys="grave 1 2 3 4 5 6 7 8 9 0 hyphen equal"/>
|
|
13
|
-
<row keys="q w e r t y u i o p open-square close-square backslash"/>
|
|
14
|
-
<row keys="a s d f g h j k l semi-colon apos"/>
|
|
15
|
-
<row keys="z x c v b n m comma period slash"/>
|
|
16
|
-
<row keys="space"/>
|
|
17
|
-
</layer>
|
|
18
|
-
<layer modifiers="shift">
|
|
19
|
-
<row keys="tilde bang at hash dollar percent caret amp asterisk open-paren close-paren underscore plus"/>
|
|
20
|
-
<row keys="Q W E R T Y U I O P open-curly close-curly pipe"/>
|
|
21
|
-
<row keys="A S D F G H J K L colon double-quote"/>
|
|
22
|
-
<row keys="Z X C V B N M open-angle close-angle question"/>
|
|
23
|
-
<row keys="space"/>
|
|
24
|
-
</layer>
|
|
25
|
-
<layer modifiers="caps">
|
|
26
|
-
<row keys="grave 1 2 3 4 5 6 7 8 9 0 hyphen equal"/>
|
|
27
|
-
<row keys="Q W E R T Y U I O P open-square close-square backslash"/>
|
|
28
|
-
<row keys="A S D F G H J K L semi-colon apos"/>
|
|
29
|
-
<row keys="Z X C V B N M comma period slash"/>
|
|
30
|
-
<row keys="space"/>
|
|
31
|
-
</layer>
|
|
32
|
-
<layer modifiers="shift caps">
|
|
33
|
-
<row keys="tilde bang at hash dollar percent caret amp asterisk open-paren close-paren underscore plus"/>
|
|
34
|
-
<row keys="q w e r t y u i o p open-curly close-curly pipe"/>
|
|
35
|
-
<row keys="a s d f g h j k l colon double-quote"/>
|
|
36
|
-
<row keys="z x c v b n m open-angle close-angle question"/>
|
|
37
|
-
<row keys="space"/>
|
|
38
|
-
</layer>
|
|
39
|
-
</layers>
|
|
40
|
-
</keyboard3>
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="$LANG_TAG" conformsTo="45">
|
|
3
|
+
<info author="$AUTHOR" name="$NAME"/>
|
|
4
|
+
<version number="1.0.0"/>
|
|
5
|
+
$ADDITIONAL_LANG_TAGS
|
|
6
|
+
<keys>
|
|
7
|
+
<import base="cldr" path="45/keys-Zyyy-punctuation.xml"/>
|
|
8
|
+
<import base="cldr" path="45/keys-Zyyy-currency.xml"/>
|
|
9
|
+
</keys>
|
|
10
|
+
<layers formId="us">
|
|
11
|
+
<layer modifiers="none">
|
|
12
|
+
<row keys="grave 1 2 3 4 5 6 7 8 9 0 hyphen equal"/>
|
|
13
|
+
<row keys="q w e r t y u i o p open-square close-square backslash"/>
|
|
14
|
+
<row keys="a s d f g h j k l semi-colon apos"/>
|
|
15
|
+
<row keys="z x c v b n m comma period slash"/>
|
|
16
|
+
<row keys="space"/>
|
|
17
|
+
</layer>
|
|
18
|
+
<layer modifiers="shift">
|
|
19
|
+
<row keys="tilde bang at hash dollar percent caret amp asterisk open-paren close-paren underscore plus"/>
|
|
20
|
+
<row keys="Q W E R T Y U I O P open-curly close-curly pipe"/>
|
|
21
|
+
<row keys="A S D F G H J K L colon double-quote"/>
|
|
22
|
+
<row keys="Z X C V B N M open-angle close-angle question"/>
|
|
23
|
+
<row keys="space"/>
|
|
24
|
+
</layer>
|
|
25
|
+
<layer modifiers="caps">
|
|
26
|
+
<row keys="grave 1 2 3 4 5 6 7 8 9 0 hyphen equal"/>
|
|
27
|
+
<row keys="Q W E R T Y U I O P open-square close-square backslash"/>
|
|
28
|
+
<row keys="A S D F G H J K L semi-colon apos"/>
|
|
29
|
+
<row keys="Z X C V B N M comma period slash"/>
|
|
30
|
+
<row keys="space"/>
|
|
31
|
+
</layer>
|
|
32
|
+
<layer modifiers="shift caps">
|
|
33
|
+
<row keys="tilde bang at hash dollar percent caret amp asterisk open-paren close-paren underscore plus"/>
|
|
34
|
+
<row keys="q w e r t y u i o p open-curly close-curly pipe"/>
|
|
35
|
+
<row keys="a s d f g h j k l colon double-quote"/>
|
|
36
|
+
<row keys="z x c v b n m open-angle close-angle question"/>
|
|
37
|
+
<row keys="space"/>
|
|
38
|
+
</layer>
|
|
39
|
+
</layers>
|
|
40
|
+
</keyboard3>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
-
<title>$NAME</title>
|
|
7
|
-
<style type="text/css">
|
|
8
|
-
p { font: 10pt Tahoma; }
|
|
9
|
-
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
-
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
-
</style>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<h1>$NAME</h1>
|
|
16
|
-
|
|
17
|
-
<p>
|
|
18
|
-
$DESCRIPTION
|
|
19
|
-
</p>
|
|
20
|
-
|
|
21
|
-
<p>$COPYRIGHT</p>
|
|
22
|
-
|
|
23
|
-
</body>
|
|
24
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>$NAME</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
p { font: 10pt Tahoma; }
|
|
9
|
+
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
+
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
+
</style>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<h1>$NAME</h1>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
$DESCRIPTION
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<p>$COPYRIGHT</p>
|
|
22
|
+
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
-
<title>Start Using $NAME</title>
|
|
7
|
-
<style type="text/css">
|
|
8
|
-
p { font: 10pt Tahoma; }
|
|
9
|
-
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
-
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
-
</style>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<h1>Start Using $NAME</h1>
|
|
16
|
-
|
|
17
|
-
<p>
|
|
18
|
-
$DESCRIPTION
|
|
19
|
-
</p>
|
|
20
|
-
|
|
21
|
-
<h1>Keyboard Layout</h1>
|
|
22
|
-
|
|
23
|
-
<!-- Insert Keyboard Layout Images or HTML here -->
|
|
24
|
-
|
|
25
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>Start Using $NAME</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
p { font: 10pt Tahoma; }
|
|
9
|
+
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
10
|
+
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
11
|
+
</style>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<h1>Start Using $NAME</h1>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
$DESCRIPTION
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<h1>Keyboard Layout</h1>
|
|
22
|
+
|
|
23
|
+
<!-- Insert Keyboard Layout Images or HTML here -->
|
|
24
|
+
|
|
25
|
+
</body>
|
|
26
26
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
$NAME Change History
|
|
2
|
-
====================
|
|
3
|
-
|
|
4
|
-
$VERSION ($DATE)
|
|
5
|
-
----------------
|
|
6
|
-
* Created by $AUTHOR
|
|
1
|
+
$NAME Change History
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
$VERSION ($DATE)
|
|
5
|
+
----------------
|
|
6
|
+
* Created by $AUTHOR
|