On 24/08/2005, at 6.30, Stuart Hungerford wrote:
My reading of the TextMate blog entry on keybinding for switchers leads me to think I can bind (say) the numeric keypad "enter" key with:
{ "#\U0003" = "moveToBeginningOfLine:"; }
In the appropriate .dict file. Unfortunately that doesn't seem to work.
Don't ask me why, but for some reason the enter key is not sent with the 'numpad' modifier. So it should not have the # as prefix -- maybe because unlike the other numpad keys (digits and arithmetic operators), there's no ambiguity.