-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #875 from keymanapp/auto/keyboards/upload/TC-1568
auto: Keyboard help deployment
- Loading branch information
Showing
59 changed files
with
2,532 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?php | ||
$pagename = 'Anicinapemi8in/Anishinàbemiwin Keyboard Help'; | ||
$pagetitle = 'Anicinapemi8in/Anishinàbemiwin Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Anicinapemi8in/Anishinàbemiwin</b> language of the Eastern Subarctic region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>? !</td><td align='center'>w</td><td align='center'>e</td><td align='center'>-</td><td align='center'>t</td><td align='center'>y</td><td align='center'>8</td><td align='center'>i ì</td><td align='center'>o ò</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a à</td><td align='center'>s</td><td align='center'>d</td><th align='center'>`</th><td align='center'>g</td><td align='center'>h</td><td align='center'>j</td><td align='center'>k</td><td > </td><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>z</td><td align='center'>,</td><td align='center'>c</td><td align='center'>.</td><td align='center'>b</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>keys with a red background are combining accents. | ||
</li><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li></ul><div class='vspace'></div><h3>Alternate Name</h3> | ||
<ul><li>Algonquin | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
39 changes: 39 additions & 0 deletions
39
keyboard/fv_anishinaabemowin/9.1.1/fv_anishinaabemowin.php
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,39 @@ | ||
<?php | ||
$pagename = 'Anishinaabemowin Keyboard Help'; | ||
$pagetitle = 'Anishinaabemowin Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Anishinaabemowin</b> language of the Great Lakes - St. Lawrence region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>? !</td><td align='center'>w</td><td align='center'>e</td><td > </td><td align='center'>t</td><td align='center'>y</td><td > </td><td align='center'>i</td><td align='center'>o</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>d</td><td align='center'>-</td><td align='center'>g</td><td align='center'>h</td><td align='center'>j</td><td align='center'>k</td><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>z</td><td align='center'>,</td><td align='center'>c</td><td align='center'>.</td><td align='center'>b</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li></ul><div class='vspace'></div><h3>Alternate Name</h3> | ||
<ul><li>Ojibwe | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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,39 @@ | ||
<?php | ||
$pagename = 'Atikamekw Keyboard Help'; | ||
$pagetitle = 'Atikamekw Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Atikamekw</b> language of the Eastern Subarctic region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>-</td><td align='center'>w</td><td align='center'>e</td><td align='center'>r</td><td align='center'>t t̲</td><td > </td><td > </td><td align='center'>i î</td><td align='center'>o ô</td><td align='center'>p p̲</td></tr> | ||
<tr ><td align='center'>a â</td><td align='center'>s s̲</td><th align='center'>_</th><td > </td><td > </td><td align='center'>h</td><th align='center'>^</th><td align='center'>k k̲</td><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>!</td><td align='center'>?</td><td align='center'>c c̲</td><td align='center'>,</td><td align='center'>.</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>keys with a red background are combining accents. | ||
</li><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li><li>the accent marks are guides to pronunciation and generally not used in writing | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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 @@ | ||
<?php | ||
$pagename = 'Australian Keyboard Help'; | ||
$pagetitle = 'Australian Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
Keyboard layout for typing Australian Aboriginal languages which use the diaeresis, combining underline, and eng. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>q</td><td align='center'>w</td><td align='center'>e ë</td><td align='center'>r ṟ</td><td align='center'>t ṯ</td><td align='center'>y</td><td align='center'>u ü</td><td align='center'>i ï</td><td align='center'>o ö</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a ä</td><td align='center'>s</td><td align='center'>d ḏ</td><td align='center'>f</td><td align='center'>g</td><td align='center'>h</td><td align='center'>j</td><td align='center'>k</td><td align='center'>l ḻ</td><td align='center'>ŋ ' ɲ</td></tr> | ||
<tr ><td > </td><td align='center'>z</td><td align='center'>x</td><td align='center'>c</td><td align='center'>v</td><td align='center'>b</td><td align='center'>n ṉ</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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 @@ | ||
<?php | ||
$pagename = 'Blackfoot Keyboard Help'; | ||
$pagetitle = 'Blackfoot Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Blackfoot</b> language of the Prairies region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>!</td><td align='center'>w</td><td > </td><td > </td><td align='center'>t</td><td align='center'>y</td><td > </td><td align='center'>i</td><td align='center'>o</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>-</td><td > </td><td > </td><td align='center'>h</td><td > </td><td align='center'>k</td><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td > </td><td align='center'>x</td><td align='center'>?</td><td align='center'>,</td><td align='center'>.</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet'> | ||
</div> |
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,39 @@ | ||
<?php | ||
$pagename = 'Bodéwadminwen-Nishnabémwen Keyboard Help'; | ||
$pagetitle = 'Bodéwadminwen-Nishnabémwen Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Bodéwadminwen-Nishnabémwen</b> language of the Great Lakes - St. Lawrence region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>? !</td><td align='center'>w</td><td align='center'>e</td><td align='center'>é</td><td align='center'>t</td><td align='center'>y</td><td > </td><td align='center'>i</td><td align='center'>o</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>d</td><td align='center'>-</td><td align='center'>g</td><td align='center'>h</td><td align='center'>j</td><td align='center'>k</td><td align='center' colspan='2'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>z</td><td align='center'>,</td><td align='center'>c</td><td align='center'>.</td><td align='center'>b</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li></ul><div class='vspace'></div><h3>Alternate Name</h3> | ||
<ul><li>Potawatomi | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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,40 @@ | ||
<?php | ||
$pagename = 'Cree - Roman Orthography Keyboard Help'; | ||
$pagetitle = 'Cree - Roman Orthography Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Cree - Roman Orthography</b> language of the Prairies region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>-</td><td align='center'>w</td><td align='center'>e ē ê é</td><td align='center'>r</td><td align='center'>t</td><td align='center'>y</td><td > </td><td align='center'>i ī î í</td><td align='center'>o ō ô ó</td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a ā â á</td><td align='center'>s</td><td align='center'>š</td><th align='center'>¯</th><th align='center'>´</th><td align='center'>h</td><th align='center'>^</th><td align='center'>k</td><td align='center'>l</td><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>!</td><td align='center'>?</td><td align='center'>c</td><td align='center'>,</td><td align='center'>.</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>keys with a red background are combining accents. | ||
</li><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li><li>this is the SRO and can accommodate all dialects. | ||
</li><li>depending on the writer, there are three different diacritics to choose from to indicate a long vowel. Each option is included in this keyboard layout. | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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,39 @@ | ||
<?php | ||
$pagename = 'Dakota Keyboard Help'; | ||
$pagetitle = 'Dakota Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Dakota</b> language of the Prairies region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>q</td><td align='center'>w</td><td align='center'>e</td><td align='center'>ƞ</td><td align='center'>t ṭ</td><td align='center'>y</td><td align='center'>u</td><td align='center'>i</td><td align='center'>o</td><td align='center'>p p̣</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s ṡ ś</td><td align='center'>d</td><th align='center'>˙</th><td align='center'>g ġ</td><td align='center'>h ḣ</td><td align='center'>j</td><td align='center'>k ḳ</td><th align='center'>.</th><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>z ż ź</td><th align='center'>´</th><td align='center'>c c̣ ċ ć</td><td align='center'>. , ? !</td><td align='center'>b</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>keys with a red background are combining accents. | ||
</li><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li><li>this is the "traditional" orthography | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
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,39 @@ | ||
<?php | ||
$pagename = 'Dakot̄a Keyboard Help'; | ||
$pagetitle = 'Dakot̄a Keyboard Help'; | ||
$pagestyle = <<<END | ||
#wikitext table { margin: 12px; } | ||
#wikitext table td { border: solid 1px #888888 !important } | ||
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc } | ||
.lang2 {font-family:"Aboriginal Sans"} | ||
END; | ||
|
||
require_once('header.php'); | ||
?> | ||
|
||
<p style='margin: 16px 0 0 0'> | ||
This keyboard is designed for the <b>Dakot̄a</b> language of the Prairies region of Canada. | ||
</p> | ||
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>. | ||
</p> | ||
|
||
|
||
<h2>Notes on touch layout</h2> | ||
<div id='wikitext'> | ||
<div class='vspace'></div> | ||
<table border='1' style='border-collapse:collapse' cellpadding='5' ><tr ><td align='center'>? !</td><td align='center'>w</td><td align='center'>e</td><td align='center'>ƞ</td><td align='center'>t t̄</td><td align='center'>y</td><td align='center'>u</td><td align='center'>i</td><td align='center'>o</td><td align='center'>p p̄</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>d</td><th align='center'>˙</th><td align='center'>g ġ</td><td align='center'>h ḣ</td><td align='center'>j</td><td align='center'>k k̄</td><th align='center'>¯</th><td align='center'>' "</td></tr> | ||
<tr ><td > </td><td align='center'>z</td><td align='center'>s̀</td><td align='center'>c̀ c̄</td><td align='center'>. ,</td><td align='center'>b</td><td align='center'>n</td><td align='center'>m</td><td colspan='2'> </td></tr> | ||
</table> | ||
<div class='vspace'></div><ul><li>keys with a red background are combining accents. | ||
</li><li>the first character in a cell is the "one-tap" key, any further characters are "hold-select" keys. | ||
</li><li>this is the SICC orthography | ||
</li></ul> | ||
</div> | ||
|
||
<br/> | ||
|
||
<h2>Keyboard Layout</h2> | ||
<div id='osk-tablet' data-states='default shift numeric'> | ||
</div> |
Oops, something went wrong.