Comment 4 for bug 1061229

Revision history for this message
John Lea (johnlea) wrote :

@brandontschaefer;

Not exactly. To fix this bug we want the following:

-----------------
Window order, where 1 is the current focused window:
1,2,3,4,5,6

Pressing Alt+` (e.g. tapping ` once)
This action ends with the windows in the following order:
2,1,3,4,5,6

-----------------

Window order, where 1 is the current focused window:
1,2,3,4,5,6

Pressing Alt+`+` (e.g. tapping ` twice)
The action ends with the windows in the following order:

3,1,2,4,5,6

-----------------

Basically exactly the same as ALT-TAB, but switching windows rather than applicaitons.