Skip to content

Open in ISE keyboard shortcut overwrites basic editing keyboard shortcut #1115

Closed
@AikenBM

Description

@AikenBM

In package.json, you're overriding Shift+Alt+i, which is the default VS Code keyboard shortcut for Insert cursor at end of each line selected (i.e., editor.action.insertCursorAtEndOfEachLineSelected) which is one of the Basic Editing keyboard shortcuts. This is they keyboard shortcut that lets you select a block of text and easily edit each line in that block simultaneously. There is no alternative default shortcut for this feature.

There are dozens of possible keyboard shortcuts for this. Is it possible to not select one of the default bindings designated for basic editing for the application?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions