On Wed, Jul 16, 2014 at 10:11:49PM +0200, Enrico Forestieri wrote: > On Wed, Jul 16, 2014 at 07:30:43PM +0200, Kornel Benko wrote: > > > > I tried the attached patch, but it seams, shortcuts are not the only ones > > doubling key events. > > > > Each tab creates this output (output by 'lyx -dbg key'), even with the > > patch. > > (Noticed by Scott) > > The patch was only addressing the shortcuts, so no surprise that it was > not working in this case. I had missed that also the tab key was being > doubled and cannot understand why.
It seems to be a known Qt5 "feature", related to ShortcutOverride events. See https://bugreports.qt-project.org/browse/QTBUG-30164 -- Enrico
