Emacs:减轻对鼠标的依赖

发布于 2024-09-03 21:47:01 字数 136 浏览 6 评论 0原文

在 Emacs 中,如何使用键盘模拟鼠标按键等操作?例如,使用 CEDET 的语义(包含在 GNU Emacs 23.2.1 中),可以右键单击包含以提供菜单;我怎样才能使该菜单和其他菜单通过键盘显示为工具提示或在迷你缓冲区中像 M-` 那样允许访问菜单栏?

In Emacs, how does one emulate mouse button presses and the like using a keyboard? For example, with CEDET's Semantic (included with GNU Emacs 23.2.1), includes can be right clicked to provide a menu; how can I make that menu, and others, with the keyboard, appear as a tooltip or in the minibuffer a la M-` that allows one to access the menu bar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瑾兮 2024-09-10 21:47:01

您可以使用Ch k(describe-key)找出鼠标单击正在运行的命令,然后在适当的位置单击鼠标。然后您可以将其绑定到键盘上的某个东西。

这并不完全是您所要求的,但您应该能够使用它来为您关心的所有点击完成相同的事情。

You can find out what command the mouse-click is running using C-h k (describe-key), followed by the mouse-click in the appropriate place. You could then bind that to something on the keyboard.

It's not exactly what you're asking, but you should be able to use it to accomplish the same thing for all the clicks you care about.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文