[go: up one dir, main page]

Entries in DefaultKeyBinding.dict don't work

By geor...@google.com on December 06, 2010 18:47 (imported from Google Code)


See here for defining user-specific key bindings: http://xahlee.org/emacs/osx_keybinding.html

Here is a patch that fixes this problem but should break AquaSKK, which is undesirable:

Index: PTYTextView.m

--- PTYTextView.m (revision 394)
+++ PTYTextView.m (working copy)
@@ -1152,7 +1152,7 @@
// If the IME didn't want it, pass it on to the delegate
if (!prev &&
!IM_INPUT_INSERT &&
- doCommandBySelectorCalled &&

  •   // doCommandBySelectorCalled &&  
       ![self hasMarkedText]) {  
       [delegate keyDown:event];  
    }