Quake command palette entry doesn't work #14936

Open
opened 2026-01-31 04:23:41 +00:00 by claunia · 1 comment
Owner

Originally created by @warpdesign on GitHub (Aug 23, 2021).

Windows Terminal version (or Windows build number)

1.9.1942.0

Other Software

No response

Steps to reproduce

  • press ctrl+shift+p and type quake
  • select invoquer la fenêtre quake [win+ctrl+alt+7] and press enter

Expected Behavior

The quake console window should be opened.

Actual Behavior

Nothing happens.

Note that using the [win+ctrl+alt+7] keyboard shortcut works as expected.

Originally created by @warpdesign on GitHub (Aug 23, 2021). ### Windows Terminal version (or Windows build number) 1.9.1942.0 ### Other Software _No response_ ### Steps to reproduce - press `ctrl+shift+p` and type `quake` - select `invoquer la fenêtre quake [win+ctrl+alt+7]` and press `enter` ### Expected Behavior The quake console window should be opened. ### Actual Behavior Nothing happens. Note that using the ` [win+ctrl+alt+7]` keyboard shortcut works as expected.
claunia added the Issue-BugNeeds-Tag-FixProduct-TerminalPriority-2Area-Remoting labels 2026-01-31 04:23:42 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 23, 2021):

Interesting. Good catch, that should probably work. TerminalPage::_HandleGlobalSummon should bubble the action up to the window regardless, and toss it to the monarch. That way the monarch can try the key even if we failed to globally bind it(!)

@zadjii-msft commented on GitHub (Aug 23, 2021): Interesting. Good catch, that should probably work. `TerminalPage::_HandleGlobalSummon` should bubble the action up to the window _regardless_, and toss it to the monarch. That way the monarch can try the key even if we failed to globally bind it(!)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14936