Skip to content

Commit dbe8072

Browse files
Merge pull request #2460 from keymanapp/auto/keyboards/upload/TC-2490
auto: Keyboard help deployment
2 parents 686e266 + 5b1f559 commit dbe8072

7 files changed

Lines changed: 162 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$pagename = 'Afghan Turkmen Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
Keyboard for typing Afghan Turkmen.
9+
</p>
10+
11+
<h2>Desktop Keyboard Layout</h2>
12+
<div id='osk' data-states='default shift rightctrl-shift'>
13+
</div>
14+
15+
<h2>Mobile/Phone Keyboard Layout</h2>
16+
<p>Due to the size and number of keys, some characters are hidden in the long press.
17+
Press and hold on the key with a little dot on the top right to reveal and use them.</p>
18+
19+
<div id='osk-phone' data-states='default shift symbol'>
20+
</div>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
$pagename = 'Balochi InPage Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>This keyboard layout is designed for transcribing Balochi languages based on the InPage Urdu keyboard layout.
9+
It includes an on screen keyboard which can be viewed by clicking on the Keyman icon
10+
and selecting the On Screen Keyboard menu item. Similar keyboards are also available for other desktop and mobile platforms.</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift rightalt rightalt-shift leftctrl leftctrl-shift'>
14+
</div>
15+
16+
<h2>Phone Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
<div id='osk-phone' data-states='default shift numeric'>
20+
</div>
21+
22+
<h2>Tablet Keyboard Layout</h2>
23+
<p>Due to the size and number of keys, some characters are hidden in the long press.
24+
Press and hold on the key with a little dot on the top right to reveal them.</p>
25+
<div id='osk-tablet' data-states='default shift numeric'>
26+
</div>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$pagename = 'Balochi Persian Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>This keyboard layout is designed for transcribing Balochi languages using the standard Persian Windows keyboard layout.
9+
It includes an on screen keyboard which can be viewed by clicking on the Keyman icon
10+
and selecting the On Screen Keyboard menu item. Similar keyboards are also available for other desktop and mobile platforms.</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift ctrl shift-ctrl'>
14+
</div>
15+
16+
<h2>Phone Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
<div id='osk-phone' data-states='default shift numeric'>
20+
</div>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
$pagename = 'Balochi Phonetic Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>This keyboard layout is designed for Balochi. It includes an on screen keyboard
9+
which can be viewed by clicking on the Keyman icon and selecting the On Screen Keyboard
10+
menu item. Similar keyboards are also available for other desktop and mobile platforms.</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift ctrl shift-ctrl'>
14+
</div>
15+
16+
<h2>Phone Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
<div id='osk-phone' data-states='default shift numeric'>
20+
</div>
21+
22+
<h2>Tablet Keyboard Layout</h2>
23+
<p>Due to the size and number of keys, some characters are hidden in the long press.
24+
Press and hold on the key with a little dot on the top right to reveal them.</p>
25+
<div id='osk-tablet' data-states='default shift'>
26+
</div>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$pagename = 'Balochi Urdu Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>This keyboard layout is designed for transcribing Balochi languages using the standard Urdu Windows keyboard layout.
9+
It includes an on screen keyboard which can be viewed by clicking on the Keyman icon
10+
and selecting the On Screen Keyboard menu item. Similar keyboards are also available for other desktop and mobile platforms.</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift ctrl shift-ctrl'>
14+
</div>
15+
16+
<h2>Phone Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
<div id='osk-phone' data-states='default shift numeric'>
20+
</div>

keyboard/gilaki/1.1.2/gilaki.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
$pagename = 'Gilaki Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>
9+
Keyboard for the Gilaki language based on the Persian layout.
10+
</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift shift-ctrl'>
14+
</div>
15+
16+
<h2>Mobile/Tablet Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
20+
<div id='osk-phone' data-states='default numeric symbol'>
21+
</div>
22+
23+
<div id='osk-tablet' data-states='default shift'>
24+
</div>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
$pagename = 'Gilaki Phonetic Keyboard Help';
3+
$pagetitle = $pagename;
4+
// Header
5+
require_once('header.php');
6+
?>
7+
8+
<p>
9+
Keyboard for the Gilaki language based on a phonetic layout.
10+
</p>
11+
12+
<h2>Desktop Keyboard Layout</h2>
13+
<div id='osk' data-states='default shift'>
14+
</div>
15+
16+
<h2>Phone Keyboard Layout</h2>
17+
<p>Due to the size and number of keys, some characters are hidden in the long press.
18+
Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
20+
<div id='osk-phone' data-states='default shift numeric'>
21+
</div>
22+
23+
<h2>Tablet Keyboard Layout</h2>
24+
25+
<div id='osk-tablet' data-states='default shift'>
26+
</div>

0 commit comments

Comments
 (0)