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

[Feature]: 选中文本,双击CTRL翻译选中的单词或句子 #119

Closed
1 task done
oneisall8955 opened this issue May 22, 2023 · 3 comments
Closed
1 task done

Comments

@oneisall8955
Copy link

提交新Issue前请确认一下事项

  • 我已确认以上事项

需求描述

RT,一直在用有道词典,很习惯该功能,类似POT的划词翻译,只不过通过双击CTRL直接弹出翻译,而不是使用其他快捷键。

应用场景

更快捷,不需要记忆其他快捷键

参考资料

无,有道词典有这个功能。

@Pylogmon
Copy link
Member

目前使用的是tauri提供的快捷键方案,不打算支持非标准的快捷键

@Pylogmon Pylogmon closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2023
@Lete114
Copy link

Lete114 commented Aug 30, 2023

对,我觉得有道翻译这一点很好,非常好用

@vagra
Copy link

vagra commented Jan 10, 2024

希望能够支持双 Ctrl 连击,关键原因是:
我们大部分软件使用的是标准快捷键,也就是说 Ctrl 加任意字母键;

然后呢,pot 也是使用标准快捷键,结果呢,它就基本上不可能存在一个 Ctrl 加某个字母键,能够跟所有软件的快捷键都不冲突。
也就是说总会在某个软件中,Pot 的快捷键跟它冲突。

但是呢,使用非常冷门的 Ctrl 双击作为 Pot 的快捷键的话,就没有这个冲突问题了。

这个功能我首先在 Qtranslate 里面发现的,非常好用,一旦接触,就再也看不上其它翻译软件的这个功能了。就因为这个功能,我在 QTranslate 事实死亡后还坚持用了两年,如果 Pot 不能支持 Ctrl 双击翻译,我只好再用回去。我是真的离不开这个功能。

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

No branches or pull requests

5 participants
@vagra @oneisall8955 @Lete114 @Pylogmon and others