Comment 3 for bug 1131646

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Well, so do you still want LEFT and RIGHT to get to the next type of application if we hit the end/beginning of the list? Or should it loop back to the end/beginning?

-------
| A |
-------
-------
| B |
-------

So is this still the wanted behaviour:

- if window A is focused and the user presses LEFT, it should go to the previous type of application, leaving spread mode?

- if window B is focused and the user presses RIGHT, it should go to the next type of application, leaving spread mode?

Overall, from what im reading we need to implement UP/DOWN to go up/down rows of the same type of application, and if we hit the edge close the spread mode. Soo im going to assume the same for LEFT/RIGHT...for now :)