Skip to content

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

@zadjii-msft

Description

@zadjii-msft

(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.

Metadata

Metadata

Assignees

Labels

Area-SettingsIssues related to settings and customizability, for console or terminalArea-WindowingWindow frame, quake mode, tearoutIssue-BugIt either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Severity-BlockingWe won't ship a release like this! No-siree.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions