Open ckrf opened 2 years ago
Yes please!! One-click, or keyboard shortcut, someone, pleaaase!
That would make this add-on perfect :)
yes that is crucial. we add one word at a time. that is how we use it. not a batch.
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)
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.