Re: [Development] Qt Keyboard Shortcuts broken in Qt 5.6 (since 4.8 at least). Reproducible test case included.

2016-04-29 Thread jasonsu
I was previously told on this list http://lists.qt-project.org/pipermail/development/2016-April/025595.html that this bug is a KDE issue, not Qt. So I moved it to KDE list. A dev @ KDE then said it is NOT a KDE issue, but IS a Qt bug This is https://bugreports.qt.io/browse/QTBUG-48

Re: [Development] Qt Keyboard Shortcuts broken in Qt 5.6 (since 4.8 at least). Reproducible test case included.

2016-04-11 Thread jasonsu
On Mon, Apr 11, 2016, at 12:20 AM, Ziller Eike wrote: > This bug report is more about that you could not assign such a shortcut in Qt > Creator to begin with. > That is a different problematic though. To check if Qt (Creator) in principle > is able to handle a certain shortcut, > you should open

[Development] KDE Custom Shortcuts broken, problem's id'd as in khotkeys (was: Qt Keyboard Shortcuts broken in Qt 5.6 (since 4.8 at least). Reproducible test case included.)

2016-04-10 Thread jasonsu
On Sun, Apr 10, 2016, at 12:23 AM, Thiago Macieira wrote: > As I said, the failure is in khotkeys: it needs to send the events in such a > way that the application can't tell the difference. Obviously, Qt 5 did. Ok, so it's definitely a khotkeys problem, in KDE, & nothing to do with Qt. I'll mov

Re: [Development] Qt Keyboard Shortcuts broken in Qt 5.6 (since 4.8 at least). Reproducible test case included.

2016-04-10 Thread jasonsu
On Sun, Apr 10, 2016, at 12:14 AM, Thiago Macieira wrote: > > press: > > Meta-Ctrl-Alt-L > > OUTPUT: (none); window flashes > > That has nothing to do with shortcuts. It appears that the way that khotkeysd > sends keypresses isn't working in Creator. It's irrelevant what Creator

[Development] Qt Keyboard Shortcuts broken in Qt 5.6 (since 4.8 at least). Reproducible test case included.

2016-04-09 Thread jasonsu
Use of Qt Keyboard shortcuts has been broken in Qt for years. There are lots of bugs about it in Qt and KDE projects. This one looks close to what I'm seeing, Can't assign keyboard shortcut with Meta modifiers https://bugreports.qt.io/browse/QTCREATORBUG-9846 This one got mentio