在 XEmacs 中重新绑定右 Alt 键
我在 MacBookPro 上安装的 Windows 7 上使用 XEmacs。 所以我的右侧没有控制键。 我想让右选项键充当右Ctrl键。
我用谷歌搜索并尝试了下面的代码,但它不起作用:
(setq mac-option-modifier 'control)
(setq mac-command-modifier 'meta)
还有其他建议吗?
I'm using XEmacs on Windows 7 installed in MacBookPro.
So I don't have a Control-Key on the right side.
I would like to make the right-option key to work as right-ctrl.
I googled and tried the code below, but it is not working:
(setq mac-option-modifier 'control)
(setq mac-command-modifier 'meta)
Any other suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 KeyTweak 软件。将 Cmd 重新映射到 Ctrl 。
Try KeyTweak software. Remap Cmd to Ctrl with that.