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” } ]

Keyboard Shortcuts for Ubuntu Read More »

Scroll to Top