We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I see you check for ctrlKey but please also check for metaKey to support macOS:
ctrlKey
metaKey
vscode/src/vs/workbench/browser/parts/titlebar/menubarControl.ts
Line 714 in 010e1d0