Skip to content

Copy/paste history has multiple entries of the same string with single character difference. #82

@varlogtim

Description

@varlogtim

If I am trying to copy, abcdefg

I think sometimes, need to figure out when, suspect it is shift+left,left,left,left, I get the following:
g
fg
efg
defg
cdefg
bdefg
abcdefg

... so ... need a solution to this.

Possible solutions:

  1. Not auto syncing local clipboard to system clipboard. Could use shift+ins, possibly... wouldn't work for laptop though...
  2. Delaying the clipboard sync (crappy?0
  3. Processing the clipboard history in some way. (might do this)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions