vscode更改快捷键-- 例子向下复制一行

向下复制一条的快捷键:

[

{

"key": "ctrl+d",

"command": "editor.action.copyLinesDownAction",

"when": "editorTextFocus"

},

{

"key": "ctrl+shift+up",

"command": "editor.action.moveLinesUpAction",

"when": "editorTextFocus"

},

{

"key": "ctrl+shift+down",

"command": "editor.action.moveLinesDownAction",

"when": "editorTextFocus"

}

]

 

 

 

 

vscode更改快捷键-- 例子向下复制一行

file-prefrences- keybord shutcus.

简答得用这种

https://jingyan.baidu.com/article/9faa7231ef1383473c28cb12.html