新增全局快捷键显示/隐藏主窗口功能#2347
Open
Cyber0xFE wants to merge 5 commits into
Open
Conversation
added 3 commits
June 7, 2026 11:04
- 默认热键 Ctrl+Shift+F12,可在常规设置中开关和自定义 - 使用 RegisterHotKey/WM_HOTKEY 实现系统级别全局热键 - 支持按键录制控件,可自定义修饰键组合 - 热键设置持久化保存在 config.ini - 支持中英文国际化
added 2 commits
June 8, 2026 15:48
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.
改动概览
本次 PR 包含两项功能新增:
1. 全局快捷键显示/隐藏主窗口 (d2aedfe)
Ctrl+Shift+F12,可在常规设置中开关和自定义RegisterHotKey/WM_HOTKEY实现系统级全局热键config.ini变更文件:
CommonData.hGeneralSettingsDlgTrafficMonitor.cpp/.rcTrafficMonitorDlgresource.hlanguage/2. 皮肤背景多帧动画 (c8920f7)
m_background_png_s/m_background_png_l改为vector<Gdiplus::Image*>,支持加载多帧 PNG 序列background_0.pngbackground_1.png…,若不存在则回退到单帧background.png,完全向后兼容旧皮肤DrawInfo自动循环切换帧,借助现有刷新周期驱动动画DrawPreview始终渲染首帧print_compile_time.bat预构建事件路径问题变更文件:
SkinFile.hSkinFile.cppTrafficMonitor.vcxproj兼容性