Avi Aryan
Avi Aryan
@steliyan I use Alfred with the clip history feature now. It's very basic but I have got used to it. > You can use Bootcamp or Virtualbox to install Windows...
@PavelDvorak Aah. Feels man. I am on MacOS and I really like it so unfortunately can't develop Clipjump on Windows anymore. But I have heard Windows is doing good too....
@PavelDvorak thanks! To be honest, earlier in the year I was thinking of starting this project again by asking a junior dev to build it but we got discouraged by...
@sergeevabc @Kristinita Thanks for your replies. Windows 7 is doing surprisingly good. It looks like Windows 10 clipboard feature can be [disabled too](https://winaero.com/blog/enable-disable-clipboard-history-windows-10/) so I guess people can use Clipjump...
Does it happen everytime? Please download a fresh copy of Clipjump x64 and see if the same thing happens or not.
Is some particular window active when this error happens? --------- @hot4harddrives Make sure Clipjump is running as administrator. @khungy's comment says that.
@CollinChaffin Hey, sorry to keep you waiting. The thing is, I have pretty much stopped using Windows these days so I can't fix it. Can you please try disabling History...
> Sorry I didn't reply sooner. We definitely need to get to the bottom of this since there are so many Windows users so I'll help however I can. I...
I haven't used Windows 10 but is there a way to disable the Win 10 Clipboard from Windows settings or program&features in Control Panel. If yes, try doing that.
I think `TEMPSAVE` variable has something to do with it. Incrementing or decrementing it should work. ``` autohotkey v := clipjumpInstance.getVar("TEMPSAVE") clipjumpInstance.setVar("TEMPSAVE", v+1) ; or v-1, not sure ```