[TxMt] Re: Correcting spelling just using the keyboard
Allan Odgaard
mailinglist at textmate.org
Fri Aug 23 20:05:37 UTC 2013
On 23 Aug 2013, at 18:18, Baldwin, Dave wrote:
> Thanks. Is it possible to record this action somehow in a macro?
Showing context menu is not a recordable action, but you can use it in a
key bindings dictionary, e.g.:
// ~/Library/Application Support/TextMate/KeyBindings.dict
{ "@d" = ("moveLeft:", "showContextMenu:"); }
That will make ⌘D move left and then show the context menu (with the
spelling suggestions).
More information about the textmate
mailing list