Search code examples
keyboard-shortcutsvisual-studio-2022

Cannot use Ctrl+D shortcut binding to Edit.RemoveRow


I am configuring the keyboard shortcuts.

After I press the Reset button, I can see that I am using Visual C# 2005 additional mapping sheme.

Then I am setting Ctrl+D as shortcut for Edit.RemoveRow. enter image description here

After that I have used the "Press shortcut keys" textbox to get a list of every shortcut that conflicts with Ctrl-D, some of them just starting with Ctrl-D as in the case of Ctrl-D, X.

Then I have removed every of those shortcuts as you see.

enter image description here

Now, nothing happens when I try Ctrl-D in a vb file.

Why is not the current row removed?


Solution

  • The correct action name is actually Edit.LineDelete