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

开启shift超链接功能后,导致shift网页文本选择失效,建议是否同时加个ctrl组合键(e.keyCode == 16 && e.ctrlKey) #6

Closed
ghost opened this issue Aug 10, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 10, 2015

开启shift超链接功能后,导致shift网页文本选择失效(请参照excel中shift选择多行功能)

建议修改:
if(e.keyCode == 16 && e.ctrlKey){
submit();
}

@ververcpp
Copy link
Owner

新版本0.8.11已经修改了这个 bug,如果使用中有什么问题欢迎继续反馈。

关于图标,因为本人确实不太擅长图标设计,一直有换图标的打算,可是迟迟不知该怎么下手。近期我会尽力重新设计一个好看一点的图标。感谢你的支持!

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

1 participant