From c850b21294f347f4295fd760917b8dfedb987c78 Mon Sep 17 00:00:00 2001 From: Joseph Dykstra <1833684+ArtskydJ@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:56:58 -0500 Subject: [PATCH] Fix ctrl/cmd+shift+d shortcut when text is selected --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2795bd9..d7d3fc1 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "win": "ctrl+shift+d", "linux": "ctrl+shift+d", "key": "ctrl+shift+d", - "command": "editor.action.copyLinesDownAction", + "command": "editor.action.duplicateSelection", "when": "editorFocus" }, {