Skip to content

New mod: Start button opens Raycast#4649

Open
octopols wants to merge 1 commit into
ramensoftware:mainfrom
octopols:octopols/add-start-button-raycast-mod
Open

New mod: Start button opens Raycast#4649
octopols wants to merge 1 commit into
ramensoftware:mainfrom
octopols:octopols/add-start-button-raycast-mod

Conversation

@octopols

@octopols octopols commented Jul 1, 2026

Copy link
Copy Markdown

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:

  • Hooks XamlLauncher::ShowStartView in twinui.pcshell.dll (with a
    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.
  • Opens Raycast by sending its own inter-instance BringRaycastToFront
    message over its named pipe (instant, no simulated hotkeys). The
    message format was derived from Raycast for Windows v0.66.
  • If Raycast is installed but not running, launches it via its Store
    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).

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant