Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3e975be
feat: add search knowledge base title
Meng-Heng Jan 14, 2026
d58d634
chore: fix product cards misalignment
Meng-Heng Jan 14, 2026
2391543
chore: remove text alignment
Meng-Heng Jan 14, 2026
b879ea3
auto: Keyboard help deployment
keyman-server Jan 16, 2026
fbec7dd
Merge pull request #2400 from keymanapp/auto/keyboards/upload/TC-2445
keyman-status Jan 16, 2026
6946f78
auto: Keyboard help deployment
keyman-server Jan 16, 2026
f476aa9
Merge pull request #2401 from keymanapp/auto/keyboards/upload/TC-2446
keyman-status Jan 16, 2026
9988649
auto: Keyboard help deployment
keyman-server Jan 13, 2026
e5b8d77
auto: Keyboard help deployment
keyman-server Jan 14, 2026
0a75304
auto: Keyboard help deployment
keyman-server Jan 14, 2026
c43b040
auto: Keyman for developer help deployment
keyman-server Jan 14, 2026
66ccc3e
auto: Keyboard help deployment
keyman-server Jan 14, 2026
8a1f1e5
auto: Keyboard help deployment
keyman-server Jan 14, 2026
452b39a
auto: Keyboard help deployment
keyman-server Jan 14, 2026
f13dbe0
auto: Keyboard help deployment
keyman-server Jan 14, 2026
13d72b3
auto: Keyboard help deployment
keyman-server Jan 16, 2026
ce515e3
auto: Keyboard help deployment
keyman-server Jan 16, 2026
90c1139
feat: add search value to input and remove javascript
Meng-Heng Jan 17, 2026
8b9de64
Merge branch 'master' into kb-search
Meng-Heng Jan 19, 2026
bf073d8
Revert "feat: add search value to input and remove javascript"
Meng-Heng Jan 17, 2026
6754631
feat: add search value to input and remove javascript
Meng-Heng Jan 17, 2026
224b992
feat: move `fclose($handle)`
Meng-Heng Jan 19, 2026
c289c66
chore: update primperprep link
Meng-Heng Jan 19, 2026
d701290
Merge pull request #2393 from keymanapp/chore-product-card-misalignment
darcywong00 Jan 19, 2026
90f7c16
Merge pull request #2402 from keymanapp/docs/update-primerprep-link
darcywong00 Jan 19, 2026
e576425
chore: update BOOTSTRAP_VERSION to v1.0.9
keyman-server Jan 19, 2026
4503796
Merge pull request #2403 from keymanapp/auto/update-bootstrap-version…
keyman-status Jan 19, 2026
e4be860
auto: Keyboard help deployment
keyman-server Jan 21, 2026
da67e82
Merge pull request #2405 from keymanapp/auto/keyboards/upload/TC-2447
keyman-status Jan 21, 2026
9f5785a
auto: Keyboard help deployment
keyman-server Jan 22, 2026
039b152
Merge pull request #2406 from keymanapp/auto/keyboards/upload/TC-2448
keyman-status Jan 22, 2026
b005356
auto: Keyboard help deployment
keyman-server Jan 22, 2026
46c875a
Merge pull request #2407 from keymanapp/auto/keyboards/upload/TC-2449
keyman-status Jan 22, 2026
5164b3d
auto: Keyboard help deployment
keyman-server Jan 22, 2026
44ba00b
Merge pull request #2408 from keymanapp/auto/keyboards/upload/TC-2450
keyman-status Jan 22, 2026
29cf16f
Merge pull request #2392 from keymanapp/kb-search
mcdurdin Jan 26, 2026
1bcd94e
auto: Keyboard help deployment
keyman-server Jan 27, 2026
3de2e76
Merge pull request #2409 from keymanapp/auto/keyboards/upload/TC-2451
keyman-status Jan 27, 2026
b7b4ef9
auto: Keyboard help deployment
keyman-server Jan 29, 2026
52d8218
Merge pull request #2410 from keymanapp/auto/keyboards/upload/TC-2452
keyman-status Jan 29, 2026
3cc2590
Merge branch 'staging' into auto/A19S21-merge-master-into-staging
keyman-server Jan 30, 2026
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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## START STANDARD SITE BUILD SCRIPT INCLUDE
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
readonly BOOTSTRAP_VERSION=v1.08
readonly BOOTSTRAP_VERSION=v1.0.9
[ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -H "Cache-Control: no-cache" -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
## END STANDARD SITE BUILD SCRIPT INCLUDE

Expand Down
33 changes: 33 additions & 0 deletions cdn/dev/css/kb-search.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.search-bar {
display: flex;
align-items: center;
width: 40vw;
height: 56px;
padding: 0 10px;
margin-bottom: 20px;
margin-left: 10px;
background-color: #eceef3;
border: 1px solid gray;
}

.search-icon {
font-size: 20px;
opacity: 0.6;
margin-right: 10px;
}

.search-bar form {
width: 100%;
display: flex;
flex-direction: row;
}

.search-bar input {
flex: 1;
background: transparent;
border: none;
outline: none;
font-size: 18px;
width: 100%;
padding: 0 10px;
}
8 changes: 2 additions & 6 deletions cdn/dev/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ input[type="search"] {
margin-top: 20px;
background: #e3e3e3;
text-align: center;
max-height: 362px;
max-height: 400px;
display: inline-block;
vertical-align: top;
width: 300px;
Expand Down Expand Up @@ -996,12 +996,8 @@ input[type="search"] {
padding: 0 8px;
line-height: 1.3;
color: #333;
}

.product p{
text-align: left;
font-size: 12pt !important;
height: 130px;
height: 200px;
}

#engine-support-list{
Expand Down
2 changes: 1 addition & 1 deletion developer/18.0/guides/lexical-models/tutorial/step-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ One simple way to create your TSV file is to use the **PrimerPrep**
tool:

1. Install PrimerPrep (info at
<http://lingtransoft.info/apps/primerprep>)
<[https://software.sil.org/primerprep/](https://software.sil.org/primerprep/)>)
2. Run PrimerPrep (note that on the first run it often takes a couple
of minutes; subsequent starts are faster)
3. Click on the Add Text(s) button; select one or more plain text
Expand Down
130 changes: 130 additions & 0 deletions keyboard/fv_tlingityooxatangi/1.0/fv_tlingityooxatangi.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<?php
$pagename = 'T’aḵu Lingít Yoo X̱’átangí Keyboard Help';
$pagetitle = 'T’aḵu Lingít Yoo X̱’átangí Keyboard Help';
$pagestyle = <<<END

#wikitext table { margin: 12px; }
#wikitext table td { border: solid 1px #888888 !important }
#wikitext table th { border: solid 1px #888888 !important; background: #ffcccc }
.lang2 {font-family:"Aboriginal Sans"}
END;

require_once('header.php');
?>


<h1>Start Using T’aḵu Lingít Yoo X̱’átangí</h1>
<p>
This keyboard is designed for the <b>T’aḵu Lingít Yoo X̱’átangí</b> Taku River Tlingit First Nation (TRTFN) who shares the Tlingit Language with Carcross-Tagish First Nation and Teslin Tlingit Council.
</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>


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

<ul>
<li>
<strong>Underline mark (macron)</strong> can be typed with the <kbd>/</kbd> key. Always type the underline, do
not use your computer's underline formatting!
<ul>
<li>G̱ = G then <kbd>/</kbd> (slash)</li>
</ul>
</li>
<li>
<strong>Combining accents> are located on the <kbd>;</kbd> key.
Type an accent after a vowel to add it on the vowel. If you've typed the wrong accent, just type the correct
accent to replace it.
<ul>
<li>Á = <kbd>A</kbd> then <kbd>;</kbd> (semicolon)</li>
</ul>
</li>
<li>
<strong>Tilde Symbol</strong> is located on the <kbd>\</kbd> key. Type this after a "y" or a "w" to add above.
<ul>
<li>ỹ = <kbd>y</kbd> then <kbd>\</kbd> (backslash)</li>
</ul>
</li>
<li>
<strong>Grave accent and Macron</strong> can be typed by combining these two steps.
<ul>
<li>ó̱ = <kbd>o</kbd>then <kbd>;</kbd> (semicolon) + <kbd>/</kbd> (forward slash)</li>
</ul>
</li>
<li>
By holding the ALT key (Windows) or Option key (Mac), you can return to the standard US English keyboard value
of any modified key (such as <strong>/ (slash)</strong>).
</li>
<li>NOTE: When using Google Docs, Slash / is typed <kbd>Right-Alt</kbd>+<kbd>SHIFT</kbd>+<kbd>/</kbd> or <kbd>⌥
Option</kbd>+<kbd>SHIFT</kbd>+<kbd>/</kbd></li>
</ul>

<h2>Unicode Fonts</h2>
<p>The following fonts have been installed on your computer: <strong>Aboriginal Sans, Aboriginal Serif.</strong> Please
use these fonts when typing in your language as they have been specially built to represent your language as
accurately as possible. </p>
<h3><a href="http://www.languagegeek.com/font/fontdownload.html">Download the latest version of Aboriginal Sans and
Aboriginal Serif</a></h3>


<h2>Mobile/Tablet Touch Layout</h2>

<h3>Notes on touch layout</h3>
<div id='wikitext'>
<div class='vspace'></div>
<table border='1' style='border-collapse:collapse' cellpadding='5'>
<tr>
<th align='center'>·</th>
<td align='center'>w</td>
<td align='center'>e é</td>
<th align='center'>◌́</th>
<td align='center'>t</td>
<td align='center'>y</td>
<td align='center'>u ú</td>
<td align='center'>i í</td>
<td align='center'>o ó o̱ ó̱ </td>
<td align='center'>ł</td>
</tr>
<tr>
<td align='center'>a á</td>
<td align='center'>s</td>
<td align='center'>d</td>
<th align='center'>◌̃</th>
<td align='center'>g g̱</td>
<td align='center'>h</td>
<td align='center'>j</td>
<td align='center'>k ḵ</td>
<td align='center'>l</td>
<td colspan='2'>&nbsp;</td>
</tr>
<tr>
<td align='center'>⇧</td>
<td align='center'>z</td>
<td align='center'>x x̱</td>
<td align='center'>c</td>
<th align='center'>◌̈</th>
<th align='center'>◌̱</th>
<td align='center'>n</td>
<td align='center'>m</td>
<td align='center' colspan='2'>⌫</td>
</tr>
<tr>
<td align='center'>123</td>
<td align='center'>🌐</td>
<td align='center'>' "</td>
<td align='center' colspan='4'>space</td>
<td align='center'>.</td>
<td align='center' colspan='2'>⏎</td>
</tr>
</table>

<ul>
<li>Keys with a red background are combining accents. On your mobile device, these keys will have green text.
</li>
<li>The first character in a cell is the "one-tap" key, any further characters are "hold-select" keys.</li>
<li>Common punctuation marks can be found by pressing and holding the period key on the right side of the space
bar.</li>
</ul>
10 changes: 10 additions & 0 deletions keyboard/greek_tonizo/1.0.7/greek_tonizo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
$pagename = 'greek_tonizo Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<h1>Καλῶς ὁρίσατε στὸ Greek Tonizo!</h1>
<p>Πατῆστε OK ἢ Done γιὰ νὰ ὁλοκληρώσετε τὴν ἐγκατάσταση.</p>
<p>Γιὰ τὴν λεπτομερῆ παρουσίαση τῶν πληκτρολογίων Greek Tonizo, παρακαλοῦμε πηγαίνετε στὴν ἱστοσελίδα <a href="https://greek.tonizo.gr">greek.tonizo.gr</a></p>
<h1>Εὐχαριστοῦμε!</h1>
8 changes: 8 additions & 0 deletions keyboard/ladino/1.0/ladino.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
$pagename = 'Ladino Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

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