visual-studiovisual-studio-2022

CTRL+D doesn't work in Visual Studio 2022


CTRL+D (duplicates) It doesn't work in visual studio 2022 , How to change Ctrl+E,V To CTRL+D ?


Solution

  • I just had the same problem. The issue for me was that Visual Studio 2022 had set the mapping scheme to Visual C# 2005 instead of (Default).

    In the search bar at the top of Visual Studio 2022 (Ctrl+Q), search for key bindings, or go to Options->Environment->Keyboard. Make sure the keyboard mapping scheme is (Default).

    I hope it helps.