Waiting for second key of chord

前端 未结 6 554
悲哀的现实
悲哀的现实 2020-12-08 19:13

I have assigned the keyboard shortcut Ctrl+E to a command. But when I click Ctrl+E, the status bar says Ctrl+E

6条回答
  •  有刺的猬
    2020-12-08 19:47

    The selected answer is wrong in stating you cannot use Ctrl+E by itself (at least for Visual Studio 2013).

    For those who come from a Mac or other OS background where Ctrl+E takes you to the end of the current line (the End key shortcut by default in VS), this is a really frustrating limitation when switching environments.

    I found that in Visual Studio 2013 at least, you can remove all the shortcuts that use the Ctrl+E chord (none of which I will ever use) and set the Edit.LineEnd command to Ctrl+E. It just takes a few minutes tracking down the chords to remove (most of them are under the workspace designer).

提交回复
热议问题