Version: (using KDE 4.1.3) Installed from: Ubuntu Packages Once the cover switch is initiated, I would like to request that the switching can be additionally controlled with the arrow keys so long as the modified is still held in.
*** Bug 178628 has been marked as a duplicate of this bug. ***
Tabbox provides a hook for cursor navigation which could be used for this feature. Present Windows effect uses this hook and this can be used as a guide to implement this feature request.
review request for this feature: https://git.reviewboard.kde.org/r/104438/
Git commit d219bd61931a17679d66cb35ef5ed7fae82a6232 by Martin Gräßlin. Committed on 29/03/2012 at 11:11. Pushed by graesslin into branch 'master'. Add Cursor key navigation to Flip- and Cover Switch Effects FlipSwitch can be navigated with up and down keys as well as left/right and CoverSwitch only with left and right keys while Alt+Tab is used. REVIEW: 104438 FIXED-IN: 4.9.0 M +32 -0 kwin/effects/coverswitch/coverswitch.cpp M +1 -0 kwin/effects/coverswitch/coverswitch.h M +34 -0 kwin/effects/flipswitch/flipswitch.cpp M +1 -0 kwin/effects/flipswitch/flipswitch.h http://commits.kde.org/kde-workspace/d219bd61931a17679d66cb35ef5ed7fae82a6232
Thank you very much!