AutoHotkey Community

It is currently May 23rd, 2012, 4:36 pm

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Support   Topic: Combination of Ctrl+Left click

Posted: June 18th, 2008, 6:58 am 

Replies: 1
Views: 344


Please show me example of combination between left click and ctrl button. I've try
Code:
Send ^{Click, right}
but it didn't work...

 Forum: Scripts   Topic: My new script: Catapult

 Post subject: Thanks
Posted: June 17th, 2008, 10:20 am 

Replies: 8
Views: 4252


Thanks...
By the way, is anybody have list of other hidden functions in Windows? Please reply or pm me...

 Forum: Scripts   Topic: My new script: Catapult

 Post subject: Thanks
Posted: June 15th, 2008, 1:37 pm 

Replies: 8
Views: 4252


Thanks. That's work...

 Forum: Scripts   Topic: Easy Way to Avoid a AutoHotkey Viruses From The Jerks

 Post subject: AHK virus already there
Posted: June 14th, 2008, 9:08 am 

Replies: 8
Views: 1616


Look for "TATI virus" in google and you'll see that this virus created using AHK. Its simple but annoying script. Spreaded in Indonesia and become well known virus.

 Forum: Support   Topic: Registry setting to run script on Windows start

Posted: June 13th, 2008, 4:22 pm 

Replies: 5
Views: 497


Once again, sorry for my fault. I'm a newbie. Thanks for John. I've try it and it's work.

 Forum: Support   Topic: Registry setting to run script on Windows start

Posted: June 13th, 2008, 4:00 pm 

Replies: 5
Views: 497


Hi everybody... I want too add registry setting on my script so it will run automatically on Windows start. I've added this code RegWrite, REG_SZ, HKEY_CURRENT_USER,\Software\Microsoft\Windows\CurrentVersion\Run , Catapult, %A_ScriptDir%\Catapult 1.0.1.exe . But it's doesn't work. can anybody help m...

 Forum: Scripts   Topic: My new script: Catapult

 Post subject: My new script: Catapult
Posted: June 13th, 2008, 11:47 am 

Replies: 8
Views: 4252


Inspirated from list of hidden function in Windows, I've created simple script to easily access hidden Windows functions and Control Panel from tray menu. Here's the script. ;###########miscelanous start settings############## Process Priority,,High ;make it run on high priority SetBatchLines, -1 ; ...

 Forum: Support   Topic: google (more) powerful search

Posted: June 3rd, 2008, 3:36 pm 

Replies: 2
Views: 405


I just read guenni28b's article http://www.autohotkey.com/forum/topic1978.html about simple Google search using firefox. I have many improvement idea for this :idea: :idea: , but I just cant build the script. Can anybody help me create the script????:? :? My idea is: - Detailed search, include "...

 Forum: Scripts   Topic: My first AHK script: QuicKill

Posted: June 2nd, 2008, 1:44 pm 

Replies: 5
Views: 1272


I just dunno what is the function of "#MaxThreadsPerHotkey 1". Can you explain it to me???
I'm just a newbie. still need more knowledge..,,
hehe :D :D

 Forum: Scripts   Topic: ALT-TAB replacement with icons and window titles in ListView

 Post subject: Suggestion
Posted: June 1st, 2008, 2:24 pm 

Replies: 168
Views: 54405


How about adding mouse wheel combination to switch between windows?? I've edit this script and try to assign Alt+Ctrl+WheelUp/Down and it work. I just copying recently code (I use original Alt Tab script). ^!WheelDown:: ; alt-tab hotkey replacement Critical Gosub, Alt_Tab_Common_Stuff Selected_Row +...

 Forum: Scripts   Topic: My first AHK script: QuicKill

Posted: June 1st, 2008, 1:45 pm 

Replies: 5
Views: 1272


i'm a newbie and trying to create simple application using AutoHotkey. This is my first script. I named it QuicKill. If any of you have a good idea about how to improve this application, please give me any suggestion. last, sorry if my English is bad, I'm Indonesian.:lol: ;QuicKill ;easy way to kill...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group