Skip to content

Commit 897f6c6

Browse files
Merge pull request #2453 from keymanapp/auto/keyboards/upload/TC-2486
auto: Keyboard help deployment
2 parents df57761 + 2c5aa32 commit 897f6c6

File tree

12 files changed

+1268
-0
lines changed

12 files changed

+1268
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
$pagename = 'Persian Basic Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header we will tidy up later
5+
require_once('header.php');
6+
?>
7+
8+
<p>
9+
Persian Basic keyboard was imported with permission from the Windows 10 keyboard. This keyboard follows the Inscript Farsi layout.
10+
</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift ctrl shift-ctrl'>
14+
</div>
15+
16+
<h2>Mobile/Tablet Keyboard Layout</h2>
17+
<div id='osk-tablet' data-states='default shift ctrl'>
18+
</div>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
$pagename = 'Persian (Standard) Basic Keyboard Help';
3+
$pagetitle = 'Persian (Standard) Basic Keyboard Help';
4+
// Header we will tidy up later
5+
require_once('header.php');
6+
?>
7+
8+
9+
<p>Persian (Standard) Basic keyboard was imported with permission from the Windows 10 keyboard. </p>
10+
11+
<h2>Desktop Keyboard Layout</h2>
12+
<div id='osk' data-states='default shift shift-ctrl'>
13+
</div>
14+
15+
<h2>Mobile/Tablet Keyboard Layout</h2>
16+
<div id='osk-tablet' data-states='default shift numeric'>
17+
</div>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
$pagename = 'Farsi Phonetic Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
Persian phonetic keyboard which also supports related languages.
9+
</p>
10+
11+
<p>The standard "\" is a deadkey. This can be typed preceding a space or any of the following characters: waw, heh, fatha, alef, guillemet open, guillemet closed and any of the digits. The resulting characters will be backslash, latin zero, alef with hamza, fathatan, heh with yeh above, waw with hamza above, double guillemet open, double guillemet closed, and western digits.</p>
12+
13+
<h2>Desktop Keyboard Layout</h2>
14+
<div id='osk' data-states='default shift'>
15+
</div>
16+
17+
<h2>Mobile/Tablet Keyboard Layout</h2>
18+
<p>Due to the size and number of keys, some characters are hidden in the long press.
19+
Press and hold on the key with a little dot on the top right to reveal and use them. The ones available through longpress are the characters that are available through the longpress on the desktop layout.</p>
20+
21+
<div id='osk-tablet' data-states='default shift'>
22+
</div>
23+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?php
2+
$pagename = 'Farsiman Keyboard Help';
3+
$pagetitle = 'Farsiman Keyboard Help';
4+
require_once('header.php');
5+
?>
6+
7+
<p>Farsiman is a Farsi phonetic keyboard that enables anyone who uses a regular English keyboard write in Farsi. Look at the three screenshots in the welcome.htm and you are immediately ready to write away in Farsi.</p>
8+
9+
<div id='osk-container'>
10+
<h2>Desktop Keyboard Layout</h2>
11+
<p>
12+
To get:
13+
</p>
14+
<ul>
15+
<li>Zero width joiner (ZWJ), type "Ctrl + Alt + ."</li>
16+
<li>Zero width non-joiner (ZWNJ), type "Ctrl + Alt + Spacebar"</li>
17+
<li>Right-to-left mark (RLM), type "Ctrl + Alt + r", and</li>
18+
<li>Left-to-right mark (LRM), type "Ctrl + Alt + l".</li>
19+
</ul>
20+
<div id='osk' data-states='default shift alt ctrlalt'></div>
21+
</div>
22+
23+
<div id='osk-phone-container'>
24+
<h2>Phone Keyboard Layout</h2>
25+
<p>Note: Longpress keys are not currently visible in this static documentation, and so some additional letters may be accessible through these longpress keys.</p>
26+
<div id='osk-tablet' data-states='default shift numeric'></div>
27+
</div>
28+
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?php
2+
$pagename = 'Persian Phonetic Keyboard Help';
3+
$pagetitle = 'Persian Phonetic Keyboard Help';
4+
require_once('header.php');
5+
?>
6+
7+
<p>This keyboard layout is designed for Persian. It includes an on screen keyboard
8+
which can be viewed by clicking on the Keyman icon and selecting the On Screen Keyboard
9+
menu item. Similar keyboards are also available for other desktop and mobile platforms.</p>
10+
11+
<p>Special key combinations are as follows:</p>
12+
<table>
13+
<tr>
14+
<td>\ + h = </td>
15+
<td>ۀ</td>
16+
</tr>
17+
<tr>
18+
<td>\ + w = </td>
19+
<td>ؤ</td>
20+
</tr>
21+
<tr>
22+
<td>\ + &lt; = </td>
23+
<td>«</td>
24+
</tr>
25+
<tr>
26+
<td>\ + &gt; = </td>
27+
<td>»</td>
28+
</tr>
29+
<tr>
30+
<td>\ + e = </td>
31+
<td>ً◌</td>
32+
</tr>
33+
</table>
34+
35+
<div id='osk-container'>
36+
<h2>Desktop Keyboard Layout</h2>
37+
<div id='osk' data-states='default shift'></div>
38+
</div>
39+
40+
<div id='osk-phone-container'>
41+
<h2>Phone Keyboard Layout</h2>
42+
<p>Note: Longpress keys are not currently visible in this static documentation, and so some additional letters may be accessible through these longpress keys.</p>
43+
<div id='osk-phone' data-states='default shift numeric'></div>
44+
</div>
45+
46+
<div id='osk-tablet-container'>
47+
<h2>Tablet Keyboard Layout</h2>
48+
<p>Note: Longpress keys are not currently visible in this static documentation, and so some additional letters may be accessible through these longpress keys.</p>
49+
<div id='osk-tablet' data-states='default shift'></div>
50+
</div>
51+
52+

0 commit comments

Comments
 (0)