feat(alt-backtick): add visual overlay switcher for same-group windows#38
Open
tutumumu777 wants to merge 2 commits into
Open
feat(alt-backtick): add visual overlay switcher for same-group windows#38tutumumu777 wants to merge 2 commits into
tutumumu777 wants to merge 2 commits into
Conversation
added 2 commits
April 3, 2026 18:40
- show frosted-glass overlay when pressing Alt+` (same style as Alt+Tab) - display "窗口 N" above icon and window title below for each item - defer window switch until Alt is released instead of switching immediately - add group switcher mode to IconOnlyDelegate with taller grid (110px) - store itemDelegate pointer in Widget to toggle mode at runtime
…ment - widen Alt+� group-switcher items and render labels in white for readability - keep stable "窗口 N" labels bound to windows instead of active-order changes - hide the Release console window with multi-config CMake generators - auto-copy runtime DLLs and run windeployqt after Windows builds
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.
Summary
Alt+``(same visual style asAlt+Tab)Altis released (instead of switching immediately)Changes
IconOnlyDelegate: added group switcher mode — draws number label above icon and title belowWidget: addedshowGroupSwitcherOverlay()with a taller grid (110px) to accommodate text labels; storesitemDelegatepointer to toggle modes at runtimekeyPressEvent(Alt+``): tracksgroupCurrentIndex, shows overlay instead of switching immediately;Alt+Shift+``navigates in reversekeyReleaseEvent: switches to the highlighted window on Alt release, then resets all stateTest plan
Altand press`repeatedly — overlay should appear and cycle through windowsAlt+Shift+``to cycle in reverseAlt— should switch to the highlighted windowAlt+Tabstill works normally after usingAlt+``