New mod: Start button opens Raycast#4649
Open
octopols wants to merge 1 commit into
Open
Conversation
New mod: makes the taskbar Start button and the Win key open Raycast instead of the Windows Start menu, with per-trigger settings and an optional toggle to close Raycast when it is focused.
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.
Adds start-button-raycast, a mod that redirects the taskbar Start button
and the Win key to Raycast for Windows instead of the Start menu.
How it works:
CImmersiveLauncher fallback symbol for older builds) and filters by
show method, so only the Start button (11) and Win key (1) triggers
are redirected; everything else (e.g. session unlock) is untouched.
message over its named pipe (instant, no simulated hotkeys). The
message format was derived from Raycast for Windows v0.66.
package path. If Raycast is not installed at all, the Start menu
opens normally, so the mod is never a dead end.
Settings: enable/disable each trigger independently; optional toggle
that closes Raycast (sends Esc) when it is already focused.
Tested on Windows 11 Pro 25H2 (26200) x64 with Raycast 0.66.1 (Store).