We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendMessage(WM_IME_CONTROL:=0x283, IMC_GETOPENSTATUS:=5) 用如上的方式想获取输入法的ascii_mode状态,但是切换中英文状态下返回值都相同, 用微软拼音试,分别返回0或1,能区分开, 请问这是什么原因呢?能否解决,谢谢!!
The text was updated successfully, but these errors were encountered:
大概是沒有實現相關IME接口。librime自己管理狀態。
Sorry, something went wrong.
看来是不容易获取该信息了,如果有,麻烦告知,谢谢
有同样需求。想用autohotkey实现英文状态下句子首字母大写,而中文输入下,不大写。可以获知keyboard layout,然而不知怎么获取asc_ii mode.
Closed as stale, reopen it if the problem still exists.
No branches or pull requests
SendMessage(WM_IME_CONTROL:=0x283, IMC_GETOPENSTATUS:=5)
用如上的方式想获取输入法的ascii_mode状态,但是切换中英文状态下返回值都相同,
用微软拼音试,分别返回0或1,能区分开,
请问这是什么原因呢?能否解决,谢谢!!
The text was updated successfully, but these errors were encountered: