Skip to content

Commit d77bb9d

Browse files
author
ToluAyo
committed
Fix Shughni keyboard
1 parent 9d91bac commit d77bb9d

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

rules/sgh/sgh-tilde.js

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,30 @@
1515
[ '~a', 'ā' ],
1616
[ '~C', 'Č' ],
1717
[ '~c', 'č' ],
18-
[ '~Z', 'Ʒ' ],
19-
[ '~z', 'ʒ' ],
20-
[ '~D', 'Đ' ],
21-
[ '~d', 'đ' ],
22-
[ '~e', 'ē' ],
2318
[ '~E', 'Ê' ],
24-
[ '~3', 'ê' ],
25-
[ '~G', 'Ğ' ],
26-
[ '~h', 'ğ' ],
27-
[ '~H', 'H²' ],
28-
[ '~2', 'h²' ],
19+
[ '~e', 'ê' ],
20+
[ '~H', 'Ɣ' ],
21+
[ '~h', 'ɣ' ],
22+
[ '~G', 'Ɣ̌' ],
23+
[ '~g', 'ɣ̌' ],
24+
[ '~I', 'Ī' ],
25+
[ '~i', 'ī' ],
26+
[ '~J', 'J̌' ],
27+
[ '~j', 'ǰ' ],
28+
[ '~O', 'Θ' ],
29+
[ '~o', 'θ' ],
2930
[ '~S', 'Š' ],
3031
[ '~s', 'š' ],
31-
[ '~T', 'Þ' ],
32-
[ '~t', 'þ' ],
3332
[ '~U', 'Ů' ],
3433
[ '~u', 'ů' ],
34+
[ '~V', 'Ū' ],
35+
[ '~v', 'ū' ],
3536
[ '~X', 'Ẋ' ],
3637
[ '~x', 'ẋ' ],
37-
[ '~V', 'Ž' ],
38-
[ '~v', 'ž' ],
39-
[ '~Y', 'Ġ' ],
40-
[ '~y', 'ġ' ],
41-
[ '~_', '\u0331' ],
42-
[ '~B', 'A̱' ],
43-
[ '~b', 'a̱' ]
38+
[ '~Z', 'Ž' ],
39+
[ '~z', 'ž' ],
40+
[ '~M', 'Ʒ' ],
41+
[ '~m', 'ʒ' ]
4442
]
4543
};
4644

test/jquery.ime.test.fixtures.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21226,11 +21226,10 @@ var palochkaVariants = {
2122621226
description: 'Shughni tilde test',
2122721227
inputmethod: 'sgh-tilde',
2122821228
tests: [
21229-
{ input: '~A~a~C~c~Z~z~D~d', output: 'ĀāČčƷʒĐđ', description: 'Shughni tilde test ĀāČčƷʒĐđ' },
21230-
{ input: '~e~E~3~G~h', output: 'ēÊêĞğ', description: 'Shughni tilde test ēÊêĞğ' },
21231-
{ input: '~Y~y~H~2', output: 'ĠġH²h²', description: 'Shughni tilde test ĠġH²h²' },
21232-
{ input: '~S~s~T~t~U~u~X~x', output: 'ŠšÞþŮůẊẋ', description: 'Shughni tilde test ŠšÞþŮůẊẋ' },
21233-
{ input: '~V~v~B~b', output: 'ŽžA̱a̱', description: 'Shughni tilde test ŽžA̱a̱' }
21229+
{ input: '~A~a~C~c~E~e~H~h', output: 'ĀāČčÊêƔɣ', description: 'Shughni tilde test ĀāČčÊêƔɣ' },
21230+
{ input: '~G~g~I~i~J~j~O~o', output: 'Ɣ̌ɣ̌ĪīJ̌ǰΘθ', description: 'Shughni tilde test Ɣ̌ɣ̌ĪīJ̌ǰΘθ' },
21231+
{ input: '~S~s~U~u~V~v~X~x', output: 'ŠšŮůŪūẊẋ', description: 'Shughni tilde test ŠšŮůŪūẊẋ' },
21232+
{ input: '~Z~z~M~m', output: 'ŽžƷʒ', description: 'Shughni tilde test ŽžƷʒ' },
2123421233
]
2123521234
},
2123621235
{

0 commit comments

Comments
 (0)