Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

💱 Word translator support #25

Open
yemreak opened this issue Mar 2, 2020 · 1 comment
Open

💱 Word translator support #25

yemreak opened this issue Mar 2, 2020 · 1 comment
Labels
🔌 extension Non AHK contributings ✨ feature request Cool or good features for projects 🤝 help wanted Extra attention is needed 🌌 invalid This doesn't seem right

Comments

@yemreak
Copy link
Owner

yemreak commented Mar 2, 2020

AHK app will call exe with necessary parameters and this exe file must be able to do these instructions:

💫 Inline Translator

  • Copy selected chars (CTRL C)
  • Get clipboard
  • Translate clipboard (via API or offline)
  • Renew clipboard with the translated word
  • Paste clipboard data (CTRL V

🗨 Popup Translator

  • Copy selected chars (CTRL C)
  • Get clipboard
  • Translate clipboard (via API or offline)
  • Show popup at the given coordinate (coordinates will passed your program via arguments)
  • Paste clipboard data (CTRL V

📢 Additional Notes

  • To make this exe file with python will helpfuly for next YHotkeysPy version
  • YHotkeysPy will be full of python supported version of this projects
@yemreak yemreak added 🤝 help wanted Extra attention is needed ✨ feature request Cool or good features for projects 🔌 extension Non AHK contributings labels Mar 2, 2020
@yemreak
Copy link
Owner Author

yemreak commented Mar 3, 2020

🤔 AHK desteği ile bir çalışma yapıldı, bu işe başlanmadan önce tekrar düşünülmeli

@yemreak yemreak added the 🌌 invalid This doesn't seem right label Mar 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔌 extension Non AHK contributings ✨ feature request Cool or good features for projects 🤝 help wanted Extra attention is needed 🌌 invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant