See previous release notes 2022Nov and 2023Feb for other details.
Installation for Weasel (0.16.x
): Built under branch v1.11.2/hifumi
Copy rime.dll
to C:\Program Files\Rime\weasel-0.16.x
. Lua is included. Restart to use.
Only 64-bit binaries included. For a 32-bit Weasel+Hifumi, one have to roll out a rime.dll
by compiling with Win32
option. Meanwhile, Hifumi's dictionary is too big to compiler under a 32-bit machines. So one still have to copy the *.bin
files compiled by a 64-bit machine.
Installation for Squirrel (1.0.x
): Built under this tag and branch.
Move librime.1.dylib
to /Library/Input\ Methods/Squirrel.app/Contents/Frameworks/
and re-code-sign it.
(c.f. this gist for certification creation details.)
sudo mv librime.1.dylib /Library/Input\ Methods/Squirrel.app/Contents/Frameworks/
sudo codesign -fs gdbc /Library/Input\ Methods/Squirrel.app/Contents/Frameworks/librime.1.dylib
sudo codesign -fs gdbc /Library/Input\ Methods/Squirrel.app
Usage
Use it with xrq-phys/rime-hifumi plus these lines in hifumi.custom.yaml
:
patch:
# Rest of your Hifumi custom config.
"editor/bindings/Return": commit_script_text_keep_selection
# Rest of your Hifumi custom config.