Skip to content

Commit

Permalink
Merge pull request #873 from keymanapp/auto/keyboards/upload/TC-1567
Browse files Browse the repository at this point in the history
auto: Keyboard help deployment
  • Loading branch information
keyman-status authored Nov 13, 2023
2 parents 9a0a73f + ea0b0b4 commit 9c716f8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions keyboard/fv_nuxalk/10.0/fv_nuxalk.php
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 >&nbsp;</td><td align='center'>t</td><td align='center'>y</td><td align='center'>u</td><td align='center'>i</td><td >&nbsp;</td><td align='center'>p</td></tr>
<tr ><td align='center'>a</td><td align='center'>s</td><td align='center'>7</td><td >&nbsp;</td><td >&nbsp;</td><td align='center'>h</td><td >&nbsp;</td><td align='center'>k</td><td align='center'>l</td><td align='center'>' "</td></tr>
<tr ><td >&nbsp;</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'>&nbsp;</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>

0 comments on commit 9c716f8

Please sign in to comment.