-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from edrlab/contents-updates
Contents updates
- Loading branch information
Showing
19 changed files
with
187 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Zooming on images" | ||
description: "" | ||
draft: false | ||
weight: 213 | ||
toc: false | ||
--- | ||
Since 2.3, Thorium has an image zoom feature (epub only). | ||
|
||
To zoom on an image you can select the image (a magenta focus outline will appear around it) and activate zoom by clicking with the mouse or tapping it with the finger. Access to image zoom via keyboard is currently not possible. | ||
|
||
If the image is also a link or if the book your read is in a fixed layout format, you will need to hit the <kbd>Shift</kbd> key in order to enter the image zoom feature. | ||
|
||
To zoom in or out, tab to the `+` or `-` buttons and hit <kbd>enter</kbd>, use mouse wheel, scroll up and down or pinch and stretch trackpad or onscreen touch gestures. | ||
|
||
Once the image is zoomed you can move vertically and horizontally with <kbd>←</kbd>, <kbd>→</kbd>, <kbd>↑</kbd> and <kbd>↓</kbd>, by moving mouse while maintaining clic, with usual trackpad gestures or with finger moves on tactile screens. | ||
|
||
To close the image zoom view and to return to the reading view, press <kbd>ESC</kbd> key, or the X button. | ||
|
||
Some restrictions due to ebook design may apply, for example when images are inserted as style (CSS), it is not possible to open the image view for zooming. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: "Search in a book" | ||
description: "" | ||
draft: false | ||
weight: 213 | ||
weight: 214 | ||
toc: false | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: "Mark a page or a passage" | ||
description: "" | ||
draft: false | ||
weight: 214 | ||
weight: 215 | ||
toc: false | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "Text to Speech (TTS)" | ||
description: "" | ||
draft: false | ||
weight: 230 | ||
toc: false | ||
--- | ||
|
||
{{< alert danger >}} | ||
|
||
Thorium 2.3 TTS reads page numbers by default which might result in a too verbose earing experience. The `skipability` option in `readaloud` parameter does not affect TTS reading as expected. This is fixed in [2.4 alpha continuous test build](https://github.com/edrlab/thorium-reader/releases) and will be shipped in 2.4 release. | ||
|
||
{{< /alert>}} | ||
|
||
Text-to-speech is launched using the speaker button in the middle of the toolbar, | ||
or by using the keyboard shortcut <kbd>Ctrl</kbd> + <kbd>2</kbd>. | ||
|
||
* Play and pause can be controlled with the keyboard shortcut | ||
<kbd>Ctrl</kbd> + <kbd>2</kbd>. | ||
|
||
* The playback position can be moved with <kbd>Ctrl</kbd> + <kbd>1</kbd> | ||
and <kbd>Ctrl</kbd> + <kbd>3</kbd> for previous and next respectively. | ||
|
||
* A speed control is available when read aloud | ||
is selected, with a range from x0.5 to x2. | ||
|
||
* The current sentence is highlighted in light yellow, and each word spoken is | ||
underlined in orange. | ||
|
||
* An alternative (simplified) view of the publication is provided through | ||
options available in the `Settings / Readaloud` menu. | ||
|
||
{{< alert info >}} | ||
Thorium uses the voices from the computer's operating system, in combination with the language information provided by the book. If you experience problems please check the related FAQ entry [I can't select the adequate voice for read aloud function (TTS)](/docs/400_ressources/430_faq#TTSvoices). | ||
{{< /alert>}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Tactile gestures" | ||
description: "" | ||
draft: true | ||
images: [logo.png] | ||
weight: 403 | ||
toc: false | ||
--- | ||
Thorium Reader has limited onscreen touch gesture control. They are mainly implemented for Image zoom control and turning pages. Some native operating system gestures may also work. | ||
|
||
The following table repertories the known working gestures so far. | ||
|
||
|Gestures|Context|Action| | ||
|---|---|---| | ||
|Tap|All views|Activate button| | ||
|Tap then select and move cursors|On text|Select text| | ||
|Place one finger on the screen and slide horizontally or vertically|Reading in scrollable layout|Scroll| | ||
|Place one finger on the screen and slide horizontally|Reading in paginated layout|Turn page| | ||
|Place fingers on the screen and pinch in or stretch out|Image zoom view|Zoom in or out| | ||
|Press and hold|All views|Show more commands (like right-clicking)| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Zoomer sur les images" | ||
description: "" | ||
draft: false | ||
weight: 213 | ||
toc: false | ||
--- | ||
Depuis la version 2.3, Thorium dispose d'une fonction de zoom sur les images (dans les epub seulement). | ||
|
||
Pour zoomer sur une image, vous pouvez sélectionner l'image (un contour magenta apparaît autour de l'image) et activer le zoom en cliquant avec la souris ou en tapant avec le doigt. L'accès au zoom sur l'image par le clavier n'est pas possible pour l'instant. | ||
|
||
Si l'image est également un lien ou si le livre que vous lisez est dans un format de mise en page fixe, vous devrez cliquer en appuyant sur la touche <kbd>Shift</kbd> pour accéder à la fonction de zoom de l'image. | ||
|
||
Pour effectuer un zoom avant ou arrière, cliquez sur les boutons `+` ou `-` et appuyez sur <kbd>enter</kbd>, utilisez la molette de la souris, le défilement haut et bas ou les gestes de pincement et d'étirement sur le pavé ou l'écran tactile. | ||
|
||
Une fois l'image zoomée, vous pouvez vous déplacer verticalement et horizontalement avec <kbd>←</kbd>, <kbd>→</kbd>, <kbd>↑</kbd> et <kbd>↓</kbd>, en déplaçant la souris tout en maintenant le clic, ou faites glisser votre doigt sur le pavé ou l'écran tactile. | ||
|
||
Pour fermer la vue "zoom image" et revenir à la vue de lecture, appuyez sur la touche <kbd>ESC</kbd> ou sur le bouton `X`. | ||
|
||
Certaines restrictions liées à la conception des livres électroniques peuvent s'appliquer, par exemple lorsque les images sont insérées en tant que style (css). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "Synthèse vocale (TTS)" | ||
description: "" | ||
draft: false | ||
weight: 230 | ||
toc: false | ||
--- | ||
|
||
{{< alert danger >}} | ||
|
||
Thorium 2.3 TTS lit les numéros de page par défaut, ce qui peut entraîner une expérience d'écoute trop verbeuse. L'option `skipability` dans le paramètre `readaloud` n'affecte pas la lecture TTS comme prévu. Ce problème a été corrigé dans la [2.4 alpha continuous test build] (https://github.com/edrlab/thorium-reader/releases) et sera intégré à la version 2.4. | ||
|
||
{{< /alert>}} | ||
|
||
La synthèse vocale est lancée à l'aide du bouton haut-parleur au milieu de la | ||
barre d'outils, ou à l'aide du raccourci clavier <kbd>Ctrl</kbd> + <kbd>2</kbd>. | ||
|
||
* La lecture et la pause peuvent être contrôlées avec le raccourci clavier | ||
<kbd>Ctrl</kbd> + <kbd>2</kbd>. | ||
|
||
* La position de lecture peut être déplacée avec <kbd>Ctrl</kbd> + <kbd>1</kbd> | ||
et <kbd>Ctrl</kbd> + <kbd>3</kbd> pour, respectivement, précédent et suivant. | ||
|
||
* Un contrôle de la vitesse est disponible lorsque la lecture à haute voix | ||
est sélectionnée, avec une plage allant de x0,5 à x2. | ||
|
||
* La phrase en cours est surlignée en jaune pâle, et chaque mot prononcé est | ||
souligné en orange. | ||
|
||
* Une vue alternative (simplifiée) de la publication est fournie par le biais | ||
des options disponible dans le menu `Paramètres / Readaloud`. | ||
|
||
{{< alert info >}} | ||
Thorium utilise les voix du système d'exploitation de l'ordinateur, en combinaison avec les informations linguistiques fournies par le livre. Si vous rencontrez des problèmes, veuillez consulter l'entrée correspondante de la section questions fréquentes [Je ne peux pas sélectionner la voix adéquate pour la fonction de lecture à haute voix (TTS)](/docs/400_ressources/430_faq#TTSvoicesFR) | ||
{{< /alert>}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Gestes tactiles" | ||
description: "" | ||
draft: true | ||
images: [logo.png] | ||
weight: 403 | ||
toc: false | ||
--- | ||
Thorium Reader dispose d'une prise en charge limitée des gestes tactiles à l'écran. Ils sont principalement implémentés pour le contrôle du zoom de l'image et pour tourner les pages. Certains gestes natifs du système d'exploitation peuvent également fonctionner. | ||
Le tableau suivant répertorie les gestes connus qui fonctionnent jusqu'à présent. | ||
|
||
|Gestes|Contexte|Action| | ||
|---|---|---| | ||
|Appuyer sur le bouton|Toutes les vues|Active le bouton| | ||
|Appuyer puis sélectionnez et déplacez les curseurs|Sur le texte|Sélectionne le texte| | ||
|Placer un doigt sur l'écran et faire glisser horizontalement ou verticalement|Disposition défilé|Défilement| | ||
|Placer un doigt sur l'écran et faire glisser horizontalement|Disposition paginée|Tourner la page| | ||
|Placer deux doigts sur l'écran et pincer ou étirer|Vue zoom de l'image|Zoomer ou dézoomer| | ||
|Appuyer et maintenir|Toutes les vues|Afficher d'autres commandes (équivalent au clic droit)| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters