Version: unspecified (using Devel) OS: Linux My lower right corner is set to activate the flip switch effect. Discovered that I can't scroll through the windows with the wheel, or even click to select (actually arrows keys don't work either). Don't think it was so previously (before 4.5 rc, i.e 4.4.2), not too sure though. Reproducible: Always Steps to Reproduce: Activate flip switch via screen corner. Actual Results: Can't navigate with mouse, no clicking or scrolling supported. Expected Results: Should be able to scroll through open windows and select with mouse only.
The source code says that cursor keys have never been supported, but easy to add. Adding mouse wheel support should be simple, while clicking is rather difficult.
Git commit 5300066a322667de104e3a39e879a537a821df92 by Martin Gräßlin, on behalf of Ghislain MARY. Committed on 25/05/2012 at 09:04. Pushed by graesslin into branch 'master'. Enable mouse wheel navigation in flipswitch and coverswitch effects FIXED-IN: 4.10 REVIEW: 105040 M +62 -38 kwin/effects/coverswitch/coverswitch.cpp M +3 -0 kwin/effects/coverswitch/coverswitch.h M +58 -18 kwin/effects/flipswitch/flipswitch.cpp M +4 -0 kwin/effects/flipswitch/flipswitch.h http://commits.kde.org/kde-workspace/5300066a322667de104e3a39e879a537a821df92
Thanks guys! Looking forward to trying the new beta!