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
首先,使用这个功能,搜索词的开头会带上一个空格,这个应该要解决。
其次,我希望用这个功能打开的搜索页面的tab是插入到当前tab页的后边(就像新标签打开链接一样),而不是现在像是command+tab那样tab页直接放在最后面。
最后,还要能去判断OnInputEnteredDisposition,判定出三种打开方式(相当于按下 Enter键、Command+回车键、Shift+Command+回车键)
OnInputEnteredDisposition
打开方式的逻辑:
The text was updated successfully, but these errors were encountered:
[fix] #236
521f039
[improve] #236
f469cc9
No branches or pull requests
首先,使用这个功能,搜索词的开头会带上一个空格,这个应该要解决。
其次,我希望用这个功能打开的搜索页面的tab是插入到当前tab页的后边(就像新标签打开链接一样),而不是现在像是command+tab那样tab页直接放在最后面。
最后,还要能去判断
OnInputEnteredDisposition
,判定出三种打开方式(相当于按下 Enter键、Command+回车键、Shift+Command+回车键)打开方式的逻辑:
The text was updated successfully, but these errors were encountered: