https://bugs.kde.org/show_bug.cgi?id=419499

--- Comment #12 from Oded Arbel <o...@geek.co.il> ---
The current behavior also has an annoying side effect:

1. Assuming activity LRU order is A,B,C.
2. If I want to get C, I have to hold modifiers than tap TAB 3 times (not two,
as I discussed previously).
3. Now I want to go back to A. You'd think it was the previously used activity
so it will take a single "walk through activities" action - activate the action
once and you are now at B.

The problem appears to be that when walking through activities without
releasing the modifier, the activity manager updates the "last used" time for
the first activity you switch to - even if its only on the way to another
activity - but not to any other activity. So in step (2) above, going from A to
C, what happens is this: activate action -> switch to B -> update B last used
time -> continue action -> switch back to A (no timestamp update) -> switch to
C. If you now open the activity bar you can see that the activities are ordered
(by LRU order) as C, B, A.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to