-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS X "Invalid key shortcut sound" on ⌃⌘↓ #44070
Comments
Blocked on electron/electron#2617 |
Yeah this also affects move to next/previous terminal pane keys I found recently. |
Both Electron and Chromium issues were closed as won't fix 😢 https://bugs.chromium.org/p/chromium/issues/detail?id=916460 |
FYI for anyone else stumbling into this. The workaround given in the upstream Chromium issue is to setup key bindings at the OS-level that are just noops.
Then restart the affected apps. |
Updated FAQ in terminal to include the workaround, thanks! microsoft/vscode-docs#4395 |
so is this an issue with whatever upstream codebase vscode depends on? I get this annoying beeping sound every time I move a line down via a keyboard shortcut. |
Yes. This is an issue in Chromium and thus Electron. The upstream bugs in both Chromium and Electron have been closed as "won't fix." |
Is this workaround no longer working for anyone else on macOS 14.4? Two machines, same effect and same keys as original report (i.e. |
I think this bug came back after a few years |
Here is the new workaround from the upstream Electron bug:
Basically, you needed to add the I've included the codes for The codes for the up arrow (700) are probably not needed. Details for what these codes mean are at: https://gist.github.com/trusktr/1e5e516df4e8032cbc3d I'm AFK, so I haven't tested this yet. |
This is working great for me on two 14.4 Macs. |
Steps to Reproduce:
⌃⌘↓
in the text editor. The "invalid key shortcut" sound will be played. (This is also the case for⌃⌘←
and⌃⌘→
.⌃⌘↑
. The "invalid key shortcut" sound will not be played.There's clearly something going funny here, because up and down have different behaviour. These sounds play even if they are valid key shortcuts.
The text was updated successfully, but these errors were encountered: