bubakazouba / autoauto

1 stars 0 forks source link

Replace action in text fields #28

Closed bubakazouba closed 3 years ago

bubakazouba commented 3 years ago

All of these sequences of actions are equal to: "replace what's in the text field with the clipboard contents":

and vice versa for copying from field

[open another bug for this] User could also be selecting only the nth word in the text field and replacing it

bubakazouba commented 3 years ago

one way we could implement this is to only check on the value of the field once the user de-focuses from the field or once they press enter

bubakazouba commented 3 years ago

Duplicate of #35