After some digging I think that the keys2 branch is working as advertised; 
and that's a problem for OSX users.

I traced the Alt-L "@" event until here, where I assume 'extend-to-line' 
will be executed:

> leo-editor-clone-git/leo/core/leoKeys.py(3778)masterCommand()
-> c.doCommand(func, commandName, event=event)
(Pdb) pp (func, commandName, event)
(<function wrapper: extend-to-line at 0x108938140>,
 'extend-to-line',
 LeoKeyEvent:
{
       c:u'workbook.leo',
    char:u'@',
   event:<PyQt4.QtGui.QKeyEvent object at 0x118f7a938>,
  stroke:<KeyStroke: u'Alt+l'>,
       w:<leo.plugins.qt_text.QTextEditWrapper object at 0x118f90bd0>
})


The problem seems to be the (still not undefineable?) default key bindings.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to