vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Some keyboard shortcuts not working even when developer-tools info that commands are dispatched.

Open RikuRuokonen opened this issue 1 year ago • 0 comments

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

  • VS Code Version: 1.92.2
  • OS Version: Win 11, 23H2.

Steps to Reproduce:

  1. Launch VSCode
  2. Open any workspace
  3. Open Shift + P: Toggle Developer Shortcuts Troubleshooting
  4. Try to perform ctrl + alt shortcut
  5. Observe how it prints out to console something along-the lines: [KeybindingService]: + Invoking command editor.action.selectAll.
  6. Now try to do block-comment with (presumably) default keybind: Shift + alt + a.
  7. Observe how again, console logs that correct action is invoked: [KeybindingService]: + Invoking command editor.action.blockComment.
  8. Observe that nothing happens in editor and block-comment does not appear.

The working is inconsistent and puzzling why console logs action dispatched and nothing happens. Totally fresh install of VScode.

RikuRuokonen avatar Aug 28 '24 13:08 RikuRuokonen