Visual Studio C Text Editor: how to assign certain key bindings?

Mark Elfield 1 Reputation point
2024-10-16T21:02:40.1633333+00:00

In attempting to emulate the WordStar key mappings (because of long experience with the Borland IDE), I've succeeded in mapping several of them, but am having trouble mapping these block operations:

^KB mark start of block (where ^ is the Ctrl key)

^KK mark end of block

^KC copy block (to cursor position)

^KV move block (to cursor position)

^KY delete the selected block (set by ^KB abd ^KK)

Suggestions would be appreciated.

Or, is there a code editor that already supports WordStar mapping that can be integrated into Visual Studio?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,239 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,055 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 30,011 Reputation points Microsoft Vendor
    2024-10-17T10:08:03.22+00:00

    Hi @Mark Elfield, 

    Welcome to Microsoft Q&A! 

    There isn’t a built-in feature in Visual Studio that directly supports WordStar key mappings.

    You can see Wordstar key map (Linux or Windows)

    Sincerely,

    Anna


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.