Shortcut Keys
TIP
To use shortcut keys, you first need to activate Use Shortcut Keys
, then activate the specific shortcut key you want to use, and set its key combination.
General
Retranslate
Reads input once from the current text input source and performs translation. For example, if the current mode is OCR, it will perform OCR again.
Auto Translation
Pauses/resumes automatic text reading from the current text input source. For example, if the current mode is HOOK, it will pause reading game text; if the current mode is OCR, it will pause automatic image recognition; if the current mode is clipboard, it will pause automatic reading from the clipboard.
Open Settings
N/A
Show/Hide Original Text
Toggles whether to display the original text, taking effect immediately.
Show/Hide Translation
Toggles whether to use translation, which is the main switch for translation. Turning it off will stop any translation. If translation has already been performed, turning it off will hide the translation results, and turning it back on will redisplay the current translation results. If no translation has been performed and it is switched from hidden to displayed, it will trigger translation for the current sentence.
Show/Hide History Text
Open or close the history text window.
Mouse Click-through
Toggles the mouse pass-through window state. This feature must be used in conjunction with the mouse pass-through window tool button to function correctly.
Lock Toolbar
When the toolbar is not locked, it will automatically hide when the mouse moves out; activating this will keep the toolbar always visible. When the toolbar is not locked and
Mouse Pass-through Window
is activated, the toolbar will only be displayed when the mouse moves to the Mouse Pass-through Window button and the area to its left and right; otherwise, it will be displayed as soon as the mouse enters the translation window. If window effects (Aero/Arylic) are used and the toolbar is not locked, the toolbar will be in the z-axis area above the text area, not on the y-axis above the text area. This is because, due to Windows, when window effects are used, if the toolbar is only hidden rather than shrunk to reduce its window height, the hidden toolbar will still be rendered with the Acrylic/Aero background, causing a blank area where the toolbar is located.Word Selection Translation
Translate the text currently selected by the mouse
Prioritize the use of UIAutomation for text extraction. If the focus control of the current window does not support UIAutomationTextPattern, resulting in a failure to extract text, then read from the clipboard.
Show/Hide Translation Window
N/A
Exit
N/A
HOOK
WARNING
Available only in HOOK mode
Select Game
Pops up the game process selection window to select the game process to HOOK.
Select Text
Pops up the game text selection window to select which HOOKed text to translate. However, the text selection window will automatically pop up after selecting the process, and is actually used to change the selected text or modify some settings.
OCR
Select OCR Region
Available only in OCR mode
In OCR mode, selects the OCR area, or changes the OCR area, or when
OCR Settings
->Other
->Multi-region Mode
is activated, adds a new OCR area.Show/Hide Region Border
Available only in OCR mode
When no OCR range is selected, using this shortcut key will display the OCR range and automatically set the OCR range to the last selected OCR.
Clear OCR Region
Only available in OCR mode
Clear all selected ranges
Perform OCR
Similar to
Read Clipboard
, regardless of the current default text input source, it will first select the OCR range, then perform OCR once, and then proceed with the translation process. Generally used for, in HOOK mode, temporarily using OCR to translate selection branches when encountering them, or in OCR mode, temporarily recognizing a new occasional position.Perform OCR Again
After using
Perform OCR Once
, using this shortcut key will perform OCR again in the original position without reselecting the recognition area.
Clipboard
Read Clipboard
The actual meaning is that regardless of the current default text input source, it reads text once from the clipboard and passes it to the subsequent translation/TTS/... process.
Copy to Clipboard
Copies the currently extracted text to the clipboard once. If you want to automatically extract to the clipboard, enable
Core Settings
→Clipboard
→Output
→Auto Output Text
and underneath itContent
→Original Text
.Copy to Clipboard Translation
Copies the translation instead of the original text to the clipboard.
TTS
Auto Read Aloud
Toggles whether to automatically read aloud.
Read Aloud
Performs text-to-speech on the current text. This reading will ignore
Skip
(if the current text target is matched asSkip
inVoice Assignment
, using the shortcut key to read will ignore the skip and force reading).Read Aloud Interrupt
Interrupts the reading.
Game
Bind to Window (Click to Cancel)
After binding the game window,
Window Scaling
,Window Screenshot
,Game Mute
,Follow Game Window
->Cancel Topmost When Game Loses Focus
andMove Synchronously When Game Window Moves
, as well as recording game time, become available. This shortcut key is available regardless of HOOK/OCR/clipboard mode. In HOOK mode, it will automatically bind the game window according to the connected game, but you can also use this shortcut key to reselect another window. In OCR mode, after binding the window, it additionally allows the OCR area and range box to move synchronously when the game window moves. In OCR/clipboard mode, after binding the window, it can also be associated with the current game settings in HOOK mode, thus using the game's proprietary translation optimization dictionary, etc.Window Screenshot
Can take a screenshot of the bound window (default takes two screenshots, GDI and Winrt, both of which may fail). The best part is that if Magpie is currently being used for scaling, it will also take a screenshot of the scaled window.
Mute Game
After binding the game window (not just in HOOK mode, but also in OCR or clipboard mode, as long as the game window is bound), you can mute the game with one click, saving the trouble of muting the game in the system volume mixer.
Magpie Scale
Allows one-click full-screen scaling of the game window using the built-in Magpie.
Magpie Windowed Scaling
Allows one-click windowed scaling of the game window using the built-in Magpie.
Dictionary Lookup
Word Selection Lookup
Search for words in the text currently selected by the mouse
Prioritize the use of UIAutomation for text extraction. If the focus control of the current window does not support UIAutomationTextPattern, resulting in a failure to extract text, then read from the clipboard.
Word Selection Lookup In New Window
Look up the currently selected text by the mouse in a new search window to avoid overwriting the ongoing search.
Prioritize the use of UIAutomation for text extraction. If the focus control of the current window does not support UIAutomationTextPattern, resulting in a failure to extract text, then read from the clipboard.
OCR Look Up Word
Select the OCR range for one OCR and then search for words
Anki Recording
Shortcut key for the recording function in the Anki add interface in the dictionary lookup window.
Anki Recording Example Sentence
Shortcut key for the recording function in the Anki add interface in the dictionary lookup window, but this shortcut key sets the recorded audio to the example sentence field.
Anki Add
Adds the word to Anki.
Read Aloud Word
Reads the word in the current dictionary lookup window.
Customize
You can add more arbitrary shortcut keys by implementing the OnHotKeyClicked
function yourself, which will be called when the shortcut key is triggered.