Skip to content

Commit

Permalink
Adjustments to latin keyboard; make it version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Jul 23, 2019
1 parent b53c646 commit 3aa287d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions release/nrc/nrc_crk_cans/extras/libkeyboard/latin_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"""

SYLLABICS_KEY = {"id": "K_SCROLL", "text": "ᓀᐦᐃᔭᐤ", "nextlayer": "default"}
WIDE_SYLLABICS_KEY = {**SYLLABICS_KEY, "width": "150"}

# Note: This was mostly copy-pasted from Keyman's default touch-optimized layout.
LATIN_LAYERS = [
Expand Down Expand Up @@ -42,7 +43,6 @@
{"id": "K_J", "text": "j"},
{"id": "K_K", "text": "k"},
{"id": "K_L", "text": "l"},
{"id": "T_new_435", "text": "", "width": "10", "sp": "10"},
],
},
{
Expand Down Expand Up @@ -126,7 +126,6 @@
{"id": "K_J", "text": "J"},
{"id": "K_K", "text": "K"},
{"id": "K_L", "text": "L"},
{"id": "T_new_160", "text": "", "width": "10", "sp": "10"},
],
},
{
Expand Down Expand Up @@ -253,7 +252,7 @@
{
"id": 4,
"key": [
SYLLABICS_KEY,
WIDE_SYLLABICS_KEY,
{"id": "K_LOPT", "text": "*Menu*", "width": "120", "sp": "1"},
{"id": "K_SPACE", "text": "", "width": "610", "sp": "0"},
{"id": "K_ENTER", "text": "*Enter*", "width": "150", "sp": "1"},
Expand Down
8 changes: 4 additions & 4 deletions release/nrc/nrc_crk_cans/nrc_crk_cans.kpj
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
<ID>id_cf34c0681ea36a07f10a7a73721b7d30</ID>
<Filename>nrc_crk_cans.kmn</Filename>
<Filepath>source\nrc_crk_cans.kmn</Filepath>
<FileVersion>0.20190722.0</FileVersion>
<FileVersion>1.0.0</FileVersion>
<FileType>.kmn</FileType>
<Details>
<Name>Plains Cree Syllabics Keyboard</Name>
<Copyright>Copyright © 2019 National Research Council Canada</Copyright>
<Copyright>Copyright © 2019 National Research Council Canada</Copyright>
</Details>
</File>
<File>
<ID>id_42283670a0f70443682146e342beda3a</ID>
<Filename>nrc_crk_cans.kps</Filename>
<Filepath>source\nrc_crk_cans.kps</Filepath>
<FileVersion>0.20190719.0</FileVersion>
<FileVersion>1.0.0</FileVersion>
<FileType>.kps</FileType>
<Details>
<Name>Plains Cree Syllabics Keyboard</Name>
<Copyright>© 2019 National Research Council Canada</Copyright>
<Version>0.20190719.0</Version>
<Version>1.0.0</Version>
</Details>
</File>
<File>
Expand Down
4 changes: 2 additions & 2 deletions release/nrc/nrc_crk_cans/source/nrc_crk_cans.kps
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Items/>
</StartMenu>
<Info>
<Version URL="">0.20190719.0</Version>
<Version URL="">1.0.0</Version>
<Name URL="">Plains Cree Syllabics Keyboard</Name>
<Copyright URL="">© 2019 National Research Council Canada</Copyright>
<Author URL="mailto:Eddie.Santos@ncr-cnrc.gc.ca">Eddie Antonio Santos</Author>
Expand All @@ -40,7 +40,7 @@
<Keyboard>
<Name>Plains Cree Syllabics Keyboard</Name>
<ID>nrc_crk_cans</ID>
<Version>0.20190722.0</Version>
<Version>1.0.0</Version>
<Languages>
<Language ID="crk-Cans">ᓀᐦᐃᔭᐍᐏᐣ</Language>
</Languages>
Expand Down

0 comments on commit 3aa287d

Please sign in to comment.