Skip to content
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

Cmd+H not working on macOS #51003

Open
vscodenpa opened this issue May 13, 2022 · 10 comments
Open

Cmd+H not working on macOS #51003

vscodenpa opened this issue May 13, 2022 · 10 comments
Labels

Comments

@vscodenpa
Copy link

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

  • VS Code Version: 1.67.1 (commit da15b6fd3ef856477bf6f4fb29ba1b7af717770d) and earlier
  • OS Version: macOS 12.3.1 (and earlier)

Steps to Reproduce:

  1. Open VSCode
  2. Press Cmd+H to hide VSCode
  3. Expected behaviour: VSCode hides
  4. Observed behaviour: Nothing happens
  5. Output of "Developer: Toggle Keyboard Shortcuts Troubleshooting":
[2022-05-13 16:18:51.108] [renderer1] [info] [KeybindingService]: / Received  keydown event - modifiers: [meta], code: MetaLeft, keyCode: 91, key: Meta
[2022-05-13 16:18:51.108] [renderer1] [info] [KeybindingService]: | Converted keydown event - modifiers: [meta], code: MetaLeft, keyCode: 57 ('Meta')
[2022-05-13 16:18:51.109] [renderer1] [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
[2022-05-13 16:18:51.209] [renderer1] [info] [KeybindingService]: / Received  keydown event - modifiers: [meta], code: KeyH, keyCode: 72, key: h
[2022-05-13 16:18:51.228] [renderer1] [info] [KeybindingService]: | Converted keydown event - modifiers: [meta], code: KeyH, keyCode: 38 ('H')
[2022-05-13 16:18:51.229] [renderer1] [info] [KeybindingService]: | Resolving meta+[KeyH]
[2022-05-13 16:18:51.230] [renderer1] [info] [KeybindingService]: \ No keybinding entries.
[2022-05-13 16:18:51.458] [renderer1] [info] [KeybindingService]: + Storing single modifier for possible chord meta.
[2022-05-13 16:18:51.760] [renderer1] [info] [KeybindingService]: + Clearing single modifier due to 300ms elapsed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@vscodenpa and others