-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalArea-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.Severity-BlockingWe won't ship a release like this! No-siree.We won't ship a release like this! No-siree.
Milestone
Description
(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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalArea-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.Severity-BlockingWe won't ship a release like this! No-siree.We won't ship a release like this! No-siree.