Skip to content

Commit 039b152

Browse files
Merge pull request #2406 from keymanapp/auto/keyboards/upload/TC-2448
auto: Keyboard help deployment
2 parents da67e82 + 9f5785a commit 039b152

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
$pagename = 'NP Gawri (SIL)';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
Keyboard for Gawri language (Arabic script). Layout originally from MSKLC
9+
</p>
10+
11+
<h1>Keyboard Layout</h1>
12+
13+
<h2>Desktop Layout</h2>
14+
<div id='osk' data-states='default shift'></div>
15+
16+
<div id='osk-mobi-container'>
17+
<h2>Mobile Keyboard Layout</h2>
18+
<div id='osk-phone' data-states='default shift numeric'></div>
19+
</div>

0 commit comments

Comments
 (0)