Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3fdca36
[kalasha] keyboard submission
Meng-Heng Mar 11, 2026
26bdbf3
[kalasha] update welcome.htm
Meng-Heng Mar 11, 2026
e4f42e2
Update release/k/kalasha/source/kalasha.kps
Meng-Heng Mar 11, 2026
e4f2281
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Mar 12, 2026
d294897
[kalasha] adjust a few key rules from keyboad author and apply sugges…
Meng-Heng Mar 12, 2026
6582bc5
Merge branch 'kalasha_keyboard' of https://github.com/Meng-Heng/keybo…
Meng-Heng Mar 12, 2026
e77bdff
[kalasha] change flick gif, correct name and id locations on the file…
Meng-Heng Mar 13, 2026
376f273
[kalasha] update longpress.gif in kps
Meng-Heng Mar 13, 2026
cae3dcc
[kalasha] add license file into details tab of kps
Meng-Heng Mar 18, 2026
f5adeb5
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Mar 19, 2026
947b404
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Mar 20, 2026
6472de9
[kalasha] update keyboard description, keys, styles, and version history
Meng-Heng Mar 20, 2026
68b8865
[kalasha] detailing readme and welcome files
Meng-Heng Mar 20, 2026
5e429ab
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Mar 25, 2026
54fb577
[kalasha] update styles for php
Meng-Heng Mar 25, 2026
1f7e170
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Apr 1, 2026
8ddc7ad
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Apr 9, 2026
5421507
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng Apr 24, 2026
03378eb
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng May 6, 2026
254f433
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng May 8, 2026
fb3d63a
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng May 11, 2026
808e468
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng May 13, 2026
17ca334
Merge branch 'master' of https://github.com/keymanapp/keyboards into …
Meng-Heng May 20, 2026
ec9ce57
[kalasha] update kmn and htm files
Meng-Heng May 20, 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
17 changes: 17 additions & 0 deletions release/k/kalasha/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Kaḷaṣamondr keyboard Change History
====================

1.0 (2026-03-04)
----------------
* Updated by MengHeng to include
* Support backspace with aspiration characters such as rh, ṛh (base with dot underneath + h).
* Add ch(=č), sh(=š), zh(=ž).
* Change backtick to dot on On-screen.
* Add Mobile layout.

0.3 (2022-07-13)
----------------
* Created by Malachi James:
* A dot under both vowels and consonants, for ‘retroflexed’ vowels and ‘retroflexed’ consonants.
* A tilde over nasalised vowels.
* Vowels can be both nasalised and ‘retroflexed’, so both diacritics are able to sit over and under a vowel at the same time.
21 changes: 21 additions & 0 deletions release/k/kalasha/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2022 - 2026 Malachi James and Elsa Cooper

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/k/kalasha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Kaḷaṣamondr keyboard
==============

Description
-----------
The Kaḷaṣamondr keyboard is created to type the kalasha language with Roman (Latin) script. Allowing keyboard users to write in English and Kalasha without switching keyboards.

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

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

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

9 changes: 9 additions & 0 deletions release/k/kalasha/kalasha.kpj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<KeymanDeveloperProject>
<Options>
<Version>2.0</Version>
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
<CheckFilenameConventions>True</CheckFilenameConventions>
<SkipMetadataFiles>True</SkipMetadataFiles>
</Options>
</KeymanDeveloperProject>
Loading