📅  最后修改于: 2022-03-11 14:59:14.085000             🧑  作者: Mango
{
"key": "alt+u",
"command": "multiCommand.moveCopyUp",
"when": "!editorHasSelection && textInputFocus && !editorReadOnly"
},
{
"key": "alt+u",
"command": "multiCommand.copyAndMoveSelectionUp",
"when": "editorHasSelection && textInputFocus && !editorReadOnly"
},
{
"key": "alt+d",
"command": "multiCommand.copyAndMoveSelectionDown",
"when": "editorHasSelection && textInputFocus && !editorReadOnly"
},
{
"key": "alt+d",
"command": "multiCommand.moveCopyDown",
"when": "!editorHasSelection && textInputFocus && !editorReadOnly"
},