Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions keyboard/malay_jawi/1.0/malay_jawi.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
$pagename = 'Malay Jawi Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<p>
A Jawi (Arabic based) keyboard for Malay language
</p>

<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift'>
</div>
20 changes: 20 additions & 0 deletions keyboard/wyandot/1.1.0/wyandot.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
$pagename = 'Wyandot Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<p>
A Wyandot keyboard that uses American Phonetic Alphabet symbols.
</p>

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

<h2>Mobile/Phone Keyboard Layout</h2>
<p>Due to the size and number of keys, some characters are hidden in the long press.
Press and hold on the key with a little dot on the top right to reveal and use them.</p>

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