Bug 178595 - JJ: Use arrow keys to control cover switch.
Summary: JJ: Use arrow keys to control cover switch.
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: effects-tabbox (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: 4.9
Assignee: KWin default assignee
URL: https://git.reviewboard.kde.org/r/104...
Keywords: junior-jobs
: 178628 (view as bug list)
Depends on:
Blocks: 291916
  Show dependency treegraph
 
Reported: 2008-12-23 20:30 UTC by Trel
Modified: 2012-04-01 10:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!