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.
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
push ctrl+` to display Ditto Clipboard list
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
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
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