On Fri, Oct 17, 2008 at 5:24 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> 1. Make arrows work in the body pane. There is a strange interaction between the call to action.setShortcut(accel) in leoQtMenu.add_command and key handling. If I disable this call, all key handling works, but alas, if I disable this call no keyboard shortcuts show up in the menu. Disabling the triggered event notification has no effect. Having add_command_callback just return False also doesn't work. What I would like is simply to create the menu items without any actions at all, but I don't see a way of creating a shortcut without creating an action. I've tried workaround in eventFilter, without any joy. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
