Skip to content

Commit c0e8c66

Browse files
Merge pull request #2432 from keymanapp/auto/keyboards/upload/TC-2470
auto: Keyboard help deployment
2 parents c34b130 + 6b819ff commit c0e8c66

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
$pagename = 'Geba Karen (Latin) Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
This is a keyboard that contains all of the characters needed to type Geba Karen in the Latin script. The keyboard produces NFD Unicode.
9+
</p>
10+
11+
<p>Combining marks should be typed after the character they will appear on.</p>
12+
13+
<h2>Desktop Keyboard Layout</h2>
14+
<div id='osk' data-states='default shift'>
15+
</div>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$pagename = 'Geba Karen (Myanmar) Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
8+
<p>
9+
This is a keyboard that contains all of the characters needed to type Geba Karen in the Myanmar (Burmese) script. The keyboard produces NFD Unicode.
10+
</p>
11+
<h2>Desktop Keyboard Layout</h2>
12+
<div id='osk' data-states='default shift'>
13+
</div>
14+
</html>

0 commit comments

Comments
 (0)