Skip to content

Commit 6efdda3

Browse files
authored
Merge pull request #130 from neoOpus/patch-4
Update intro.md
2 parents 3b61097 + db091de commit 6efdda3

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

doc/intro.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,63 @@
11
# How to use
22

3-
- Basic uses : Hover or select (highlight) on text to translate.
3+
- Basic Uses: Hover over or select (highlight) text to translate.
44
- Test hover with example text:
55
```console
66
Proletarier aller Länder, vereinigt euch!
77
```
8-
- If not working, check current target language
8+
- If the translation isn't working, verify that the correct target language is selected.
99
- 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.
1111

1212
![Alt Text](/doc/result_0.gif)
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+
1416
![result](/doc/20.gif)
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+
1721
![result](/doc/11.gif)
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+
1925
![result](/doc/21.gif)
26+
2027
- 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+
2129
![result](/doc/12.gif)
22-
- Support dual subtitles for youtube video.
30+
31+
- Support dual subtitles for YouTube videos.
32+
2333
![result](/doc/16.gif)
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+
2537
![result](/doc/15.gif)
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.
2942
- 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.
3144
- 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).
3346
# Change Language
3447
- 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+
3650
![result](/doc/14.gif)
3751

3852

3953
# Exception
4054

4155
- 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.
4357
- If site is <https://chrome.google.com/extensions>, it does not work because Chrome security reason.
4458
- 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+
4863
![result](/doc/10.gif)

0 commit comments

Comments
 (0)