Skip to content

Commit

Permalink
Merge pull request #879 from keymanapp/auto/keyboards/upload/TC-1571
Browse files Browse the repository at this point in the history
auto: Keyboard help deployment
  • Loading branch information
keyman-status authored Nov 16, 2023
2 parents 61f27d2 + d2b4a47 commit eaf2bd4
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions keyboard/kayan/1.5.2/kayan.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?php
$pagename = 'Kayan Keyboard Help';
$pagetitle = 'Kayan Keyboard Help';
require_once('header.php');


?>


<p style='margin: 16px 0 0 0'>
This keyboard is designed for typing the Latin-based script of the Kayǎn people of Myanmar.
</p>
<p>If square boxes are displayed instead of characters when using this keyboard (and in the keyboard layouts below), please read our <a href="/troubleshooting/#boxes">troubleshooting guide</a>.
</p>
<br/>

<h1>Keyboard Layout</h1>
<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift rightalt'>
</div>

<h2>Mobile/Tablet Keyboard Layout</h2>

<div id='osk-tablet' data-states='default shift numeric'>
</div>

<h1>Key sequences</h1>

<p>Type in the order that Kayǎn is hand written.</p>
<ol>
<li>vowel</li>
<li>vowel change mark</li>
<li>tone mark</li>
</ol>

<h1>Fonts</h1>

<p>Here is a list of fonts that work well for typing Kayǎn on a computer:</p>
<ul>
<li>Andika</li>
<li>Brill</li>
<li>Calibri</li>
<li>Cambria</li>
<li>Charis SIL</li>
<li>Consolas</li>
<li>Doulos SIL</li>
<li>Gentium</li>
<li>Segoe UI</li>
</ul>
<p>Phones with Android 6 and above also work well.</p>

<h1>Special Issue</h1>

<p>All fonts do not display the U+0300 and U+0301 sequence correctly for Kayǎn. There is a font feature that has been proposed to help with this problem.</p>

0 comments on commit eaf2bd4

Please sign in to comment.