You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
0 commit comments