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
目前的快捷键(按下即翻译)存在一些问题,例如切换屏幕(ctrl+方向)、复制(ctrl+c)等都会触发翻译,但实际上是不期望的。目前看起来应该是只监听了是否按下,并没有监听释放。
可以增加一些快捷键的选项,例如按下并释放快捷键时才触发翻译、快捷键组合 等。
The text was updated successfully, but these errors were encountered:
已考虑你的建议,将在下个版本更新
Sorry, something went wrong.
No branches or pull requests
目前的快捷键(按下即翻译)存在一些问题,例如切换屏幕(ctrl+方向)、复制(ctrl+c)等都会触发翻译,但实际上是不期望的。目前看起来应该是只监听了是否按下,并没有监听释放。
可以增加一些快捷键的选项,例如按下并释放快捷键时才触发翻译、快捷键组合 等。
The text was updated successfully, but these errors were encountered: