如何设置 Shift + End 选择到行尾?
我在 MacOS X Snow Leopard 上使用 MonoDevelop 2.6。
有没有办法自定义 Shift + END (和 Shift + Home)组合键以仅选择当前行的末尾(或开头),而不是文档的末尾?
我想 MonoDevelop 中有一个选项可以在 End 或 Home 键之后自定义光标位置(在 EoL
或 EoF 之间进行选择
),但我在键盘设置中找不到它。
I'm using MonoDevelop 2.6 on MacOS X Snow Leopard.
Is there a way to customize the Shift + END (and Shift + Home) key combinations to select only to the end (or beginning) of the current line, not to the end of the document?
I suppose there is an option somwhere in MonoDevelop for customizing the cursor position after an End or Home key (choosing between EoL
or EoF
), but I cannot find it in the keyboard settings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是 MacOS 中 Home 和 End 键的工作原理。要将选择范围扩展到 MacOS 上的行开头/结尾,您可以使用 Shift-Command-左/右。大多数 Mac 应用程序(包括 MD)也遵循 emacs 命令 Shift-Control-a/e。
如果您想要类似 Windows 的行为,请在 MonoDevelop 的键绑定首选项中查找命令“将选择扩展到行开头”和“将选择扩展到行结尾”并重新映射它们。
This is how the Home and End keys work in MacOS. To expand the selection to the line start/end on MacOS, you would use Shift-Command-Left/Right. Most Mac apps (including MD) also respect the emacs commands Shift-Control-a/e.
If you want a Windows-like behaviour, look for the commands "Expand selection to line start" and "Expand selection to line end" in MonoDevelop's Key Bindings preferences and remap them.