question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mac shortcut not working (in vscode) [cmd+h or cmd+m]

See original GitHub issue
  • VSCode Version: 1.60.1 ( Recent )
  • OS Version: Mac 11.15.2

Steps to Reproduce:

  1. On Release Note Screen
  2. (hide or minimize) cmd+h or cmd+m does not work (have not tried other shortcut).

Does this issue occur when all extensions are disabled?: Yes

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:100
  • Comments:77 (5 by maintainers)

github_iconTop GitHub Comments

45reactions
BB9zcommented, May 21, 2022

I have a workaround:

Open command palette and search: Open Keyboard Shortcuts (JSON)

Then put this item in config file:

{
    "key": "",
    "command": "testing.toggleTestingPeekHistory"
}

Restart VSCode then it will be fine.

23reactions
timdmackeycommented, Jun 8, 2021

I’m having this issue everywhere in VSCode, regardless of the view or document open. Issue still occurs when all extensions are disabled.

VSCode Version: 1.56.2 MacOS 10.15.7

Read more comments on GitHub >

github_iconTop Results From Across the Web

MacOS VSCode shift+cmd+left & right/up/down not working
Open VSCode · Go to Code->preferences->keyboard shortcuts · Click on keyboard symbol on far right. · press shift+cmd+left/up/down/right .
Read more >
VSCode some shortcuts not working properly - Stack Overflow
Press "cmd+shift+p" to open command palette · Type "Preferences: Open Keyboard Shortcuts" and hit enter · Press "option+cmd+k" to start recording ...
Read more >
Troubleshoot Terminal launch failures - Visual Studio Code
Note: If you're on Windows, you may want to review the common issues on Windows ... shell outside VS Code from an external...
Read more >
Visual Studio Code Key Bindings
To troubleshoot keybindings problems, you can execute the command ... For example, when pressing cmd+/ in a code editor on macOS, the logging...
Read more >
Running Visual Studio Code on macOS
Launching from the command line · Launch VS Code. · Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found