Skip to content

Remove ctrl+/ terminal keybinding #285180

@Tyriar

Description

@Tyriar

This is built-in to xterm.js (xtermjs/xterm.js#5457)

// US (Undo): ctrl+/
registerSendSequenceKeybinding('\u001f', {
primary: KeyMod.CtrlCmd | KeyCode.Slash,
mac: { primary: KeyMod.WinCtrl | KeyCode.Slash }
});

Metadata

Metadata

Assignees

Labels

debtCode quality issuesinsiders-releasedPatch has been released in VS Code Insidersterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.upstreamIssue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstream

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions