AutoHotkey Community

It is currently May 22nd, 2012, 2:24 pm

All times are UTC [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Support   Topic: How to close a single tab in a browser (FF, IE, Chrome)

Posted: December 15th, 2011, 4:05 pm 

Replies: 11
Views: 373


nigello wrote:
thanks for the examples, but (correct me if I'm wrong) i take it these are for regular searches in the browser's own search field? We're not using those.


You are correct those are the regular searches. I missed the part about the search being on the page.

 Forum: Support   Topic: How to close a single tab in a browser (FF, IE, Chrome)

Posted: December 14th, 2011, 6:01 pm 

Replies: 11
Views: 373


ctrl + w will close the active tab. On a side note if only one tab is open then it will close the browser. Here are examples for navigating around browsers. ;Search ;IE ControlSend, Edit2, <text> sentEvent, {enter} ;chrome ControlSend, Chrome_AutocompleteEditView1, <text> sentEvent, {...

 Forum: Support   Topic: Having an issue clearing StringSplit OutputArray

Posted: July 9th, 2009, 1:05 pm 

Replies: 5
Views: 825


Thank you all with your help is was able to get it to work.

Code:
!F2::
Loop, % Split0
   VarSetCapacity(Split%A_Index%,0)
clipboard = 
Send ^c
ClipWait
StringSplit, Split, Clipboard, %A_Tab%
sleep, 500
clipboard = %Split23%
Msgbox, %Split23%`n%Split37%`n%Split51%`n%Split65%
return

 Forum: Support   Topic: Having an issue clearing StringSplit OutputArray

Posted: July 8th, 2009, 7:18 pm 

Replies: 5
Views: 825


Some times I need to grab all 4 outputs, and I would rather not have two separate hotkey's or reload the hotkey every time I need to grab less variables then the previous time. Basically I would like to clear the variables at the end of the script. Ok so I figured this out but if anyone has a better...

 Forum: Support   Topic: Having an issue clearing StringSplit OutputArray

Posted: July 8th, 2009, 6:41 pm 

Replies: 5
Views: 825


I have searched the forums looking for a way to clear the OutputArray for StringSplit. My issue with my hotkey is sometimes I need to only grab 1 output and sometimes I need to grab multiple outputs. the issue I have is that when I switch from grabbing 4 to grabbing 1 it outputs the new output and t...
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group