We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
使用Swift实现的Macos五笔输入法
轻量干净,但功能强大的五笔输入法
control
数字
# 输出当前输入模式/Library/Input\Methods/Fire.app/Contents/MacOS/Fire --get-mode# 设置输入模式并显示提示/Library/Input\Methods/Fire.app/Contents/MacOS/Fire --set-mode enUS 或 zhhans# 设置输入模式不显示提示/Library/Input\Methods/Fire.app/Contents/MacOS/Fire --set-mode enUS 或 zhhansfalse
下载地址
下载FireInstall.pkg 文件到本地
FireInstall.pkg
点击安装后使用
没有自动切换到该输入法。
可以在设置->键盘->输入法中添加此输入法
输入法中没有此输入法。
重启设备即可
# 下载项目到本地git clone --recursive https://github.com/qwertyyb/Fire.git# 构建 sqlcipher./scripts/0_prepare_sqlcipher.sh# 使用Xcode打开项目启动开发open Fire.xcodeproj# 由于调试时,APP运行目录在/Library/Input Methods, 所以需要添加权限sudo chmod -R 777 /Library/Input Methods