Closed
Description
Related #51
The following default keybindings conflict with default Ubuntu OS keybindings.
Move app to different workspace:
{ "key": "ctrl+shift+alt+down", "command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus" },
{ "key": "ctrl+shift+alt+up", "command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus" },
{ "key": "ctrl+shift+alt+left", "command": "workbench.action.focusLeftEditor" },
{ "key": "ctrl+shift+alt+right", "command": "workbench.action.focusRightEditor" },
Maximize/unmaximize(?):
{ "key": "ctrl+meta+up", "command": "editor.action.insertCursorAbove",
"when": "editorTextFocus" },
{ "key": "ctrl+meta+down", "command": "editor.action.insertCursorBelow",
"when": "editorTextFocus" },