kelciour / google-translate

Anki add-on for Google Translate
5 stars 5 forks source link

Feature request: One-click fill (don't show dialog box) #19

Open ckrf opened 2 years ago

ckrf commented 2 years ago

Amazing add-in, thank you!

Use case: Typically I will be adding a string of vocab words all at once. I need to select the language one time but every subsequent time I just click the add-in icon and then immediately click "Start".

Request: I'd like a second icon or a hotkey (like clicking the icon while holding Shift) that will make it so the target field automatically gets filled without opening a dialog box to select languages, fields, extra fields, etc.

nicgdd commented 1 year ago

Yes please!! One-click, or keyboard shortcut, someone, pleaaase!

That would make this add-on perfect :)

werowe commented 6 months ago

yes that is crucial. we add one word at a time. that is how we use it. not a batch.

werowe commented 6 months ago

Just need to get rid of this:

self.show()

and hard code all of this:

    ```

self.form.sourceField.addItems(fields) self.form.targetField.addItems(fields) self.form.rmTargetField.addItems(fields) self.form.rmField.addItems(fields) self.form.mdField.addItems(fields) self.form.exField.addItems(fields) self.form.atField.addItems(fields)