https://github.com/way-zer/ime_fixer
A mod in order to resolve IME problem in windows
https://github.com/way-zer/ime_fixer
ime jni libsdl mindustry mindustry-mod
Last synced: 3 months ago
JSON representation
A mod in order to resolve IME problem in windows
- Host: GitHub
- URL: https://github.com/way-zer/ime_fixer
- Owner: way-zer
- Created: 2021-11-09T14:50:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T08:28:47.000Z (over 4 years ago)
- Last Synced: 2025-07-22T17:36:31.783Z (11 months ago)
- Topics: ime, jni, libsdl, mindustry, mindustry-mod
- Language: C++
- Homepage:
- Size: 559 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IME Fixer
A mod in order to resolve IME problem in windows
一个尝试解决Windows下中文输入法问题的MOD
# Features
- [x] fix show of candidate list 修复候选框不显示
- [x] fix show of composition list 修复拼写框不显示
- [x] fix position of the candidate list 修复输入法显示位置(聊天/指令)
- [x] support all input field 支持信息版等各种输入框
- [x] auto enable/disable input method 无需输入时自动关闭输入法
- [x] fix `backspace` when composite 修复拼写时删除问题
## Quick Start
Install the jar into `mods` (Only support win64)
安装jar到mods(目前仅支持WIN64系统)
## 开发
开发环境 IDEA JAVA MINGW
相关技术 JNI WindowsAPI(imm32 msctf)
环境配置 导入仓库到IDEA中,使用IDEA进行编译,打包