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).