Skip to content
New issue

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

vscode在开启屏幕阅读器优化模式后,双击单词会丢失光标聚焦导致无法删除 #144

Open
Lanqing123 opened this issue Dec 16, 2022 · 2 comments

Comments

@Lanqing123
Copy link

屏幕阅读器优化模式是vscode自带的功能,当把此选项设置为 on 时
2022-12-16 203243
在文件中双击单词按下backspace准备删除单词时,会发现无法删除,同时按下其他键也没有反应。
解决方法只有是卸载comment-translate插件或者关闭阅读器优化模式。

然后查询了vscode的快捷键,发现只有在输入聚焦后才能用快捷键删除。
2022-12-16 204613
经过多次测试,在vscode开启屏幕阅读器优化模式后,双击文字会显示comment-translate 翻译内容,但同时也丢失光标导致无法聚焦文字所以快捷键删除失效。
希望你们能解决一下这个bug。

@intellism
Copy link
Owner

收到

@idootop
Copy link
Contributor

idootop commented Oct 28, 2023

这个问题得提到 vscode 那边,这是editor.action.showHover默认行为
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants