Is it possible to change the completion key (escape) to command for instance? How?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
From the same question asked on SO: To remap the esc key you have to copy
to
and then edit it, preferably using TextMate :) as Property List Editor messes up the codes. Look for nextCompletion and previousCompletion and replace their values with whatever suits your needs best. For example, you could replace \033 (code for esc) to ->|tab. |
|||||
|