Skip to content

Commit

Permalink
Merge pull request keymanapp#1409 from keymanapp/auto/keyboards/uploa…
Browse files Browse the repository at this point in the history
…d/TC-1831

auto: Keyboard help deployment
  • Loading branch information
keyman-status authored Jul 11, 2024
2 parents 47713d2 + 577fc2f commit 73868c5
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions keyboard/fv_skwxwumesh_snichim/10.0/fv_skwxwumesh_snichim.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<?php
$pagename = 'Sḵwx̱wú7mesh sníchim Keyboard Help';
$pagetitle = 'Sḵwx̱wú7mesh sníchim 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>Sḵwx̱wú7mesh sníchim</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>Keyboard Layout</h2>
<div id='osk'>
</div>

<ul>
<li>All accents are typed after the base character — w̓ is typed <kbd>w</kbd> then Backquote <kbd>`</kbd>
<ul>
<li>To type the <b>acute accent</b> use the Semicolon key <kbd>;</kbd> — á is typed <kbd>a</kbd> then Semicolon <kbd>;</kbd></li>
<li>To type the <b>combining glottalized accent</b> use the Backquote key <kbd>`</kbd> (next to the 1 key) — m̓ is typed <kbd>m</kbd> then Backquote <kbd>`</kbd>
<ul>
<li>The standalone weak glottal is typed with the Apostrophe key <kbd>'</kbd></li>
</ul>
</li>
<li>To type the <b>underline accent</b> (below macron) use the Hyphen key <kbd>-</kbd> — ḵ is typed <kbd>k</kbd> then Hyphen <kbd>-</kbd></li>
</ul>
</li>
<li>The letter <b>ḵ</b> is typed with the Left Bracket key <kbd>[</kbd></li>
<li>The letter <b>x̱</b> is typed with the Right Bracket key <kbd>]</kbd></li>
<li>The <b>weak glottal ’</b> is typed with the Apostrophe key <kbd>'</kbd></li>
<li>All changed punctuation can type their original value by holding down the <kbd>Right-Alt</kbd> key (Windows) or <kbd>Option</kbd> key (Mac). <br />
The Semicolon ; is typed <kbd>RightAlt</kbd>+<kbd>;</kbd> (Windows) or <kbd>Option</kbd>+<kbd>;</kbd> (Mac).</li>
</ul>

<h2>Notes on touch layout</h2>
<div id='wikitext'>
<div class='vspace'></div>
<table border='1' style='border-collapse:collapse' cellpadding='5' >
<tr >
<th align='center'>’</th>
<td align='center'>w w̓</td>
<td align='center'>e é</td>
<td align='center'>7</td>
<td align='center'>t t’ tl’</td>
<td align='center'>ts ts’</td>
<td align='center'>y y̓</td>
<td align='center'>u ú</td>
<td align='center'>i í</td>
<td align='center'>p p’</td>
</tr>
<tr >
<td align='center'>a á</td>
<td align='center'>s sh</td>
<td align='center'>h</td>
<td align='center'>ḵ ḵ’</td>
<td align='center'>ḵw ḵw’</td>
<td align='center'>k k’</td>
<td align='center'>kw kw’</td>
<td align='center'>l l̓</td>
<td align='center'>lh</td>
<td align='center'>’</td>
</tr>
<tr align ="center">
<td >⇧</td>
<td align='center'>x̱</td>
<td align='center'>x̱w</td>
<td align='center'>x</td>
<td align='center'>xw</td>
<td align='center'>ch ch’</td>
<td align='center'>n n̓</td>
<td align='center'>m m̓</td>
<td colspan='2'>⌫</td>
</tr>
<tr align="center">
<td>123</td>
<td>🌐</td>
<th>´</th>
<td colspan="4">space</td>
<td>.</td>
<td colspan="2">⏎</td>
</tr>
</table>

<div class='vspace'></div>
<ul>
<li>Keys with a red background are combining accents. On your mobile device, they will have green text.</li>
<li>The first character in a cell is the "one-tap" key, any further characters are "hold-select" keys.</li>
<li>Common punctuation marks can be found by pressing and holding the period key on the right side of the space bar.</li>
</ul>
<div class='vspace'></div>



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73868c5

Please sign in to comment.