talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

`clip.capture` errors out on Windows when new value == old value #130

Closed jcaw closed 3 years ago

jcaw commented 3 years ago

For example, in this block:

    with clip.capture() as s:
        actions.edit.copy()
    return s.get()

If the copied text is the same as the existing text in the clipboard, it will produce an error because it thinks there is no new text.

lunixbochs commented 3 years ago

should be fixed in current beta