[TxMt] Key bindings for switchers - not working in TextMate
Brendan Clougherty
brendan at corp.singlesnet.com
Wed Jan 25 15:16:29 UTC 2006
Hi everyone,
I use a Mac part-time, and switching between Mac and Windows key
bindings is driving me nuts. I found the article "Key bindings for
switchers" and happily followed along with the instructions. However,
having set up my ~/Library/KeyBindings/DeaultKeyBinding.dict file
exactly as in the article, the new bindings work fine in Mail and
TextEdit but not in TextMate. I have no idea why that would happen -
any ideas?
Here's the contents of my DefaultKeyBinding.dict (copied directly
from the article) for reference:
{
/* home */
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* page up/down */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}
Thanks in advance,
--Brendan
More information about the textmate
mailing list