hallelujahIM

hallelujahIM(哈利路亚 英文输入法) is an intelligent English input method with auto-suggestions and spell check features.

GPL-3.0 License

Stars
2.2K

Bot releases are hidden (Show)

hallelujahIM - logout after IME installed Latest Release

Published by dongyuwei 12 months ago

Mac 14用户需要退出当前账号重新登录Mac系统, 然后手动添加本输入法。

hallelujahIM - build Universa app

Published by dongyuwei almost 2 years ago

supports

  • intel
  • arm(M1)
hallelujahIM - 输入标点符号时不自动附加空格

Published by dongyuwei about 2 years ago

输入标点符号时不自动附加空格

hallelujahIM - v1.6.0

Published by dongyuwei about 2 years ago

  • Space 空格键选词默认会自动附加一个空格在单词后面,可以在配置页面关闭自动附加空格功能。
  • Enter 回车键选词则不会附加空格。
hallelujahIM - 使用right shift键来关闭或者开启英文单字的联想功能

Published by dongyuwei over 2 years ago

fix https://github.com/dongyuwei/hallelujahIM/issues/102

键盘右侧shift不容易误触。

hallelujahIM - fix issues/106

Published by dongyuwei over 3 years ago

固定使用英语键盘

hallelujahIM - fix issues/52

Published by dongyuwei over 3 years ago

hallelujahIM - partial fix issues/100

Published by dongyuwei over 3 years ago

hallelujahIM - 解决输入单个字符时不自动附加空格问题

Published by dongyuwei over 3 years ago

hallelujahIM - 解决macOS Big Sur系统无法使用上下键选词的bug

Published by dongyuwei over 3 years ago

hallelujahIM - fix issues/81

Published by dongyuwei over 4 years ago

hallelujahIM - fix bug

Published by dongyuwei over 4 years ago

翻译窗口定位

hallelujahIM - fix issue/64

Published by dongyuwei over 4 years ago

试图解决bug:https://github.com/dongyuwei/hallelujahIM/issues/64
简化代码实现。

hallelujahIM - fix issues 74 and 18

Published by dongyuwei over 4 years ago

fix esc key issue(especially within chrome address bar), cancel input if esc key pressed.
fix https://github.com/dongyuwei/hallelujahIM/issues/18 and https://github.com/dongyuwei/hallelujahIM/issues/74

hallelujahIM - 在启动web server之前初始化输入法偏好preferences

Published by dongyuwei about 5 years ago

可以通过命令行 defaults 命令来修改输入法配置。

  • 显示输入法所有默认配置项:
defaults read github.dongyuwei.inputmethod.hallelujahInputMethod

输出如下:

{
    commitWordWithSpace = 1;
    showTranslation = 1;
}
  • 配置输入时不显示翻译窗口(1显示,0不显示):
defaults write github.dongyuwei.inputmethod.hallelujahInputMethod showTranslation 0
  • 配置提交候选词时不自动附加空格(1加空格,0不加空格):
defaults write github.dongyuwei.inputmethod.hallelujahInputMethod commitWordWithSpace 0
hallelujahIM - 拼音支持按首字母缩写输入

Published by dongyuwei about 5 years ago

如:xhs 也可以输出 新华社西红柿 等中文候选词。

hallelujahIM - 解决翻译窗口可能不显示问题

Published by dongyuwei about 5 years ago

hallelujahIM - fix bug: 单个数字输入时不自动附加空格

Published by dongyuwei over 5 years ago

hallelujahIM - 自动化测试覆盖核心逻辑

Published by dongyuwei over 5 years ago

hallelujahIM - 提供全自动安装包

Published by dongyuwei over 5 years ago

自动注册、激活输入法。
自测不需要退出或者重启系统,但如果不能正常使用,建议退出或重启系统再试试。

fix https://github.com/dongyuwei/hallelujahIM/issues/46