Skip to content

Add taskbar-auto-show-on-flash mod - #5417

Open
yunhanbian6-cmyk wants to merge 1 commit into
ramensoftware:mainfrom
yunhanbian6-cmyk:add-taskbar-auto-show-on-flash
Open

Add taskbar-auto-show-on-flash mod#5417
yunhanbian6-cmyk wants to merge 1 commit into
ramensoftware:mainfrom
yunhanbian6-cmyk:add-taskbar-auto-show-on-flash

Conversation

@yunhanbian6-cmyk

Copy link
Copy Markdown

新增 Mod:Taskbar auto-show on notification flash

Mod ID: taskbar-auto-show-on-flash

功能简述:

  • 通知闪烁时任务栏自动弹出
  • 延迟后自动隐藏(默认 5 秒,可配置)
  • 新通知重置计时器
  • 支持启用/禁用开关

兼容性: Windows 10 / Windows 11

技术原理:

  • 钩取 CTaskBand::v_WndProc 检测内部通知消息(Win10: 0xC028,Win11: 0xC029)
  • 钩取 CTaskListWnd::PermitAutoHide 控制自动隐藏时机
  • 仅需 2 个符号钩子,代码量约 240 行

测试情况: 已在本地完成测试,功能正常。

@windhawk-reviewer windhawk-reviewer Bot added the waiting-for-author The author's turn: request an AI review, or respond to one that was posted. label Sep 9, 2026
@windhawk-reviewer

Copy link
Copy Markdown

Thanks for the pull request! This repository uses a two-stage review: an AI review that you run yourself, followed by a human review.

To get started, comment /ai-review. Once you're happy with the result, comment /ready-for-reviewer to hand it over to a human reviewer.

See the pull request review process for the full details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-for-author The author's turn: request an AI review, or respond to one that was posted.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant