| Author |
Message |
Topic: open links in new background tabs |
azure
Replies: 8
Views: 278
|
Forum: Ask for Help Posted: Sun Nov 29, 2009 7:15 pm Subject: open links in new background tabs |
| mm not, now it doesn't work at all, right click on links does nothing |
Topic: open links in new background tabs |
azure
Replies: 8
Views: 278
|
Forum: Ask for Help Posted: Sat Nov 28, 2009 8:10 pm Subject: open links in new background tabs |
| the original script I posted has solved this problem, is there a way to integrate your script to the original? |
Topic: open links in new background tabs |
azure
Replies: 8
Views: 278
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 9:37 pm Subject: open links in new background tabs |
Did a google on opening tab in background, & found that Ctrl-Shift-Left_click will open a new tab in the background
So with that new info, starting from scratch...
#IfWinActive ahk_class OpWin ... |
Topic: open links in new background tabs |
azure
Replies: 8
Views: 278
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 2:56 pm Subject: Re: open links in new background tabs |
Am i right to assume that "deactivate" is to stop MouseClick from recursively calling RButton:: ?
If so, then try the following ...
; General
#SingleInstance Force
#Persistent
#NoTray ... |
Topic: open links in new background tabs |
azure
Replies: 8
Views: 278
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 9:36 pm Subject: open links in new background tabs |
hello
this script enables in opera browser, to open links in new background tabs with right click
however it happens to open both the link in the current tab and in a new background tab (as if I ... |
Topic: change language hotkey |
azure
Replies: 2
Views: 786
|
Forum: Ask for Help Posted: Tue May 26, 2009 4:48 pm Subject: change language hotkey |
| anyone please ? |
Topic: change language hotkey |
azure
Replies: 2
Views: 786
|
Forum: Ask for Help Posted: Sat May 23, 2009 11:58 pm Subject: change language hotkey |
hello
can you tell me please a script that will toggle between keyboard languages (what normally LEFT SHIFT + ALT does in WinXP) when I hit SCROLL?
however, I am not sure it is ok to have a hotk ... |
Topic: macro recorder |
azure
Replies: 1
Views: 290
|
Forum: Ask for Help Posted: Mon Nov 24, 2008 4:36 pm Subject: macro recorder |
hello
is there a macro recorder and creator that will monitor my actions when I install a program so that I will automate the installation of my apps?
are there any already created scripts for c ... |
Topic: first_line |
azure
Replies: 4
Views: 316
|
Forum: Ask for Help Posted: Fri Apr 11, 2008 6:56 pm Subject: first_line |
hello
here
http://www.autohotkey.com/docs/commands/LoopReadFile.htm
it says
last_line := A_LoopReadLine
can I do first_line, second_line, etc as well?
I need to read specific lines from a ... |
Topic: change ip |
azure
Replies: 15
Views: 1658
|
Forum: Ask for Help Posted: Wed Mar 05, 2008 1:38 am Subject: change ip |
thanks !
but, does this work for ethernet connections? |
Topic: ahk alternative? |
azure
Replies: 27
Views: 4100
|
Forum: General Chat Posted: Fri Nov 09, 2007 5:07 pm Subject: ahk alternative? |
anyone made a comparison of ahk with:
Windows PowerShell
Windows Script Host
KiXtart
??
Do something, anything, by yourself
STFU |
Topic: ahk alternative? |
azure
Replies: 27
Views: 4100
|
Forum: General Chat Posted: Thu Nov 08, 2007 8:58 am Subject: ahk alternative? |
anyone made a comparison of ahk with:
Windows PowerShell
Windows Script Host
KiXtart
?? |
Topic: Tool tip dictionary |
azure
Replies: 27
Views: 8358
|
Forum: Scripts & Functions Posted: Fri Nov 02, 2007 12:15 pm Subject: Tool tip dictionary |
| is this working? |
Topic: hover over mirc tabs |
azure
Replies: 1
Views: 277
|
Forum: Ask for Help Posted: Wed Oct 24, 2007 4:54 pm Subject: hover over mirc tabs |
| ... |
Topic: hover over mirc tabs |
azure
Replies: 1
Views: 277
|
Forum: Ask for Help Posted: Mon Oct 22, 2007 4:53 pm Subject: hover over mirc tabs |
hello
this is a script that clicks tabs in mirc by hovering, by the respected jgpaiva
#singleinstance,force
coordmode,mouse,screen
loop
{
sleep,200
mousegetpos,x,y,window,contr ... |
| |