Skip to content

Default keybindings that conflict with default Ubuntu OS keybindings #509

Closed
@Tyriar

Description

@Tyriar

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" },

Metadata

Metadata

Assignees

Labels

*as-designedDescribed behavior is as designedlinuxIssues with VS Code on Linux

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions