Keyboard Shortcuts for Ubuntu

[

{

“key”: “shift+alt+down”,

“command”: “editor.action.copyLinesDownAction”,

“when”: “editorTextFocus && !editorReadonly”

},

{

“key”: “ctrl+shift+alt+down”,

“command”: “-editor.action.copyLinesDownAction”,

“when”: “editorTextFocus && !editorReadonly”

},

{

“key”: “shift+alt+up”,

“command”: “editor.action.copyLinesUpAction”,

“when”: “editorTextFocus && !editorReadonly”

},

{

“key”: “ctrl+shift+alt+up”,

“command”: “-editor.action.copyLinesUpAction”,

“when”: “editorTextFocus && !editorReadonly”

}

]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top