[BUG] VSCode Extension: "Insert @-Mention Reference" and "Insert At-Mentioned" keyboard shortcuts not working on Windows (v2.1.7)
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The keyboard shortcuts for "Claude Code: Insert @-Mention Reference" (Alt+K) and "Claude Code: Insert At-Mentioned" (Ctrl+Alt+K) are not working in the VSCode extension on Windows.
When pressing Alt+K or Ctrl+Alt+K with text selected in the editor, nothing happens. The commands appear in the Command Palette and can be executed manually, but the keyboard shortcuts do not trigger them.
After investigating keybindings.json, I found:
alt+kbinding forclaude-vscode.insertAtMentionis disabled (has-prefix)ctrl+alt+kbinding forclaude-code.insertAtMentionedhas conflicting entries (both active and disabled)- VSCode's
keybindings.editor.recordSearchKeysis interceptingalt+k
These shortcuts worked correctly until January 13, 2026 but stopped after the extension update.
What Should Happen?
- Custom keybindings should persist and work correctly after extension updates
- Pressing my custom Alt+K with text selected should insert an @-mention reference with the file path and line numbers directly into the chat prompt
- Pressing my custom Ctrl+Alt+K with text selected should insert the selected code reference into the Claude terminal
Both custom shortcuts should work without being overridden or disabled by extension updates.
Error Messages/Logs
Steps to Reproduce
- Custom keybindings should persist and work correctly after extension updates
- Pressing my custom Alt+K with text selected should insert an @-mention reference with the file path and line numbers directly into the chat prompt
- Pressing my custom Ctrl+Alt+K with text selected should insert the selected code reference into the Claude terminal
Both custom shortcuts should work without being overridden or disabled by extension updates.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.4
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
_No response_
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗