AutoHotkey Community

It is currently May 27th, 2012, 3:54 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: August 14th, 2010, 11:03 pm 
Nice idea! I also propose an alternate solution, using the magic operation "Clipboard = %Clipboard%". Maybe others already mentioned that solution?

Code:
#c::
    ;Using this #c instead of the usual ^c will copy the full path of the file instead of the reference of the file
    Clipboard =
    Send, ^c
    ClipWait, 1
    Clipboard = %Clipboard%
    ToolTip, Clipboard : %ClipBoard%
    KeyWait, LWin
    ToolTip
Return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 15th, 2010, 11:34 am 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
I think using COM is the preferred way for explorer. Does not work with file dialogs or desktop though. It has been posted on the forums before, if you can't find it I can try to dig it up.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group