Skip to content

Ctrl+Alt+ keybindings should not be used by default under Windows. #427

Closed
@dustinmoris

Description

@dustinmoris

The PowerShell keybindings offend the convention that Ctrl+Alt+ should not be used under Windows by default:

image

This is the warning from the developer tools in VS Code under Windows.

The exact offender is this one:

{ "key": "ctrl+alt+e",            "command": "PowerShell.ExpandAlias",
                                     "when": "editorTextFocus && editorLangId == 'powershell'" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions