Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
649974f
auto: Keyboard help deployment
keyman-server Apr 28, 2026
f8dae4e
Merge pull request #2494 from keymanapp/auto/keyboards/upload/TC-2518
keyman-status Apr 28, 2026
df16b96
auto: Keyboard help deployment
keyman-server Apr 28, 2026
f24c17b
Merge pull request #2495 from keymanapp/auto/keyboards/upload/TC-2519
keyman-status Apr 28, 2026
ce7aa6d
auto: Keyboard help deployment
keyman-server Apr 30, 2026
030efb2
Merge pull request #2496 from keymanapp/auto/keyboards/upload/TC-2520
keyman-status Apr 30, 2026
d49e152
auto: Keyboard help deployment
keyman-server Apr 30, 2026
67bb847
Merge pull request #2497 from keymanapp/auto/keyboards/upload/TC-2521
keyman-status Apr 30, 2026
7eed521
auto: Keyboard help deployment
keyman-server May 4, 2026
ffc8ae8
Merge pull request #2500 from keymanapp/auto/keyboards/upload/TC-2522
keyman-status May 4, 2026
946edb2
auto: Keyboard help deployment
keyman-server May 7, 2026
aec328e
Merge pull request #2501 from keymanapp/auto/keyboards/upload/TC-2523
keyman-status May 7, 2026
fb3f987
auto: Keyboard help deployment
keyman-server May 8, 2026
cdc0053
Merge pull request #2504 from keymanapp/auto/keyboards/upload/TC-2524
keyman-status May 8, 2026
b98029f
fix: parse knowledge base article headings new line and tweak breadcr…
mcdurdin May 11, 2026
f1eebaa
chore: fixup ul closing tag
mcdurdin May 11, 2026
00fe916
Merge pull request #2505 from keymanapp/fix/2503-kb-headings
mcdurdin May 11, 2026
8d57634
Merge branch 'staging' into auto/A19S28-merge-master-into-staging
keyman-server May 11, 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
9 changes: 9 additions & 0 deletions _includes/includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,19 @@ function head($args=[]){
}

function write_breadcrumbs(){
global $kb_title;
$request_uri = explode("?",$_SERVER["REQUEST_URI"]);
$crumbs = explode("/",$request_uri[0]);
$crumbcount = count($crumbs);
$crumbtrail = '';
if(sizeof($crumbs) > 1 && $crumbs[1] == 'knowledge-base') {
if(isset($_REQUEST['id'])) {
// KB articles are served by a single file, so we need to look for the
// global variable $kb_title to get the appropriate title, which is set
// in /knowledge-base/index.php.
$crumbs[2] = isset($kb_title) ? $kb_title : '';
}
}
for($i=1; $i<$crumbcount; $i++){
$crumb = ucfirst(str_replace(array(".php","_","-"),array(""," "," "),$crumbs[$i]) . ' ');

Expand Down
24 changes: 24 additions & 0 deletions keyboard/assyrian_audo/1.0/assyrian_audo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
$pagename = 'Assyrian Audo Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<p>
Assyrian Audo keyboard is designed for the Assyrian language. This keyboard is a non-phonetic layout, and it is packaged with the Ramsina font.
</p>

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

<h2>Mobile/Phone Keyboard Layout</h2>
<p>Due to the size and number of keys, some characters are hidden in the long press.
Press and hold on the key with a little dot on the top right to reveal and use them.</p>

<div id='osk-phone' data-states='default diacritics numeric'>
</div>

<h3>Longpress</h3>
<p>On mobile phone, keys with a little dot on the top right can be pressed and held for more keys.</p>
<p><a href="phone_longpress.png"><img class="keyboard" src="phone_longpress.png" alt="Longpress state" /></a></p>
Binary file added keyboard/assyrian_audo/1.0/phone_longpress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading