Drag N Drop Shortcuts. Thread last updated on 2003-09-05 09:16:31

Posted by member 700 on 2003-09-05 01:47:55

Are there any shortcut modules that support drag and drop.. as in, I want this file to open in Photoshop.. I want to drag it over the Photoshop shortcut and have it open with it. Are there any modules that do that?

Posted by member 110 on 2003-09-05 02:09:55 link

not as far as I know though label.dll will do something similar

Posted by member 7223 on 2003-09-05 02:38:46 link

Label allow drag'n'drop, but it's transparency support can hurt your photoshop'user's sensibility...
Layercut has full true transparency support (alpha-layered image) and can deal with drag'n'drop. But you should be on 2000/XP for this to work

Posted by member 1 on 2003-09-05 02:39:38 link

lsdesk I think did it...but that module was pretty unstable...

Posted by member 7 on 2003-09-05 03:35:08 link

Earlier versions of shortcut2 support it. I broke it when adding rightclick support iirc. :(

Posted by member 366 on 2003-09-05 03:42:42 link

Yes, Shortcut3

*shortcutEx "group" "10"
;*ShortcutEx addToGroup t10
;*ShortcutEx addToGroup t11
;*ShortcutEx addToGroup t12
;*ShortcutEx addToGroup t13
*ShortcutEx addToGroup t14
*shortcutEx flags opaque hide
*shortcutEx right command !popup
*shortcutEx ~group

*shortcutEx "normal" "t14" 128 64
*shortcutEx z-order top
*shortcutEx normal image BRUSH.png|$lookimage$tile.png
*shortcutEx left image BRUSH.png|os4blanc.png
*shortcutEx left command $LinkLib$psp.lnk
*shortcutEx drag command $LinkLib$psp.lnk %1
*shortcutEx flags opaque hide
*shortcutEx ToolTip Paint Shop Pro Version 4
*shortcutEx ~normal

Posted by member 700 on 2003-09-05 09:16:31 link

Thanks! I'll try a few different things and see what works best.. Post results here. I appreciate all the input!