AutoHotkey Community

It is currently May 23rd, 2012, 4:58 am

All times are UTC [ DST ]


Search found 173 matches
Search these results:

Author Message

 Forum: Support   Topic: Only if I double click at the same coords?

Posted: May 18th, 2012, 2:04 am 

Replies: 6
Views: 65


:mrgreen:
Still not work...
the line now is:
msgbox SM_CXDOUBLECLK %SM_CXDOUBLECLK% `r %SM_CYDOUBLECLK%
But I don't know if it is correct.

The truth is I don't know exactly how the whole script works.

 Forum: Support   Topic: Only if I double click at the same coords?

Posted: May 18th, 2012, 12:31 am 

Replies: 6
Views: 65


:mrgreen: thanks to all you, LazyMan is simpler... Leef_me would be great, but hard.... ahk tells me one error: Error at line 22. Line Text: SM_CXDOUBLECLK %SM_CXDOUBLECLK% SM_CYDOUBLECLK % Error: This parameter contains a variable name missing its ending percent sign. The program will exit. after I...

 Forum: Support   Topic: Only if I double click at the same coords?

Posted: May 17th, 2012, 3:52 am 

Replies: 6
Views: 65


:mrgreen: Hello...I need to send a mousemove after a double click, and I want to send codes... if the double click was at the same location (coordinates) or at different coords. Observe the code so you can understand my problem. ~LButton:: mousegetpos, xPUN, yPUN If ( A_PriorHotKey = A_ThisHotKey &a...

 Forum: Support   Topic: Store selected text without using clipboard?

Posted: May 10th, 2012, 3:38 am 

Replies: 2
Views: 82


:mrgreen: THANKS, now I'm trying to understand the other thing... get selected text without copying it to the clipboard.

 Forum: Support   Topic: Store selected text without using clipboard?

Posted: May 7th, 2012, 12:02 am 

Replies: 2
Views: 82


:mrgreen: How to store selected text or the text of a control without using the clipboard? I have a clipboard manager which stores the clipboard history. I want to store... selected text or the text of a control... without using the clipboard. Or how to delete a past clipboard snippet? Although I ca...

 Forum: Support   Topic: Get selected text

 Post subject: Re: Get selected text
Posted: May 6th, 2012, 7:56 pm 

Replies: 7
Views: 223


:mrgreen: I have a clipboard manager which stores the clipboard history. Although I can use the next... oCB := ClipboardAll ; save clipboard contents Send, ^c ClipWait,1 ;< do whatever you originally wanted with selected text in "clipboard" variable > ClipBoard := oCB ; return original Cli...

 Forum: Support   Topic: Replace text on a .txt - I try to get all opened windows?

Posted: May 1st, 2012, 9:26 pm 

Replies: 2
Views: 66


:mrgreen: OK, with your code I can delete the file and create other. How to add all titles into the same file without deleting it, only replacing the text?

I need a timer cause sometimes explorer crashes (I don't know when) and I want to have my session in a file. Thanks a lot.

 Forum: Support   Topic: Get back to the original position in ReaderModeCtl (notepad)

Posted: May 1st, 2012, 9:00 pm 

Replies: 0
Views: 164


:mrgreen: How to go back to the original position in ReaderModeCtl (notepad)? I mean when you press middle click inside notepad you get a round shape that allows you to move through the document. And it would be nice to come back to the position before the middle click. Next code moves the cursor to...

 Forum: Support   Topic: default key action -- problem with?

Posted: May 1st, 2012, 12:28 am 

Replies: 10
Views: 87


:mrgreen: Ok. Then the code is wright (has no mistakes).
Very verY thank you. -------- Bye --------

 Forum: Support   Topic: default key action -- problem with?

Posted: April 30th, 2012, 10:58 pm 

Replies: 10
Views: 87


:mrgreen: My code now is without tooltip. THANKS. That was too easy ??? And in regards to the title of this post... is this correct? #SingleInstance Force ; SOME CODE ; SOME OTHER CODE ; return ETC F3:: IfWinActive, ahk_class CabinetWClass { Sleep, 100 Send ^c ClipWait, 3 sleep, 200 Clipboard := Cli...

 Forum: Support   Topic: default key action -- problem with?

Posted: April 30th, 2012, 7:41 pm 

Replies: 10
Views: 87


:mrgreen: Thanks but try what I say
Press F3 on a file, yes you can get the path and show it in a tooltip. Now Tray to paste the path into a text editor like notepad ¿Can you paste it? My answer is NO. I need to paste the path on notepad or ms word.

 Forum: Support   Topic: default key action -- problem with?

Posted: April 30th, 2012, 6:52 pm 

Replies: 10
Views: 87


:mrgreen: Only the file path, please.
E.g. I select a file on My Documents (for example a song), I press F3, I want to get the path like this:
C:\Documents and Settings\Pc-User\My Documents\Song.pm3
and be able to store the path on the clipboard.

 Forum: Support   Topic: default key action -- problem with?

Posted: April 30th, 2012, 3:23 am 

Replies: 10
Views: 87


:mrgreen: I am trying to get the file path of a selected file in explorer windows. First, I copy the file. Later I need to get only the text to paste on a text editor whenever I want. The fastest way I have found is showing the clipboard on a tooltip an latter get the text. I tried to guess a way to...

 Forum: Support   Topic: Replace text on a .txt - I try to get all opened windows?

Posted: April 30th, 2012, 3:09 am 

Replies: 2
Views: 66


:mrgreen: How to replace text on a .txt - I am trying to get file path of all opened windows? This is what I'd like: SetTimer, OPENED-WINS, 30000 Return OPENED-WINS: DetectHiddenWindows, On SetTitleMatchMode, RegEx match:="ahk_class (?:Cabinet|Explore)WClass" ;;;;;;; How to add more ahk cl...

 Forum: Support   Topic: default key action -- problem with?

Posted: April 29th, 2012, 9:28 pm 

Replies: 10
Views: 87


Hi! :mrgreen: I want to use the F3 key. I don't want to let it have the deafult action in some explorer windows but I want the deafult action for other apps, e.g. Microsoft Word (OpusApp). I am want to use IfWinActive... Else send {F3} I have another little problem about how to set into the clipboar...
Sort by:  
Page 1 of 12 [ Search found 173 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group