[1.11 blocking] Overloading win+` doesn't work anymore #14790

Closed
opened 2026-01-31 04:19:28 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (Aug 4, 2021).

Originally assigned to: @lhecker on GitHub.

(discussed on Teams at length, but filing to make sure we're tracking)

Regressed in #10666.

Repro settings:

{ "keys": "win+`", "command": { "action": "globalSummon", "monitor": "any" } }
{ "keys": "ctrl+shift+`", "command": { "action": "quakeMode" } }

The win+` one will fail to override the win+sc(43) one in the defaults. When it gets time to RegisterHotkey, the one from the defaults will claim the hotkey first.

WIP over at dev/migrie/b/broken-globalsummon-overloading.

Also related to #10729. That might be the ultimate solution here, but if we can't get that for 1.11 then we'll need another workaround, or back out the sc() one.

Originally created by @zadjii-msft on GitHub (Aug 4, 2021). Originally assigned to: @lhecker on GitHub. (discussed on Teams at length, but filing to make sure we're tracking) Regressed in #10666. Repro settings: ```json { "keys": "win+`", "command": { "action": "globalSummon", "monitor": "any" } } { "keys": "ctrl+shift+`", "command": { "action": "quakeMode" } } ``` The <kbd>win+\`</kbd> one will fail to override the <kbd>win+sc(43)</kbd> one in the defaults. When it gets time to `RegisterHotkey`, the one from the defaults will claim the hotkey first. WIP over at [`dev/migrie/b/broken-globalsummon-overloading`](https://github.com/microsoft/terminal/compare/dev/migrie/b/broken-globalsummon-overloading). Also related to #10729. That might be the ultimate solution here, but if we can't get that for 1.11 then we'll need another workaround, or back out the `sc()` one.
Author
Owner

@ghost commented on GitHub (Aug 31, 2021):

:tada:This issue was addressed in #10917, which has now been successfully released as Windows Terminal Preview v1.11.2421.0.🎉

Handy links:

@ghost commented on GitHub (Aug 31, 2021): :tada:This issue was addressed in #10917, which has now been successfully released as `Windows Terminal Preview v1.11.2421.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.11.2421.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14790