[TxMt] Can I bind numeric keypad keys?
Allan Odgaard
allan at macromates.com
Wed Aug 24 20:04:07 UTC 2005
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.
More information about the textmate
mailing list