Feature #2620

Mis à jour par Matthieu Decorde il y a environ 6 ans

Current Screen ratios (16/9, 4/3...) allow to provide different layouts for back to text commands.

h3. Solution

Provide a layout options to BackToXYZ commands.

The options can be overriden by corpus properties (implemented in corpus preferences).

* BackToText -> RIGHT (LEFT, RIGHT, UP, DOWN)
* BacktoMedia -> UP (LEFT, RIGHT, UP, DOWN)
* BacktoCombined -> RIGHT-UP [Text then Media] (RIGHT-UP, UP-RIGHT, UP-UP)

<pre>
RIGHT-UP:

V |
----| T
C |

UP-RIGHT:

T |
----| V
C |

UP-UP:

V | T
-------
C

RIGHT-RIGHT:

| V
C |---
| T
</pre>

Retour