Bug 178595

Summary: JJ: Use arrow keys to control cover switch.
Product: [Plasma] kwin Reporter: Trel <webmaster>
Component: effects-tabboxAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: jagarni1983, pmb
Priority: NOR Keywords: junior-jobs
Version: unspecified   
Target Milestone: 4.9   
Platform: Ubuntu   
OS: Unspecified   
URL: https://git.reviewboard.kde.org/r/104438/
Latest Commit: Version Fixed In: 4.9.0
Bug Depends on:    
Bug Blocks: 291916    

Description Trel 2008-12-23 20:30:09 UTC
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.
Comment 1 Martin Flöser 2009-02-18 20:31:32 UTC
*** Bug 178628 has been marked as a duplicate of this bug. ***
Comment 2 Martin Flöser 2009-12-11 21:16:12 UTC
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.
Comment 3 Martin Flöser 2012-03-29 09:16:00 UTC
review request for this feature: https://git.reviewboard.kde.org/r/104438/
Comment 4 Martin Flöser 2012-04-01 06:09:03 UTC
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
Comment 5 Marius Bjørnstad 2012-04-01 10:18:37 UTC
Thank you very much!