Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Open with Photoshop for any browser.


  • Please log in to reply
&nsbp;

#1 kingcap

kingcap

    Junior Member

  • Designer
  • 3 posts

Posted 06 March 2014 - 12:46 PM

This is AutoHotkey it's very easy to use just right click any image and click copy after that press your right mouse button again to trigger it.
It will timeout very fast "300 ms" to prevent accidental triggers.

You can remove the ; before run if you want it to fire up Photoshop for a diff vers change the CC to CS6, CS5, and so on. It's not really of any use to myself since I've not turned off Photoshop in months.


#Persistent
#SingleInstance Force
#InstallMouseHook
#NoTrayIcon ; Put a ; in the front if you want the icon to show up in your tray.
CoordMode, Mouse, Screen
SetTimer, RTT, 3000 ; The tooltip when triggered. "3 seconds"
Return


RTT:
Tooltip
Return


OnClipboardChange:
KeyWait, RButton, D T.3 ; Trigger timeout delay 1 = 1 second current is .3 second.
If ErrorLevel
{
return
}
else
{
Tooltip, Sending to Photoshop, %RTT%
;Run, %a_ProgramFiles%\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe,, max
}
WinActivate, ahk_class Photoshop
If WinActive ahk_class Photoshop
{
Return
}
else
{
blockinput, on
Send ^n
Send {Enter}
Send ^v
blockinput, off
}
Return

#2 ptu12

ptu12

    Senior Member

  • Designer
  • 238 posts

Posted 06 March 2014 - 03:24 PM

Thank you for helpful tip!

#3 adamssmiths

adamssmiths

    Apprentice Designer

  • Designer
  • 5 posts

Posted 31 March 2014 - 06:20 AM

Thanks for sharing such a awesome information its really impressive and interesting . i m looking forward to see more update like that Thanks once again .




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users