Skip to content

Commit 6b819ff

Browse files
committed
auto: Keyboard help deployment
1 parent 5abe8ee commit 6b819ff

4 files changed

Lines changed: 69 additions & 1 deletion

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>
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?php
2+
$pagename = 'Bunong Latin (SIL) Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
Bunong Latin (SIL) keyboard is designed for typing Bunong language using Latin characters. This keyboard produces NFD characters.
9+
</p>
10+
11+
<h1>Keyboard Layout</h1>
12+
<p>This keyboard makes use of multiple keystrokes to produce one character. For example:</p>
13+
<ul>
14+
<li>Typing "7" after a vowel will produce a horn character. o7 will produce ơ (available on oOuU). Typing 77 will change it to a 7.</li>
15+
<li>Typing "9" after a b or d will produce a barred character. b9 will produce ƀ (available on bBdD). Typing 99 will change it to a 9.</li>
16+
<li>;b will produce ƀ and ;d will produce đ (available on bBdD).</li>
17+
<li>Typing "6" after a vowel will produce a circumflex accent. a6 will produce â (available on aAeEoO). Typing 66 will change it to a 6.</li>
18+
<li>Typing "8" after a vowel will produce a breve accent. a8 will produce ă (available on aAeEiIoOuUơƠưƯ). Typing 88 will change it to an 8.</li>
19+
<li>Typing "<" after a vowel will produce an acute accent. a< will produce á. (available on aAeEiIoOuU).</li>
20+
<li>Typing "`" after a vowel will produce an grave accent. a` will produce à. (available on aAeEiIoOuU).</li>
21+
<li>Typing "~" after a vowel will produce an hook above accent. a~ will produce ả. (available on aAeEiIoOuU).</li>
22+
<li>Typing ">" after a vowel will produce a dot below accent. a> will produce ạ. (available on aAeEiIoOuU).</li>
23+
<li>Typing the same character a second time will produce a basic character. For example, typing "a<<"" will produce "a'" and "a>>" will produce "a/". Similarly, "a``" and "a~~" will produce "a`" and "a~" respectively.</li>
24+
</ul>
25+
<p>In addition, the following keystrokes can be used to produce characters:</p>
26+
<ul>
27+
<li>;' = “</li>
28+
<li>;" = ”</li>
29+
<li>;;" = «</li>
30+
<li>;;" = »</li>
31+
<li>RALT SPACE = hair space</li>
32+
<li>RALT SHIFT SPACE = thin space</li>
33+
<li>LCTRL SPACE = four per em space</li>
34+
<li>LCTRL SHIFT SPACE = en space</li>
35+
</ul>
36+
37+
<h2>Desktop Keyboard Layout</h2>
38+
<div id='osk' data-states='default shift'>
39+
</div>

keyboard/tay_latn/1.1/tay_latn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<li>Typing "d" or "D" twice will produce "đ" or "Đ" respectively.</li>
1616

1717
</ul>
18-
<
18+
1919
<h2>Desktop Keyboard Layout</h2>
2020
<div id='osk' data-states='default shift'>
2121
</div>

0 commit comments

Comments
 (0)