-
-
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 #872 from keymanapp/auto/keyboards/upload/TC-1566
auto: Keyboard help deployment
- Loading branch information
Showing
1 changed file
with
53 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,53 @@ | ||
<?php | ||
$pagename = 'Dane-Z̲aa Z̲áágéʔ Keyboard Help'; | ||
$pagetitle = 'Dane-Z̲aa Z̲áágéʔ 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>This keyboard is designed for the <b>Dane-Z̲aa Z̲áágéʔ</b> language of the Western Subarctic region of Canada.</p> | ||
|
||
<h2>Desktop Layout</h2> | ||
<div id='osk' data-states='default shift rightalt rightalt-shift'> | ||
|
||
<p>Combining accents are located on the standard <strong>/ and \</strong> keys. Type an accent after a vowel to add it on the vowel. If you've typed the wrong accent, just type the correct accent to replace it.</p> | ||
<ul> | ||
<li>á = a then /</li> | ||
<li>ǎ = a then \</li> | ||
<li>â = a then Shift-\</li> | ||
</ul> | ||
|
||
<p>By holding the ALT key, you can return to the standard US English keyboard value of any modified key (such as <strong>p, r, q, v, x</strong>, and various punctuation). Shift-Alt will give you the standard English shifted value of the modified key (such as <strong>P, R, Q, V, Z</strong>, etc).</p> | ||
|
||
<h2>Mobile/Tablet 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><th align='center'>ˇ</th><td align='center'>t t̲s̲</td><td align='center'>y</td><td align='center'>u</td><td align='center'>i</td><td align='center'>o ǫ</td><td align='center'>ˆ</td></tr> | ||
<tr ><td align='center'>a ą</td><td align='center'>s s̲</td><td align='center'>d d̲z̲</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'>l</td><td align='center'>’</td></tr> | ||
<tr ><td > </td><td align='center'>z 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> | ||
|
||
<p>Accent marks are located in the top row.</p> | ||
|
||
<p>The combining ogonek/hook is located in the second row (in place of <strong>f</strong>). The combining low line is located in the third row (in place of <strong>x</strong>).</p> | ||
|
||
<p>Combined characters using the ogonek/hook and low line are also available in a long press menu. Keys with long-press options are:</p> | ||
<ul> | ||
<li>a > ą (Ą)</li> | ||
<li>d > d̲z̲ (D̲z̲ D̲Z̲)</li> | ||
<li>e > ę (Ę)</li> | ||
<li>o > ǫ (Ǫ)</li> | ||
<li>s > s̲ (S̲)</li> | ||
<li>t > t̲s̲ (T̲s̲ T̲S̲)</li> | ||
<li>z > z̲ (Z̲)</li> | ||
</ul> | ||
|
||
<p>© 2015-2023 FirstVoices, First Peoples' Cultural Foundation, SIL International</p> |