Skip to content

Commit 3de2e76

Browse files
Merge pull request #2409 from keymanapp/auto/keyboards/upload/TC-2451
auto: Keyboard help deployment
2 parents 29cf16f + 1bcd94e commit 3de2e76

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?php
2+
$pagename = 'Arabic Phonetic (SIL) Keyboard Help';
3+
$pagetitle = 'Arabic Phonetic (SIL) Keyboard Help';
4+
require_once('header.php');
5+
?>
6+
<p>This is a keyboard for entering Arabic phonetically using a standard English keyboard.</p>
7+
8+
<h2>Keyboard Layout</h2>
9+
10+
<div id='osk-container'>
11+
<h3>Desktop Keyboard Layout</h3>
12+
<div id='osk' data-states='default shift'></div>
13+
</div>
14+
15+
<div id='osk-tablet-container'>
16+
<h3>Mobile/Tablet Keyboard Layout</h3>
17+
<div id='osk-tablet' data-states='default shift numeric'></div>
18+
</div>
19+
20+
<h2>Usage Notes</h2>
21+
22+
<p>This keyboard has several shortcuts to make it easier to type phonetically:</p>
23+
24+
<ul>
25+
<li>To make a long vowel, type the vowel twice. This is supported for:
26+
<ul>
27+
<li><b>aa</b> (<span class='a'>ا)</li>
28+
<li><b>AA</b> (<span class='a'>آ)</li>
29+
<li><b>uu</b> (<span class='a'>ؤ)</li>
30+
<li><b>ee</b> (<span class='a'>إ)</li>
31+
</ul>
32+
</li>
33+
<li>Four other multiple key outputs are supported:
34+
<ul>
35+
<li><b>yx</b> (<span class='a'>ئ</span>)</li>
36+
<li><b>ao</b> (<span class='a'> ً </span>)</li>
37+
<li><b>uo</b> (<span class='a'> ٌ </span>)</li>
38+
<li><b>eo</b> (<span class='a'> ٍ </span>)</li>
39+
</ul>
40+
</li>
41+
<li>To add a Shadda (e.g. shown here on Beh, <span class='a'>بّ</span>), type the consonant twice</li>
42+
<li>To type Allah (<span class='a'>لله</span>), type <b>llh</b></li>
43+
<li>Type any digit + &gt; to get U+066C (thousands separator)</li>
44+
<li>Type any digit + &lt; to get U+066B (decimal separator)</li>
45+
<li>To cycle through different variations of a letter, use the slash key (<b>/</b>). This is currently supported for:
46+
<ul>
47+
<li>alef/ain/fatha (<b>a/</b>)</li>
48+
<li>dad/dal (<b>d/</b>)</li>
49+
<li>heh/khah/hah (<b>h/</b>)</li>
50+
<li>sad/sheen/seen (<b>s/</b>)</li>
51+
<li>tah/teh marbuta/theh/zah/thal/teh (<b>t/</b>)</li>
52+
</ul>
53+
</li>
54+
</ul>
55+

0 commit comments

Comments
 (0)