feat: 新增全局快捷键直达长截图/录屏,粘贴优化 - #240
Open
SummerRay160 wants to merge 2 commits into
Open
Conversation
1. 新增长截图、录屏全局快捷键支持,支持自定义快捷键和清除 2. 通用设置页添加剪贴板临时目录打开按钮 3. 优化剪贴板粘贴逻辑,支持资源管理器直接粘贴截图文件 4. 更新多语言文案,补充快捷键禁用、清除相关文本 5. 重构快捷键注册逻辑,支持多套全局热键
1. 拆分快捷键按钮容器为allBtns和shortcutBtns,区分所有按钮和快捷键配置按钮 2. 简化命令行参数识别逻辑,合并重复的参数判断分支 3. 重构剪贴板文件处理逻辑,提取通用的DROPFILES生成函数,修复文件清理时机问题
Owner
|
抱歉,
其他内容亦仍需斟酌 无论如何,感谢你得支持 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增功能
重构