如何使用 alt/option 键作为“元”键使用 emacs 键绑定在 OS X 上的 NetBeans 中键入密钥?

发布于 08-02 20:44 字数 152 浏览 6 评论 0原文

NetBeans 支持 emacs 风格的键绑定,但由于某种原因,它使用 cmd 作为“元”键而不是 alt,这似乎是 OS X 上的标准。(Terminal.app 有一个“使用选项作为元键”的复选框,例如。)如何切换到使用 alt/option 作为 emacs 样式键绑定的“元”键?

NetBeans supports emacs-style keybindings, but for some reason it uses cmd as the "meta" key instead of alt, which seems to be the standard on OS X. (Terminal.app has a checkbox for "use option as meta key", for example.) How can I switch to using alt/option as the "meta" key for emacs-style keybindings?

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

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

发布评论

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

评论(2

许你一世情深2024-08-09 20:44:33

不久前,我使用首选项中的键盘映射面板导出、编辑和导入 xml 文件。

现在我会在 ~/.netbeans/6.7/config/Keymaps/profile 中进行一些文件重命名

Netbeans 关键代码似乎是:

 In 2008     NB 6.7.1     PC       Mac   
    D           M        Meta    command 
    S           S        Shift   shift   
    O           C        Ctrl    control 
    A           A        Alt     option  

Not too long ago I'd export, edit and import an xml file using the keymap panel in preferences.

Now I'd do some file renaming in ~/.netbeans/6.7/config/Keymaps/profile

The Netbeans Key Codes seem to be:

 In 2008     NB 6.7.1     PC       Mac   
    D           M        Meta    command 
    S           S        Shift   shift   
    O           C        Ctrl    control 
    A           A        Alt     option  
硬不硬你别怂2024-08-09 20:44:33

其实你可以去
~/.netbeans/6.*/config/Editors/Keybings/profilename

它是一个可以编辑的大 XML 文件。

另外,尽管上面列出了他的列表,但我在大多数命令中都看到了这一点。

A - option (alt)
D - command (meta)
S - Shift
O - Control

我能够愉快地分配命令来使用选项。

Actually you can go to
~/.netbeans/6.*/config/Editors/Keybings/profilename

And its a big XML file that you can edit.

Also despite his list up above, I see this in most commands.

A - option (alt)
D - command (meta)
S - Shift
O - Control

I was able to happily assign commands to use option.

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