vote up 0 vote down star

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?

flag

44% accept rate

1 Answer

vote up 0 vote down

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
link|flag
1  
Those files somehow represent keybindings? There don't seem to be enough of them. Also, what do I do? The files have names like A-W.shadow_hidden D-6.shadow DS-F.shadow OS-D.shadow, etc. – mjs Aug 30 at 23:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.