docs/en/fastkeys.md
::: 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.
:::
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.
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.
N/A
Toggles whether to display the original text, taking effect immediately.
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.
Open or close the history text window.
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.
The function of this button is to switch the opacity of the translation window to 0 with one click. This switch will not cause the original opacity settings to be forgotten.
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.
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.
N/A
N/A
N/A
Resets the translation status, primarily addressing the growing demand for large model translations, and clears saved context and other information.
Save the current user configuration immediately, rather than waiting until exit.
[!WARNING] Available only in HOOK mode
Pops up the game process selection window to select the game process to HOOK.
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.
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.
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.
Only available in OCR mode
Clear all selected ranges
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.
After using Perform OCR Once, using this shortcut key will perform OCR again in the original position without reselecting the recognition area.
Only available in OCR mode
After activating Multi-zone mode, you can use this shortcut to switch the focused zone to the previous one and immediately re-perform OCR.
Only available in OCR mode
After activating Multi-zone mode, you can use this shortcut to switch the focused zone to the next one and immediately re-perform OCR.
Only available in OCR mode
After activating Multi-zone mode, you can use this shortcut to switch the focused zone to the one near the mouse cursor and immediately re-perform OCR.
Only available in OCR mode
After activating multi-zone mode, you can use this shortcut key to cancel zone focus.
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.
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 it Content → Original Text.
Copies the translation instead of the original text to the clipboard.
Toggles whether to automatically read aloud.
Performs text-to-speech on the current text.
This reading will ignore Skip (if the current text target is matched as Skip in Voice Assignment, using the shortcut key to read will ignore the skip and force reading).
Interrupts the reading.
N/A
After binding the game window, Window Scaling, Window Screenshot, Game Mute, Follow Game Window -> Cancel Topmost When Game Loses Focus and Move 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.
After binding the game window, you can take screenshots of the bound window (by default, two screenshots will be taken: GDI and Winrt, both of which may fail). If Magpie scaling is currently in use, it will also capture the magnified window.
After binding the game window, you can mute the game with one click, eliminating the hassle of muting the game in the system volume mixer.
After binding the game window, you can pause or resume the game process with one click.
After binding the game window, you can use the built-in Magpie to perform full-screen scaling on the game window with one click.
After binding the game window, you can use the built-in Magpie to perform windowed scaling on the game window with one click.
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.
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.
Select the OCR range for one OCR and then search for words
Shortcut key for the recording function in the Anki add interface in the dictionary lookup window.
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.
Adds the word to Anki.
Reads the word in the current dictionary lookup window.
You can add more arbitrary shortcut keys by implementing the OnHotKeyClicked function yourself, which will be called when the shortcut key is triggered.