dragonflylee / switchfin

Third-party native Jellyfin client for Nintendo Switch
Apache License 2.0
292 stars 6 forks source link

软件输入法框内无法复制粘贴 #67

Closed kofzhanganguo closed 1 month ago

kofzhanganguo commented 2 months ago

Is your feature request related to a problem? Please describe.

image image 软件中所有的输入框内,都无法复制粘贴,这样操作起来很麻烦,必须手动打字,因文化有限,比如有日文等特殊字符,无法打出,就没办法进行搜索了。我只能打出来中文和英文,其他语言实在是打不出来。

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

dragonflylee commented 2 months ago

受 glfw 限制,短时间内暂时无法支持输入框的剪贴板,欢迎提交 PR 完善

dragonflylee commented 1 month ago

@kofzhanganguo 得益于 @xfangfang 贡献的代码,最新的 nightly 已支持在输入框中使用 CTRL+V 粘贴内容了

kofzhanganguo commented 1 month ago

@kofzhanganguo 得益于 @xfangfang 贡献的代码,最新的 nightly 已支持在输入框中使用 CTRL+V 粘贴内容了

嗯,感谢贡献,现在在Windows系统上可以实现Ctrl+V粘贴了。