-
-
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.
- Loading branch information
1 parent
04694b4
commit 1b0dc02
Showing
44 changed files
with
45,627 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 = '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> | ||
|
||
|
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,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> | ||
|
||
|
Oops, something went wrong.