Skip to content

移除 ShellExecuteW 路径中的错误的引号#1877

Merged
fxliang merged 1 commit into
rime:masterfrom
dsqm:master
Jul 3, 2026
Merged

移除 ShellExecuteW 路径中的错误的引号#1877
fxliang merged 1 commit into
rime:masterfrom
dsqm:master

Conversation

@dsqm

@dsqm dsqm commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

根据微软 MSDN 规范,ShellExecuteWlpFile 参数在设计上仅接收纯粹的文件或对象路径,不需要(也不应该)像命令行那样用双引号处理空格。
并且增加双引号会导致,第三方文件管理器无法接管

@fxliang

fxliang commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

检查过中文,英文,空格等混合情况的表现了吗

@dsqm

dsqm commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

检查过中文,英文,空格等混合情况的表现了吗

经测试,跳转正常
image

@fxliang fxliang merged commit f9203ca into rime:master Jul 3, 2026
4 of 6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants