-
-
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 #873 from keymanapp/auto/keyboards/upload/TC-1567
auto: Keyboard help deployment
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
<?php | ||
$pagename = 'Nuxalk Keyboard Help'; | ||
$pagetitle = 'Nuxalk 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>Nuxalk</b> language of the BC Coast 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'>-</td><td > </td><td align='center'>t</td><td align='center'>y</td><td align='center'>u</td><td align='center'>i</td><td > </td><td align='center'>p</td></tr> | ||
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>7</td><td > </td><td > </td><td align='center'>h</td><td > </td><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'>x</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>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> |