-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1717 from keymanapp/auto/keyboards/upload/TC-2025
auto: Keyboard help deployment
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
$pagename = 'Ahmao (SIL) Keyboard Help'; | ||
$pagetitle = 'Ahmao (SIL) Keyboard Help'; | ||
// Header we will tidy up later | ||
require_once('header.php'); | ||
|
||
|
||
?> | ||
|
||
|
||
<p>This keyboard was designed for the Ahmao [hmd] language using the Miao script. The keyboard supports both the Augmented Traditional character set as well as the Normalised character set. A font must be installed to support this keyboard. A Miao font specifically designed for use with the hmd language is available here: <a href="http://software.sil.org/shimenkan/">http://software.sil.org/shimenkan/</a>. The Sapushan font is also packaged with this keyboard.</p> | ||
|
||
<p>TR outputs MIAO TONE RIGHT</p> | ||
<p>TTR outputs MIAO TONE TOP RIGHT</p> | ||
<p>TA outputs MIAO TONE ABOVE</p> | ||
|
||
<h2>Desktop Keyboard Layout</h2> | ||
<div id='osk' data-states='default shift rightalt'> | ||
</div> | ||
|
||
<h2>Mobile/Tablet Keyboard Layout</h2> | ||
<p>The mobile layout uses longpress keys to access the warted characters as well as some of the other characters.</p> | ||
<div id='osk-tablet' data-states='default shift'> | ||
</div> | ||
|
||
|
||
|