mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a6388766cd
expensive of two possible ways of handling the upgrade path from fcitx-4.xx input from espie@, discussed with kevlo@
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
fcitx5-lua provides Lua support for fcitx5.
|
|
It tries to support lua in fcitx in two ways:
|
|
|
|
1. An addon loader for lua, which supports Type=Lua addon.
|
|
2, The googlepinyin api, which is provided by imeapi addon.
|
|
|
|
You may put your lua file under
|
|
$HOME/.local/share/fcitx5/lua/imeapi/extensions to make the addon
|
|
find your scripts.
|