Skip to content

Commit 172732c

Browse files
Merge pull request #2440 from keymanapp/auto/keyboards/upload/TC-2476
auto: Keyboard help deployment
2 parents 7e0c873 + bc80a70 commit 172732c

File tree

6 files changed

+230
-0
lines changed

6 files changed

+230
-0
lines changed

keyboard/moro/1.0.1/moro.php

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
<?php
2+
$pagename = 'Moro Keyboard Layout';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
6+
$pagestyle = <<<END
7+
* {
8+
margin: 0;
9+
padding: 0;
10+
}
11+
12+
body {
13+
font-family: Arial, sans-serif;
14+
font-size: 11pt;
15+
color: #000000;
16+
line-height: 1.15;
17+
max-width: 468pt;
18+
padding: 72pt;
19+
background-color: #ffffff;
20+
}
21+
22+
h1 {
23+
font-size: 20pt;
24+
font-weight: bold;
25+
color: #000000;
26+
margin-top: 20pt;
27+
margin-bottom: 6pt;
28+
page-break-after: avoid;
29+
}
30+
31+
h2 {
32+
font-size: 16pt;
33+
font-weight: normal;
34+
color: #000000;
35+
margin-top: 18pt;
36+
margin-bottom: 6pt;
37+
page-break-after: avoid;
38+
}
39+
40+
h3 {
41+
font-size: 14pt;
42+
color: #434343;
43+
margin-top: 16pt;
44+
margin-bottom: 4pt;
45+
page-break-after: avoid;
46+
}
47+
48+
p {
49+
margin-bottom: 11pt;
50+
orphans: 2;
51+
widows: 2;
52+
}
53+
54+
.subtitle {
55+
font-size: 14pt;
56+
color: #333333;
57+
margin-bottom: 16pt;
58+
}
59+
60+
img {
61+
max-width: 100%;
62+
height: auto;
63+
}
64+
65+
table {
66+
border-collapse: collapse;
67+
margin: 12pt 0;
68+
}
69+
70+
td, th {
71+
border: 1px solid #000000;
72+
padding: 5pt;
73+
text-align: left;
74+
vertical-align: top;
75+
}
76+
77+
hr {
78+
margin: 24pt 0;
79+
border: none;
80+
border-top: 1px solid #cccccc;
81+
}
82+
END;
83+
?>
84+
85+
<p>A keyboard for typing the Moro language. Moro is a language spoken in the Nuba Mountains of South Kordofan, Sudan.</p>
86+
87+
<h1>Keyboard Layouts</h1>
88+
<p>The keyboard layouts shown below show the position of the key to press to output the desired character.</p>
89+
90+
<h2>Desktop Keyboard Layouts</h2>
91+
92+
<h3>Unshifted</h3>
93+
<p><img src="unshifted.png" alt="Unshifted keyboard layout" width="624" height="233"></p>
94+
95+
<h3>Shifted</h3>
96+
<p><img src="shifted.png" alt="Shifted keyboard layout" width="624" height="233"></p>
97+
98+
<hr>
99+
100+
<h2>Touch Keyboard Layouts</h2>
101+
102+
<h3>Default</h3>
103+
<p><img src="touch_unshifted.png" alt="Default touch keyboard" width="624" height="400"></p>
104+
105+
<h3>Shift</h3>
106+
<p><img src="touch_shifted.png" alt="Shift touch keyboard" width="624" height="400"></p>
107+
108+
<h3>Numeric</h3>
109+
<p><img src="touch_numeric.png" alt="Numeric touch keyboard" width="624" height="400"></p>
110+
111+
<h2>Flicks and Longpress</h2>
112+
113+
<h3>Flicks</h3>
114+
<p>If you swipe down starting on the 'ŋ' key a '?' will be output. If you swipe up starting on the 'ŋ' key a '/' will be output.</p>
115+
116+
<h3>Long Press</h3>
117+
<p>Alternatively, if you press and hold the 'ŋ' a pop-up with two options, '?' or '/' you can then slide without lifting to the desired character. Note the full stop also has other punctuation on long press.</p>
118+
119+
<h1>Keyboard rules</h1>
120+
<p>Keyboard for majority letters will follow the standard qwerty keyboard layout, except for the following in the table below.</p>
121+
<p>The table shows the key cap, the character shown on the hardware keyboard and the character it outputs.</p>
122+
123+
<h2>Lowercase</h2>
124+
<table>
125+
<tr>
126+
<td>q</td>
127+
<td>ɗ</td>
128+
</tr>
129+
<tr>
130+
<td>[</td>
131+
<td>ñ</td>
132+
</tr>
133+
<tr>
134+
<td>]</td>
135+
<td>ë</td>
136+
</tr>
137+
<tr>
138+
<td>\</td>
139+
<td>ḏ</td>
140+
</tr>
141+
<tr>
142+
<td>h</td>
143+
<td>ə</td>
144+
</tr>
145+
<tr>
146+
<td>z</td>
147+
<td>ẓ</td>
148+
</tr>
149+
<tr>
150+
<td>x</td>
151+
<td>đ</td>
152+
</tr>
153+
<tr>
154+
<td>/</td>
155+
<td>ŋ</td>
156+
</tr>
157+
</table>
158+
159+
<h2>Uppercase</h2>
160+
<table>
161+
<tr>
162+
<td>SHIFT + q</td>
163+
<td>Ɗ</td>
164+
</tr>
165+
<tr>
166+
<td>SHIFT + [</td>
167+
<td>Ñ</td>
168+
</tr>
169+
<tr>
170+
<td>SHIFT + ]</td>
171+
<td>Ë</td>
172+
</tr>
173+
<tr>
174+
<td>SHIFT + \</td>
175+
<td>Ḏ</td>
176+
</tr>
177+
<tr>
178+
<td>SHIFT + h</td>
179+
<td>Ə</td>
180+
</tr>
181+
<tr>
182+
<td>SHIFT + z</td>
183+
<td>Ẑ</td>
184+
</tr>
185+
<tr>
186+
<td>SHIFT + x</td>
187+
<td>Đ</td>
188+
</tr>
189+
<tr>
190+
<td>SHIFT + /</td>
191+
<td>Ŋ</td>
192+
</tr>
193+
</table>
194+
195+
<p>To be able to type the characters from the standard qwerty keyboard press the right alt key + the desired key as shown in the table.</p>
196+
197+
<table>
198+
<tr>
199+
<td>RAlt + [</td>
200+
<td>[</td>
201+
</tr>
202+
<tr>
203+
<td>RAlt + ]</td>
204+
<td>]</td>
205+
</tr>
206+
<tr>
207+
<td>RAlt + \</td>
208+
<td>\</td>
209+
</tr>
210+
<tr>
211+
<td>RAlt + /</td>
212+
<td>/</td>
213+
</tr>
214+
<tr>
215+
<td>Shift + RAlt + [</td>
216+
<td>{</td>
217+
</tr>
218+
<tr>
219+
<td>Shift + RAlt + ]</td>
220+
<td>}</td>
221+
</tr>
222+
<tr>
223+
<td>Shift + RAlt + \</td>
224+
<td>|</td>
225+
</tr>
226+
<tr>
227+
<td>Shift + RAlt + /</td>
228+
<td>/</td>
229+
</tr>
230+
</table>

keyboard/moro/1.0.1/shifted.png

24.7 KB
Loading
51 KB
Loading
41.1 KB
Loading
41.2 KB
Loading

keyboard/moro/1.0.1/unshifted.png

23.1 KB
Loading

0 commit comments

Comments
 (0)