Skip to content

Commit 9cb72eb

Browse files
Merge pull request #2433 from keymanapp/auto/keyboards/upload/TC-2471
auto: Keyboard help deployment
2 parents c0e8c66 + 2aa06cd commit 9cb72eb

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

keyboard/jumjum/1.1/jumjum.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
$pagename = 'Jumjum Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
A keyboard for the Jumjum language using Latin script.
9+
</p>
10+
11+
<p>There are two "deadkeys". The [ deadkey is used with the following characters: aAdDeEgGiInNoOtTuUyY'". These produce: äÄḍḌëËŋŊïÏṇṆöÖṭṬüÜñÑ‘“. Type ] deadkey with ' and " to produce ’ and ” respectively.</p>
12+
<p>Type the deadkey twice to output either [ or ].</p>
13+
<p>Many of these characters are also available on the RALT layers.</p>
14+
15+
<h2>Desktop Keyboard Layout</h2>
16+
<div id='osk' data-states='default shift rightalt rightalt-shift'>
17+
</div>

0 commit comments

Comments
 (0)