Skip to content

Commit 4e1e33b

Browse files
authored
Merge pull request #4042 from LornaSIL/swahili_ajami
[swahili_ajami_qwerty] New keyboard
2 parents 3b10e62 + 4dd4d84 commit 4e1e33b

16 files changed

Lines changed: 1177 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Swahili Ajami (QWERTY) Change History
2+
====================
3+
4+
1.0 (2026-06-26)
5+
----------------
6+
* Created by Lorna Evans
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright © 2026 SIL Global
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Swahili Ajami (QWERTY) keyboard
2+
==============
3+
4+
Description
5+
-----------
6+
This is an Ajami keyboard for Swahili. It is based on a phonetic layout for a US Qwerty keyboard.
7+
8+
This keyboard layout is based on an Ubuntu keyboard layout designed by Kevin Donnelly. We are grateful for his permission to do this. https://kevindonnelly.org.uk/swahili/keyboard.php
9+
10+
Links
11+
-----
12+
Keyboard Homepage: https://keyman.com/keyboards/swahili_ajami_qwerty
13+
14+
Copyright
15+
---------
16+
See [LICENSE.md](LICENSE.md)
17+
18+
Supported Platforms
19+
-------------------
20+
* Windows
21+
* macOS
22+
* Linux
23+
* Web
24+
* iPhone
25+
* iPad
26+
* Android phone
27+
* Android tablet
28+
* Mobile devices
29+
* Desktop devices
30+
* Tablet devices
31+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
$pagename = 'Swahili Ajami (QWERTY) Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
This is an Ajami keyboard for Swahili. It is based on a phonetic layout for a US Qwerty keyboard.
9+
</p>
10+
11+
<h2>Desktop Keyboard Layout</h2>
12+
<div id='osk' data-states='default shift rightalt rightalt-shift'>
13+
</div>
14+
<p>
15+
This keyboard layout is based on an Ubuntu keyboard layout designed by <a href="https://kevindonnelly.org.uk/swahili/keyboard.php">Kevin Donnelly</a>. We are grateful for his permission to do this.
16+
</p>
17+
18+
<h2>Mobile/Phone Keyboard Layout</h2>
19+
<p>Due to the size and number of keys, some characters are hidden in the long press.
20+
Press and hold on the key with a little dot on the top right to reveal and use them.</p>
21+
22+
<div id='osk-phone' data-states='default numeric'>
23+
</div>
24+
25+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Swahili Ajami (QWERTY)</title>
7+
<style type="text/css">
8+
p { font: 10pt Tahoma; }
9+
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
10+
h2 { font: bold 12pt Tahoma; color: #4444cc; }
11+
</style>
12+
</head>
13+
<body>
14+
15+
<h1>Swahili Ajami (QWERTY)</h1>
16+
17+
<p>
18+
This is an Ajami keyboard for Swahili. It is based on a phonetic layout for a US Qwerty keyboard.
19+
</p>
20+
21+
<p>
22+
This keyboard layout is based on an Ubuntu keyboard layout designed by <a href="https://kevindonnelly.org.uk/swahili/keyboard.php">Kevin Donnelly</a>. We are grateful for his permission to do this.
23+
</p>
24+
25+
<p>Copyright © SIL Global</p>
26+
27+
</body>
28+
</html>
1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)