Skip to content

Commit

Permalink
add start of keyman keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jun 25, 2024
1 parent 658cbfe commit 7cce4f8
Show file tree
Hide file tree
Showing 9 changed files with 2,791 additions and 3,361 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"make:1": "webpack",
"make:keyboard:code": "tsx text/keyboard",
"make:keyboard:kmn": "cd text/keyboard && kmc build --color --debug tone.kmn",
"make:keyboard:kmn": "cd text/keyboard && kmc build --color --debug tone.kps -o tone.kmp",
"make:keyboard:kps": "cd text/keyboard && kmc build --color --debug tone.kps -o tone.kmp",
"make:keyboard": "pnpm make:keyboard:code && pnpm make:keyboard:kmn && pnpm make:keyboard:kps",
"make:keyboard:windows": "pnpm make:keyboard:code && cd text/keyboard && kmc build --color windows-package-installer",
"move": "pnpm make && git add . && git commit -am 'save' && npm version patch && pnpm host && git push",
"scan": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ directly.
- https://help.keyman.com/developer/17.0/reference/kmc/cli/kmcomp-migration
- https://help.keyman.com/developer/current-version/reference/file-types/metadata

```bash
pnpm make:keyboard
```

## License

Copyright 2021-2024 <a href='https://term.surf'>TermSurf</a>
Expand Down
36 changes: 0 additions & 36 deletions text/keyboard/readme.htm

This file was deleted.

Loading

0 comments on commit 7cce4f8

Please sign in to comment.