Advertisement
Guest User

Kanjitomo AHK Shortcut guide v2

a guest
Dec 13th, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. Kanjitomo AHK Shortcut guide v2 (user-friendly)
  2. - Changelog: check bottom
  3.  
  4. How to use:
  5. 1. Download and install Kanjitomo (http://ahkscript.org/)
  6. 2. Download and open the script (if you install it correctly, you should see green icon in taskbar)
  7. 3. Use the shortcut provided (or customize it yourself)
  8. Window key + q - Open Kanjitomo**
  9. Window key + x - Toggle Auto OCR On/Off
  10. Window key + a - Manual input to Kanjitomo
  11. Window key + s - Copy, open chrome, new tab and search for "whatever you copy + とは" in google
  12. Window key + c - Copy, paste words in text file and save**
  13. 4. For '**' Obviously, you need to set the directory first before you can use the shortcut, or it won't work and error pops up
  14. 5. Open the script in notepad
  15. 6. Change:
  16. Win + q: change C:\YourKanjiTomoDirectory to your Kanjitomo.jar location (directory only, not kanjitomo.jar)
  17. Win + c: change three YOURTEXTFILETITLE to whatever your text file title is, eg, my notepad title is Anki
  18. change C:\Yourtxtdirectory.txt to your text file location is
  19. 7. Save and Open the script again
  20. 8. Test the shortcut, if it works, you're done. If there's error, there's probably small fuckup, re-read 6.
  21.  
  22. Customizing shortcut:
  23. Open the script in notepad
  24. "#q::" is the shortcut key, change to however you want. #q is a combination of "#" and "q" (# is window key and q is q button.)
  25. More hotkey is in ahk wiki. (https://autohotkey.com/docs/Hotkeys.htm)
  26.  
  27. Extra:
  28. . If you're lazy to press button, you can set mouse shortcut if you have more than two button in your mouse for extra comfy. I use Logitech gaming mouse software.
  29. . Put the script in startup for easier copy and paste words you found on the internet to your anki text file and easy open kanjitomo.
  30.  
  31. Changelog:
  32. 2.0
  33. - Added shortcut for easy open Kanjitomo
  34. - Disable name toggle because I personally rarely use it (it's in script if anyone want to enable it)
  35. - Remove open text file manually because I combine it with CopyPaste script
  36. - Better script formatting
  37. - Fix problem in copy paste when it sometimes didn't copy anything for some reason
  38. - Better stability I guess
  39. 2.1
  40. - Really fix problem in copy paste script when it didn't copy anything for some reason
  41. - Fix alt+tab bug (after copy the words, the scripts return to previous window)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement