Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions keyboard/zou_script_and_numerals/1.0/zou_script_and_numerals.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?php
$pagename = 'Zou Script and Numerals Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<p>
Thank you for installing the <b>Zou Script and Numerals</b> keyboard. This digital tool marks a significant milestone in the preservation and promotion of the Zou community's Tibeto-Burman heritage.
</p>

<p><b>Since the script is not encoded in Unicode, the codepoints in this keyboard are using Private Use Area Unicode codepoints. When, and if, the script is encoded in the Unicode, those codepoints will change.</b></p>

<p><b>
"This Zou digital keyboard is free to use for all users to enhance learning, research and knowledge related to the Zou community."
</b></p>

<h2>Getting Started</h2>
<p>
This keyboard is designed to integrate seamlessly with your standard hardware. It maps the 27 unique Zou alphabets and the traditional numeral system to your existing keys.
</p>

<h2>Usage Tips</h2>
<ul>
<li><b>Zou Alphabets:</b> Type naturally using the <span style="color: #d35400; font-weight: bold;">A-Z</span> keys.</li>
<li><b>Special Characters:</b> Don't forget the 27th letter located on the <span style="color: #d35400; font-weight: bold;">[</span> key.</li>
</ul>

<h2>How to Type</h2>
<ul>
<li><b>Standard Letters:</b> Use keys <span class="key">A-Z</span> for lowercase and <span class="key">Shift + A-Z</span> for uppercase.</li>
<li><b>The 27th Letter:</b> This character is mapped to the Left Bracket key <span class="key">[</span>.</li>
<li><b>Numerals:</b> Use the standard number row <span class="key">0-9</span> to type Zou numerals.</li>
</ul>

<h2>Quick Reference Table</h2>
<table>
<tr>
<th>Key</th>
<th>Output</th>
</tr>
<tr>
<td class="key">[</td>
<td>27th Lowercase Letter</td>
</tr>
<tr>
<td class="key">Shift + [</td>
<td>27th Uppercase Letter</td>
</tr>
<tr>
<td class="key">0-9</td>
<td>Zou Numerals (U+E040 - U+E049)</td>
</tr>
</table>

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