1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
The installation of SCIM table-based im engine has finished. Please note this
port is only an engine for table-based input methods and does not contain any
actual input methods.
The following ports can utilize this table-based imengine:
Chinese:
chinese/scim-tables Array30, CangJie, Cantonese, Dayi, Erbi, EZ, Jyutping,
Simplex, Stroke, Wubi, Ziranma, ZhuYin
Korean:
korean/scim-tables Hangul, Hanja
Japanese:
japanese/scim-tables HIRAGANA, KATAKANA, Nippon
As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the
scim daemon.
EOM
}
]
|