Sometimes, frequent translation between Chinese and English is necessary. The only translation tools on my personal computer are the Eudic dictionary and the Saladict browser extension.
Eudic always feels sluggish when launching, making it a bit unpleasant to use. On the other hand, Saladict works seamlessly in the browser, providing a much smoother experience. Although Saladict supports clipboard reading with a global hotkey (I set mine to ALT+T
), it still requires an extra CTRL+C
press each time, which feels inconvenient.
The official tutorial suggests integrating Saladict with tools like Quicker or UTools for faster lookups. However, installing additional software isnāt ideal for meāIāve tried both before, and while they offer rich customization, I simply donāt prefer them.
Later, I experimented with AutoHotKey, but again, running an extra program wasnāt to my liking.
Then, I glanced at my taskbar icons:
I noticed that both MouseInc and ImTip offer powerful hotkey customization, making them perfect for achieving what I needed.
MouseInc
This is a mouse gesture toolāonce you get used to it, thereās no going back. The documentation can be found here: MouseInc Manual (shuax.com).
Hereās how I configured it: I replaced the built-in “Baidu Search” gesture (S
) with a shortcut for Saladict.
Thatās it! Hereās a demo of how it works:
ImTip
This is an input method indicator. Since I frequently switch between Chinese and English inputāand I usually hide my taskbarāitās hard to tell whether Iām in full-width or half-width mode. ImTip solves this problem perfectly. The small floating window following the cursor in the GIF above is from this tool.
Documentation here: ImTip (Input Method Tracker) - Official Site (aardio.com).
ImTip also provides a “Super Hotkey” feature, allowing me to skip the copy step and look up words instantly.
Just enable Super Hotkey and add the following configuration:
|
|
Now, pressing ALT+T
directly triggers the translation lookup.
Actually, when Old Niu’s keyboard broke before, this method could also have been usedāachieving the blocking effect through hotkey mapping.