Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions legacy/t/thai-uni/DEPRECATED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This keyboard has been deprecated and replaced by release/t/thai_kedmanee
4 changes: 2 additions & 2 deletions legacy/t/thai-uni/source/help/Thai-Uni.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
Notes:
History: May 2012 - mcdurdin - Generate documentation from Keyman Desktop documentation
*/
$pagename = 'Thai Unicode Keyboard Help';
$pagetitle = 'Thai Unicode Keyboard Help';
$pagename = 'Thai Unicode (deprecated) Keyboard Help';
$pagetitle = 'Thai Unicode (deprecated) Keyboard Help';
$style = <<<END
/*
===========
Expand Down
Binary file not shown.
Binary file added release/shared/fonts/thai_kedmanee/tahoma.ttf
Binary file not shown.
22 changes: 22 additions & 0 deletions release/t/thai_kedmanee/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Thai Kedmanee Change History
====================

2.0 (2026-03-13)
----------------
* Moved from freeware license to MIT license by permission of the author Samuel A. Mattix.
* Moved from legacy to release by [Meng-Heng](https://github.com/Meng-Heng)

1.3 (2023-08-11)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section was originally the legacy thai-uni keyboard, right?

Do you know what changed in version 1.3?

https://keyman.com/keyboards/thai-uni currently lists Keyboard Version 1.2

@Meng-Heng Meng-Heng Mar 19, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might've come from when I used kmc copy. It noted the 1.3 version with the Last Updated:

1.0 (2023-08-11)
----------------
* Created by Lao & Thai Language Services`

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find what was updated.

2.0 (2026-03-13)
----------------
* Moved from freeware license to MIT license by permission of the author Samuel A. Mattix.
* Moved from legacy to release by [Meng-Heng](https://github.com/Meng-Heng)

1.2 (2012-05-24)
----------------
* Released for Keyman Desktop 8.0: 
    * Minor Revisions to On Screen Keyboard
    * Revised help.

1.1 (2008-01-30)
----------------
* Released for Keyman Desktop 7.0: Public Domain.
* Created by Lao & Thai Language Services

Would you like me to change to this?

@darcywong00 darcywong00 Mar 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something like:

2.0 (2026-03-13)
------------------
* Created by importing legacy thai-uni keyboard by permission of the author Samuel A. Mattix.
* Moved from legacy to release by [Meng-Heng](https://github.com/Meng-Heng)

and then the 1.2 and before.

@LornaSIL has done these before.

----------------
* Updated

1.2 (2012-05-24)
----------------
* Released for Keyman Desktop 8.0:
* Minor Revisions to On Screen Keyboard
* Revised help.

1.1 (2008-01-30)
----------------
* Released for Keyman Desktop 7.0: Public Domain.
* Created by Lao & Thai Language Services
21 changes: 21 additions & 0 deletions release/t/thai_kedmanee/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2008 - 2026 Samuel A. Mattix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
29 changes: 29 additions & 0 deletions release/t/thai_kedmanee/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Thai Kedmanee keyboard
==============

Description
-----------
Thai Kedmanee is a Thai script Unicode keyboard based on the standard Thai Kedmanee layout. This keyboard is fully compliant with the [Unicode Standard](https://unicode.org/standard/standard.html).

Links
-----
Keyboard Homepage: https://keyman.com/keyboards/thai_kedmanee

Copyright
---------
See [LICENSE.md](LICENSE.md)

Supported Platforms
-------------------
* Windows
* macOS
* Linux
* Web
* iPhone
* iPad
* Android phone
* Android tablet
* Mobile devices
* Desktop devices
* Tablet devices

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
133 changes: 133 additions & 0 deletions release/t/thai_kedmanee/source/help/thai_kedmanee.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<?php
$pagename = 'Thai Kedmanee Keyboard Help';
$pagetitle = 'Thai Kedmanee Keyboard Help';
require_once('header.php');

$pagestyle = <<<END
.keyman-table {
border-collapse: collapse;
margin-top: 15px;
}

.keyman-table th,
.keyman-table td {
border: 1px solid #ccc;
padding: 8px;
text-align: center;
vertical-align: middle;
}

.keyman-table th {
background: #f3f3f3;
}

kbd {
background: #f7f7f7;
border: 1px solid #ccc;
border-bottom-width: 2px;
border-radius: 4px;
padding: 2px 6px;
font-family: monospace;
margin-right: 2px;
}
END;
?>

<p>
Thai Kedmanee is a Thai script Unicode keyboard based on the standard Thai Kedmanee layout. This keyboard is fully compliant with the <a href="https://unicode.org/standard/standard.html">Unicode Standard</a>.
</p>

<div class="overview">
<h2>Overview</h2>

<h3>Basic Function</h3>
<p>
This keyboard follows the standard Thai Kedmanee layout. It also allows efficient input of uncommon Thai symbols. Characters are reordered while you type to ensure a consistent underlying sequence of diacritic vowels and tones, making tasks like search and replace much easier. Additional rules prevent you from typing many illegal vowel and tone sequences. This keyboard has also been optimised to take advantage of context-sensitive multiple keyboard switching capabilities in Toolbox (a flat database program) available from SIL.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed a broken link from the help

The Toolbox download would be https://software.sil.org/toolbox/download/

But it's probably more appropriate to replace with FieldWorks
https://software.sil.org/fieldworks/download/

</p>

<h3>Fonts</h3>
<p>
This is a Unicode keyboard and works with any Unicode font which has support for Thai. The standard Windows fonts <b>Tahoma</b> and <b>Arial Unicode MS</b> include support for this keyboard. To see which fonts on your computer support this keyboard, use the <a href="https://help.keyman.com/products/windows/current-version/basic/toolbox/font-helper">Keyman Font Helper</a>.
</p>

<h3>Keyboard Hotkey</h3>
<p>
This keyboard comes preassigned with a hotkey. You can use the hotkey <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd> to start the keyboard at any time. To remove or change the hotkey, visit the Hotkeys tab of Keyman Configuration, available from the Keyman menu.
</p>
</div>

<div id='osk-container'>
<p>
This keyboard includes an On Screen Keyboard view for easy reference. The On Screen Keyboard works best when associated with a QWERTY US layout.
</p>

<h2>Desktop Keyboard Layout</h2>

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

<h2>Thai Special Character Shortcuts</h2>

<table class="keyman-table">
<tr>
<th>Description</th>
<th>Output</th>
<th>Keys</th>
</tr>

<tr>
<td>Paiyanyai</td>
<td>ฯลฯ</td>
<td><kbd>น</kbd><kbd>น</kbd></td>
</tr>

<tr>
<td>Yamakkan</td>
<td> ๎</td>
<td><kbd>`</kbd><kbd>3</kbd></td>
</tr>

<tr>
<td>Fongman</td>
<td>๏</td>
<td><kbd>`</kbd><kbd>"</kbd></td>
</tr>

<tr>
<td>Angkhankhu</td>
<td>๚</td>
<td><kbd>`</kbd><kbd>ฯ</kbd></td>
</tr>

<tr>
<td>Khomut</td>
<td>๛</td>
<td><kbd>`</kbd><kbd>ฯ</kbd><kbd>ฯ</kbd></td>
</tr>

<tr>
<td>Bullet</td>
<td>•</td>
<td><kbd>`</kbd><kbd>๑</kbd></td>
</tr>

<tr>
<td>Zero Width Space</td>
<td>(invisible)</td>
<td><kbd>`</kbd><kbd>Space</kbd></td>
</tr>
</table>
</div>

<div id='osk-tablet-container'>
<h2>Mobile/Tablet Keyboard Layout</h2>
<p>
The touch layout for mobile devices (Android and iOS) has a slightly different key arrangement that fits all characters across
three layers (Default, Shift, and Numeric) and includes a long-press gestures, maintaining user-friendly interactions and clean layout designs.
</p>

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

<h3>Long press</h3>

<img src="longpress.gif" alt="Longpress Gesture">
</div>
22 changes: 22 additions & 0 deletions release/t/thai_kedmanee/source/readme.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thai Kedmanee</title>
<style type="text/css">
p { font: 10pt Tahoma; }
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
h2 { font: bold 12pt Tahoma; color: #4444cc; }
</style>
</head>
<body>

<h1>Thai Kedmanee</h1>

<p>
Thai Kedmanee is a Thai script Unicode keyboard based on the standard Thai Kedmanee layout. This keyboard is fully compliant with the <a href="https://unicode.org/standard/standard.html">Unicode Standard</a>.
</p>

</body>
</html>
Binary file added release/t/thai_kedmanee/source/thai_kedmanee.ico
Binary file not shown.
Loading