Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ In this example, we use [Bun](https://bun.sh):

# Changelog

## 2026/01/16
- Fixed: missing ᩀ(อย) in TaiTham

## 2025/08/04a
- Improved 16x16px icon for Mac
- Swap some key for TaiTham
Expand Down
2 changes: 1 addition & 1 deletion input/Manoonchai_Tham.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"c": ["ᨴ", "᩻", "c", "᪠", "c", ""],
"v": ["ᨿ", "ᨱ", "v", "᪦", "v", ""],
"b": ["ᨧ", "ᩭ", "b", "ᩏ", "b", ""],
"n": ["ᨣ", "", "n", "◌", "n", "<"],
"n": ["ᨣ", "", "n", "◌", "n", "<"],
"m": ["ᩦ", "᩼", "m", "ᩎ", "m", ">"],
",": ["ᨯ", "ᩆ", ",", ",", ",", "᪪"],
".": ["ᩡ", "ᩛ", ".", ".", ".", "᪫"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<key code="42" output="ᨫ"/>
<key code="43" output="ᩆ"/>
<key code="44" output="?"/>
<key code="45" output=""/>
<key code="45" output=""/>
<key code="46" output="᩼"/>
<key code="47" output="ᩛ"/>
<key code="48" output="&#x0009;"/>
Expand Down
4 changes: 2 additions & 2 deletions output/Manoonchai_Tham/Manoonchai_TaiTham.kcm
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ key B {
key N {
label: '\u1a23'
base: '\u1a23'
shift: '\u1a73'
capslock: '\u1a73'
shift: '\u1a40'
capslock: '\u1a40'
capslock+shift: '\u1a23'
ralt: '\u25cc'
ralt+shift: '\u003c'
Expand Down
2 changes: 1 addition & 1 deletion output/Manoonchai_Tham/Manoonchai_TaiTham_xkb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ xkb_symbols "ThamMnc" {
key <AB03> { [ 0x1001a34, 0x1001a7b, 0x1001aa0,voidsymbol] };
key <AB04> { [ 0x1001a3f, 0x1001a31, 0x1001aa6,voidsymbol] };
key <AB05> { [ 0x1001a27, 0x1001a6d, 0x1001a4f,voidsymbol] };
key <AB06> { [ 0x1001a23, 0x1001a73, 0x10025cc, 0x100003c] };
key <AB06> { [ 0x1001a23, 0x1001a40, 0x10025cc, 0x100003c] };
key <AB07> { [ 0x1001a66, 0x1001a7c, 0x1001a4e, 0x100003e] };
key <AB08> { [ 0x1001a2f, 0x1001a46, 0x100002c, 0x1001aaa] };
key <AB09> { [ 0x1001a61, 0x1001a5b, 0x100002e, 0x1001aab] };
Expand Down
Binary file modified output/Manoonchai_Tham/ThamMnc.klc
Binary file not shown.
2 changes: 1 addition & 1 deletion output/Manoonchai_Tham/thammnc/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var lut = {
"KeyC": { "plain": {"plain": "ᨴ", "shifted": "᩻"}, "alternate": {"plain": "᪠", "shifted":""}, "code": "KeyC"},
"KeyV": { "plain": {"plain": "ᨿ", "shifted": "ᨱ"}, "alternate": {"plain": "᪦", "shifted":""}, "code": "KeyV"},
"KeyB": { "plain": {"plain": "ᨧ", "shifted": "ᩭ"}, "alternate": {"plain": "ᩏ", "shifted":""}, "code": "KeyB"},
"KeyN": { "plain": {"plain": "ᨣ", "shifted": ""}, "alternate": {"plain": "◌", "shifted":"<"}, "code": "KeyN"},
"KeyN": { "plain": {"plain": "ᨣ", "shifted": ""}, "alternate": {"plain": "◌", "shifted":"<"}, "code": "KeyN"},
"KeyM": { "plain": {"plain": "ᩦ", "shifted": "᩼"}, "alternate": {"plain": "ᩎ", "shifted":">"}, "code": "KeyM"},
"Comma": { "plain": {"plain": "ᨯ", "shifted": "ᩆ"}, "alternate": {"plain": ",", "shifted":"᪪"}, "code": "Comma"},
"Period": { "plain": {"plain": "ᩡ", "shifted": "ᩛ"}, "alternate": {"plain": ".", "shifted":"᪫"}, "code": "Period"},
Expand Down
Loading