Visual Studio键盘快捷键在Windows中转到行尾

eli*_*-bd 4 keyboard visual-studio

我正在使用2017年的视觉工作室社区.我想重新映射将插入符号移动到行尾的键盘快捷键(因为我正在使用没有"结束"键的笔记本电脑).

我知道如何重新映射visual studio键但我找不到它的菜单项.你知道它的菜单/动作名称是什么,所以我可以改变它吗?

虽然多次询问,但我无法在网上找到答案.

Ser*_*sov 7

命令名称为Edit.LineEnd.您可以在Visual Studio键盘选项中为其指定新的快捷方式.


Jus*_*inC 5

使用 2018 年左右的 macbook pro,没有明确的 home 或 end 标签,不需要任何系统或额外配置:

Begin of Line: Fn+LeftArrow
End of Line: Fn+RightArrow
Top of Document/Home: Fn+UpArrow
Bottom of Document: Fn+DownArrow
Run Code Online (Sandbox Code Playgroud)

这需要一点过期的谷歌研究,但解决方案或答案就在这篇文章中: https ://answers.microsoft.com/en-us/mac/forum/macoffice2011-macexcel/what-key-on-the -macbook-pro-is-the-end-key-to/2b3517d7-2cf5-4c33-a53e-9d229f6f36f9

虽然这是特定于某个时代的 MacBook,但它可能适用于更广泛的领域。


小智 5

这是要走的路:

在此输入图像描述

不要忘记将全局更改为文本编辑器。