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:
- Not auto syncing local clipboard to system clipboard. Could use shift+ins, possibly... wouldn't work for laptop though...
- Delaying the clipboard sync (crappy?0
- Processing the clipboard history in some way. (might do this)