Skip to content

Commit

Permalink
auto: Keyboard help deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
keyman-server committed Dec 4, 2024
1 parent 04694b4 commit 1b0dc02
Show file tree
Hide file tree
Showing 44 changed files with 45,627 additions and 0 deletions.
27 changes: 27 additions & 0 deletions keyboard/basic_kbdtifi2/1.0.1/basic_kbdtifi2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
$pagename = 'Tifinagh (Full) Basic Keyboard Help';
$pagetitle = 'Tifinagh (Full) Basic Keyboard Help';
// Header we will tidy up later
require_once('header.php');


?>


<p style='margin: 16px 0 0 0'>
This keyboard is designed for languages which use the Tifinagh script. This keyboard does not support the consonant joiner (U+2D7F) for forming bi-consonants. It also does not support U+2D66, U+2D67, U+2D70.
</p>
<p>A font must be installed to support this keyboard. Windows includes the <b>Ebrima</b> font which supports the <b>Tifinagh</b> script.</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/>

<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 rightalt'>
</div>


32 changes: 32 additions & 0 deletions keyboard/indonesian_suku/1.0.1/indonesian_suku.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php
$pagename = 'Indonesian-Suku Keyboard Help';
$pagetitle = 'Indonesian-Suku Keyboard Help';
// Header we will tidy up later
require_once('header.php');


?>


<p style='margin: 16px 0 0 0'>
This keyboard is designed for the Indonesia language and Indonesian languages (700+ bahasa suku). It will also be useful for other languages that do not require special characters.
</p><p style='margin: 16px 0 0 0'>
This keyboard was designed with this question in mind: "What would a default Indonesian mobile/touch keyboard layout look like if it was invented in 2020?" The existing keyboard now is not perfect, it still have room for improvement.
</p><p style='margin: 16px 0 0 0'>
My main design change is as follows:
<br />* Put largely foreign letters "zxq" in the corner
<br />* Show the several variations of 'e' (schwa), 'e acute', and 'e accent grave'.
<br />* Move symbols in the symbol layer.
</p><p style='margin: 16px 0 0 0'>
Other than that, this keyboard also designed to provide support for Indonesian local languages that uses accented letters. As of version 1.0, all the 10 largest languages of Indonesia have been supported: Javanese, Sundanese, Madurese, Batak, Minang, Bugis, Makassar, Bali, Banjar, Aceh
</p>

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

<h2>Mobile/Tablet Keyboard Layout</h2>
<div id='osk-tablet' data-states='default shift numeric'>
</div>


Loading

0 comments on commit 1b0dc02

Please sign in to comment.