Skip to content

Commit

Permalink
Merge pull request #1741 from keymanapp/auto/keyboards/upload/TC-2042
Browse files Browse the repository at this point in the history
auto: Keyboard help deployment
  • Loading branch information
keyman-status authored Dec 6, 2024
2 parents 867c412 + af06281 commit 9cc80e2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
17 changes: 12 additions & 5 deletions keyboard/gautami_thamizh_tamil/1.0.3/gautami_thamizh_tamil.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?php
$pagename = 'Gautami Thamizh/Tamil Help';
$pagetitle = $pagename;
$style = "
sup {
vertical-align: super;
font-size: smaller;
}";
require_once('header.php');
?>

Expand All @@ -9,11 +14,13 @@

<p><a href="vowels.png"><span style='text-decoration:none'><img border=3 img width="90%" src="vowels.png" alt="Vowels"></span></a></p>

<p style="width:90%"> The keys with superscripts are toggle keys. The superscript numbers indicate the position of the akṣara in the toggle cycle, e.g. n<sup>1</sup> i.e. n > ந, n<sup>2</sup> i.e. nn&nbsp>&nbspன, and n<sup>3</sup> i.e. nnn&nbsp>&nbspஞ. Press each of these keys several times in a row to see how it works.
<br>
The key x serves three functions: (1) it breaks a toggle cycle and moves the cursor on to the next akṣara, e.g. ii&nbsp>&nbspஈ, but ixi&nbsp>&nbspஇஇ; (2) it prevents a Pulli from combining two contiguous akṣaras into a single composite akṣara, e.g. k.S&nbsp>&nbspக்ஷ but k.xS&nbsp>&nbspக்‌ஷ; and (3) it inserts the composite akṣara க்ஷ at the cursor location, e.g. xx&nbsp>&nbspக்ஷ.
<br>
<b>Pressing down and holding the Right-Alt key switches the keyboard back to its original QWERTY configuration</b>, e.g. [o]&nbsp>&nbspஒ, but hitting [o] while holding down the Right-Alt key yields o.
<p style="width:90%"> The keys with superscripts are toggle keys. The superscript numbers indicate the position of the akṣara in the toggle cycle,
e.g. n<sup>1</sup> i.e. n > ந, n<sup>2</sup> i.e. nn&nbsp>&nbspன, and n<sup>3</sup> i.e. nnn&nbsp>&nbspஞ. Press each of these keys several times in a row to see how it works.
</p>
<p> The key x serves three functions: (1) it breaks a toggle cycle and moves the cursor on to the next akṣara, e.g. ii&nbsp>&nbspஈ, but ixi&nbsp>&nbspஇஇ; (2) it prevents a Pulli
from combining two contiguous akṣaras into a single composite akṣara, e.g. k.S&nbsp>&nbspக்ஷ but k.xS&nbsp>&nbspக்‌ஷ; and (3) it inserts the composite akṣara க்ஷ at the cursor location, e.g. xx&nbsp>&nbspக்ஷ.
</p>
<p><b>Pressing down and holding the Right-Alt key switches the keyboard back to its original QWERTY configuration</b>, e.g. [o]&nbsp>&nbspஒ, but hitting [o] while holding down the Right-Alt key yields o.
</p>
<h2>Consonants</h2>
<p><a href="consonants.png"><span style='text-decoration:none'><img border=3 img width="90%" src="consonants.png" alt="Consonants"></span></a></p>
Expand Down
29 changes: 29 additions & 0 deletions keyboard/sil_jarai/1.2/sil_jarai.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php
$pagename = 'Jarai ចារាយ (SIL) Keyboard Help';
$pagetitle = 'Jarai ចារាយ (SIL) Keyboard Help';
// Header we will tidy up later
require_once('header.php');


?>


<p>
Jarai ចារាយ (SIL) keyboard is for typing Jarai language using Khmer script. The keyboard layouts for desktop and touch devices are adapted from Khmer NiDA keyboard.
</p>
<br/>

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

<h2>Mobile/Tablet Keyboard Layout</h2>

<p>
To stay on the Shift layer, double tap on the Shift key.
</p>

<div id='osk-tablet' data-states='default shift alt'>
</div>


0 comments on commit 9cc80e2

Please sign in to comment.