On Feb 6, 2006, at 5:17 PM, Dominic Mitchell wrote:
Is it possible to change the key binding for completion, everywhere? Unfortunately, I'm a converting Emacs user, and very used to hitting Alt-/ to do completion...
I had a brief look in the manual, but I couldn't see an obvious way to do this.
The appendix details how to modify ~/Library/KeyBindings/ DefaultKeyBinding.dict. I modified the completion key with the following:
"^n" = "nextCompletion:";
_matt