-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68013b3
commit 4577bc1
Showing
2 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
Plains Cree Touch Keyboard generator | ||
==================================== | ||
|
||
I've written code here that generates a `.keyman-touch-layout` JSON file | ||
and a `.kmn` Keyman programming language file, that, put together, | ||
create a keyboard for writing ᒐᐦᑭᐯᐘᓯᓇᐦᐃᑫᐏᐣ (Plains Cree syllabics). | ||
|
||
|
||
Requirements | ||
------------ | ||
|
||
* Python 3.7+ | ||
* (optional) `make` | ||
* (optional) [Black](https://github.com/python/black) | ||
|
||
|
||
Usage | ||
----- | ||
|
||
Run `make` to build `nrc_crk_cans.keyman-touch-layout` and `nrc_crk_cans.kmn`. | ||
|
||
If you don't have `make`, you can run: | ||
|
||
python3 generate-touch-layout.py ../source/nrc_crk_cans.keyman-touch-layout | ||
python3 generate-kmn.py ../source/nrc_crk_cans.kmn | ||
|
||
|
||
Copying | ||
------- | ||
|
||
Copyright © 2019 Eddie Antonio Santos of the National Research Council | ||
Canada <Eddie.Santos@nrc-crnc.gc.ca>. | ||
|
||
This code is distributed under the terms of the [Mozilla Public License | ||
(MPL) 2.0](https://www.mozilla.org/en-US/MPL/2.0/). See LICENSE for the | ||
full license text. |