Closed GoogleCodeExporter closed 9 years ago
Looks like it's a problem with the ctrl-alt bind to mousewheel which is not
cleaned
when switching workspaces (ctrl-alt right/left). Also, why not just use
ctrl-mousewheel?
Original comment by adys...@gmail.com
on 2 Jun 2008 at 10:33
got it, give foucus, alt-tab, then alt-tab back to that window and first scroll
the wheel and then lift up on alt-ctrl,
then QApplication::keyboardModifiers() & Qt::ControlModifier is always true :)
Original comment by ice...@gmail.com
on 17 Jun 2008 at 4:25
This has been filed with Qt and is a bug in QWidget on X11
http://trolltech.com/developer/task-tracker/index_html?id=216502&method=entry
Original comment by ice...@gmail.com
on 19 Jun 2008 at 12:48
But did the "Proper" fix and just use the event->modifiedKeys()
Original comment by ice...@gmail.com
on 19 Jun 2008 at 9:31
Original issue reported on code.google.com by
adys...@gmail.com
on 30 May 2008 at 3:10