|
1 | 1 | # How to use
|
2 | 2 |
|
3 |
| -- Basic uses : Hover or select (highlight) on text to translate. |
| 3 | +- Basic Uses: Hover over or select (highlight) text to translate. |
4 | 4 | - Test hover with example text:
|
5 | 5 | ```console
|
6 | 6 | Proletarier aller Länder, vereinigt euch!
|
7 | 7 | ```
|
8 |
| - - If not working, check current target language |
| 8 | + - If the translation isn't working, verify that the correct target language is selected. |
9 | 9 | - Check [how to change language](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/intro.md#change-language)
|
10 |
| - - This translator will skip text if source text language and target language are same. |
| 10 | + - This translator will omit text if the source and target languages are identical. |
11 | 11 |
|
12 | 12 | 
|
13 |
| -- Hold <kbd>left ctrl</kbd> to listen tts pronunciation when tooltip is shown(Press <kbd>esc</kbd> to stop voice) |
| 13 | + |
| 14 | +- Hold the <kbd>left-ctrl</kbd> key (default) key to hear the TTS pronunciation when a tooltip appears. Press <kbd>Esc</kbd> to stop the voice. |
| 15 | + |
14 | 16 | 
|
15 |
| -- Use <kbd>right alt</kbd> to translate writing text (or highlighted text) in input box. (Do undo, press <kbd>ctrl</kbd> +<kbd>z</kbd>) |
16 |
| - - If not working, check current target language and writing language. |
| 17 | + |
| 18 | +- Press the <kbd>right-alt</kbd> key (default) key to translate the text you're writing (or any highlighted text) in the input box. If needed, you can undo the action by pressing <kbd>ctrl</kbd> + <kbd>z</kbd>. |
| 19 | + - If the translation isn't working, ensure that your current target language matches your writing language. |
| 20 | + |
17 | 21 | 
|
18 |
| -- Translate url search box text by <kbd>/</kbd>+<kbd>space</kbd> before typing. |
| 22 | + |
| 23 | +- Translate url search box text by <kbd>/</kbd>+<kbd>space</kbd> before typing. |
| 24 | + |
19 | 25 | 
|
| 26 | + |
20 | 27 | - Support online pdf to display translated tooltip using PDF.js (local computer pdf file need additional permission, see [exception](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/intro.md#exception))
|
| 28 | + |
21 | 29 | 
|
22 |
| -- Support dual subtitles for youtube video. |
| 30 | + |
| 31 | +- Support dual subtitles for YouTube videos. |
| 32 | + |
23 | 33 | 
|
24 |
| -- Process OCR when hold <kbd>left shift</kbd> + <kbd>mouse over</kbd> on image (ex manga) |
| 34 | + |
| 35 | +- Process OCR when holding <kbd>left-shift</kbd> key (default) + mouse over on an image (e.g., manga) |
| 36 | + |
25 | 37 | 
|
26 |
| -- Activate speech recognition translator with holding <kbd>right ctrl</kbd> |
27 |
| - - Default speech recognition language is english |
28 |
| - - If speech recognition language and target language are same, it will skip |
| 38 | + |
| 39 | +- Activate the speech recognition translator by holding down the <kbd>right-ctrl</kbd> key (default). |
| 40 | + - Default speech recognition language is English. |
| 41 | + - If the speech recognition language and target language are the same, it skips. |
29 | 42 | - Audio permission is required
|
30 |
| - - Only works on chrome and edge |
| 43 | + - Only compatible with Chromium-based browsers, such as Google Chrome, MS-Edge, Vivaldi, Opera, Brave, Arc, and Yandex. |
31 | 44 | - Customize shortcut key
|
32 |
| - - From chrome://extensions/shortcuts |
| 45 | + - From chrome://extensions/shortcuts or the equivalent browser internal configuration page, accessible by replacing chrome:// with your browser's internal URL (e.g., edge://, browser://, or brave:// etc). |
33 | 46 | # Change Language
|
34 | 47 | - Change current language in setting page
|
35 |
| - - Setting page can be found in browser top right puzzle button |
| 48 | + - The Settings page can be accessed by clicking the puzzle (extension) button located at the top right of your browser. |
| 49 | + |
36 | 50 | 
|
37 | 51 |
|
38 | 52 |
|
39 | 53 | # Exception
|
40 | 54 |
|
41 | 55 | - If source text language and translate language are same, it will skip.
|
42 |
| -- If web status is offline, it will not work. |
| 56 | +- The application will not function if the web status is offline. |
43 | 57 | - If site is <https://chrome.google.com/extensions>, it does not work because Chrome security reason.
|
44 | 58 | - If no local file permission given, local pdf cannot be handled.
|
45 |
| - - If not working, darg and drop file on tab |
46 |
| - - It will give no permission warning and it redirect to permission page |
47 |
| - - In the redirecetd page, make sure to check "allow access to file urls" for accessing file |
| 59 | + - If the file doesn't open, try dragging and dropping it onto the tab. |
| 60 | + - It will not display a permission warning and instead redirect to the permission page. |
| 61 | + - On the redirected page, ensure that you select "allow access to file URLs" to access files. |
| 62 | + |
48 | 63 | 
|
0 commit comments