On Thu, Nov 28, 2013 at 4:24 PM, jkn <[email protected]> wrote: > Hi all > I wanted to use the insert-node-before command, and wanted to bind it > to Shift-Insert. > > but this > > @settings > @keys > @shortcuts > insert-node-before = Shift+Insert > > doesn't work. > > This, however, does: > > @settings > @keys > @shortcuts > insert-node-before = Ctrl+Shift+I > > Is this likely to be a Qt key event quirk, or am I missing something? >
Thanks for this report. It's likely a Leo bug. Please file an official bug report. You wouldn't believe how difficult it is to handle events coming from your keyboard. There are seemingly endless special cases. I suspect that modifiers for Insert aren't handled properly. Edward -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
