sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.94k stars 208 forks source link

Shorcut Ctrl+` is conflict in Slimjet browser tab close functionality. How to solve it? #701

Open av930 opened 3 months ago

av930 commented 3 months ago

I know it is solved if I change shortcut to otherkey. However I love ctrl+key. In Slimjet browser ctrl+ is already occupied with tab close functionality. therefore I'd like to remap the shortcut like below using Autohotkey.

My Idead is

  1. push ctrl+` to display Ditto Clipboard list
  2. autohotkey catch ctrl+` first before Slimjet, and run Ditto Clipboard list

From step 2. I have call Ditto exe which can display Ditto Clipboard list directly. Is there any command to do it?

Currently, I run Ditto.exe by pushing ctrl+`, it does nothing. because one instance aleady running background. Please develop this idea or suggest the other one. from JK