Skip to content

Commit 115bba0

Browse files
Merge pull request #2565 from keymanapp/auto/keyboards/upload/TC-2551
auto: Keyboard help deployment
2 parents e0a002f + b05b532 commit 115bba0

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
$pagename = 'Khmer Traditional Keyboard Help';
3+
$pagetitle = 'Khmer Traditional Keyboard Help';
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
The Khmer Traditional keyboard is designed to facilitate a seamless transition from the standard Microsoft
9+
Khmer keyboard layout to the Keyman platform. It preserves the canonical character inventory and key mappings
10+
familiar to users across both desktop and mobile environments, thereby minimizing cognitive load and supporting continuity
11+
in typing Khmer alphabets.
12+
</p>
13+
14+
<p>
15+
A distinctive feature of this keyboard is the inclusion of the character ឲ, which is mapped to the <kbd>Right Alt</kbd> + <kbd>y</kbd>
16+
key combination. This character is not currently represented in the standard Microsoft Khmer layout,
17+
although its inclusion is under consideration as of April 2026. The present implementation addresses this gap
18+
by providing direct access within Keyman.
19+
</p>
20+
21+
<div class="overview">
22+
23+
<div id='osk-container'>
24+
<h2>Desktop Keyboard Layout</h2>
25+
26+
<div id='osk' data-states='default shift rightalt rightalt-shift'></div>
27+
28+
</div>
29+
30+
<div id='osk-tablet-container'>
31+
<h2>Mobile Keyboard Layout</h2>
32+
33+
<div id='osk-tablet' data-states='default shift numeric symbols'></div>
34+
35+
</div>

0 commit comments

Comments
 (0)