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
fcitx.el
fcitx-remote
Preliminary implementation: https://github.com/cute-jumper/fcitx.el/tree/osx , but it is problematic right now. See xcodebuild/fcitx-remote-for-osx#12.
I don't use OSX myself. Please send a PR if you can make the code work!
cc @codefalling @jiegec
The text was updated successfully, but these errors were encountered:
@jiegec 如果是快捷键互相干扰导致的,在 tell application "System Events" 后面加上 to tell process "xxx" 指定某个具体的 process 发送快捷键有用吗?如果这个问题没法解决,恐怕目前这个在 fcitx.el 中直接支持 OSX 的提议并不可行。
tell application "System Events"
to tell process "xxx"
Sorry, something went wrong.
现在发现这个调用实在太慢了。。会卡一段时间。
多谢 @jiegec 如果没什么好办法的话,暂时就先不用管了吧。
No branches or pull requests
Preliminary implementation: https://github.com/cute-jumper/fcitx.el/tree/osx , but it is problematic right now. See xcodebuild/fcitx-remote-for-osx#12.
I don't use OSX myself. Please send a PR if you can make the code work!
cc @codefalling @jiegec
The text was updated successfully, but these errors were encountered: