up vote 1 down vote favorite
share [g+] share [fb]

Is there a way to cycle through the windows in the KDE 4 taskbar with a shortcut?

I want to have a switch to next window function on a mouse button. Therefore Alt+Tab is not suitable because it uses a stack for the windows. This means if hitting Alt+Tab, releasing the Alt key and pressing Alt+Tab again will bring up the window I had before pressing the keys the first time.

Maybe there is a solution using DBus. But I don't know how to use this.

link|improve this question
feedback

3 Answers

up vote 0 down vote accepted

It's not exposed in DBus. You can switch desktops, but not app windows. File a bug.

qdbus org.kde.kwin /KWin

This looks promising, but does something else.

dbus-send --dest=org.kde.kwin /KWin org.kde.KWin.circulateDesktopApplications
link|improve this answer
feedback

kde4.4 should come with window tabs, so maybe it will help you out. comes out february 9th.

link|improve this answer
feedback

You can change the sort order for windows in kde:

System settings > Window Behaviour > Task Switcher: Change "Sort order" to "Stacking order"

Then every time you hit alt+tab you will be taken to the next window rather then toggling between the most recent two.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.