AutoHotkey Community

It is currently May 24th, 2012, 9:26 am

All times are UTC [ DST ]


Search found 20 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Screen clipping

Posted: October 24th, 2010, 6:39 am 

Replies: 37
Views: 8606


That is what i wanted.I replace the Lcontrol key with Lwin key.
Very nice!
Thanks.

 Forum: Announcements   Topic: My status and website changes

Posted: October 11th, 2010, 6:40 pm 

Replies: 88
Views: 17069


I love Autohotkey realy and I will never forget her Author ---- Chris.

 Forum: Scripts   Topic: a simple mouse gesture script

Posted: November 4th, 2007, 3:56 pm 

Replies: 0
Views: 1129


only 8 gestures. i have a poor english ,so ...... #singleinstance force #noenv SendMode Input Rbutton:: MouseGetPos , sposX , sposY loop { if A_TimeSincethisHotkey < 250 ;250ms { sleep 10 if !GetKeyState("Rbutton" , "p") { MouseGetPos , eposX , eposY dx := ...

 Forum: Support   Topic: how to get scroll position and set the position in IE?

Posted: August 8th, 2007, 12:22 am 

Replies: 1
Views: 503


how to get scroll bar position and set the position in IE/firefox?
thanks

 Forum: Support   Topic: OnClipboardChange label eventually stops responding

Posted: July 28th, 2007, 7:57 am 

Replies: 19
Views: 2042


i had seen the same problem , but i don't know how to diagnose it .

 Forum: Support   Topic: how to get current cursor positon?

Posted: July 1st, 2007, 7:12 am 

Replies: 3
Views: 627


in edit control,in office word,and so on.
thanks

 Forum: Support   Topic: what is wrong?

 Post subject: what is wrong?
Posted: June 14th, 2007, 4:16 pm 

Replies: 2
Views: 463


var := "adbkd%appdata%dkk%windir%dgkkg%homepath%" regexmatch(var, "%(.+?)%", regvar) msgbox % regvar1 a_tab regvar2 a_tab regvar3 i think the result will be: regvar1 is appdata regvar2 is windir regvar3 is homepath but exact result was: Global Variables (alphabet...

 Forum: Support   Topic: how to open system folders by run command like win+R

Posted: May 13th, 2007, 12:52 pm 

Replies: 8
Views: 748


when i press win+R and input "sendto",then windows open the "sendto" folder in explorer.
but i excute ahk command "run, sendto",that is wrong.
why run command don't support system folders?
thanks

 Forum: Support   Topic: Does gui edit control has a enter event?

Posted: March 21st, 2007, 6:06 pm 

Replies: 7
Views: 658


thanks n-l-i-d and BoBo very much!

 Forum: Support   Topic: Does gui edit control has a enter event?

Posted: March 21st, 2007, 3:45 pm 

Replies: 7
Views: 658


thans bobo

bui i do not want that.
example: i want input "calc" and press enter to run calc.exe, but when i input the first letter "c",the g-label was triggered at once.

 Forum: Support   Topic: Does gui edit control has a enter event?

Posted: March 21st, 2007, 3:18 pm 

Replies: 7
Views: 658


the gui has not any button,only a edit control. i want that when i input any text then stroke enter key, trigger a label.how can i do?
thanks

 Forum: Support   Topic: double-byte characters such as Chinese in hotkeys

Posted: December 6th, 2006, 1:49 pm 

Replies: 1
Views: 508


such as
(chinese characters is here)::run notepad

then display a warning and end the auto-execute section.

 Forum: Suggestions   Topic: get the activate window's command-line

Posted: May 30th, 2006, 3:04 pm 

Replies: 2
Views: 577


would you add a option to "winget" so i can get the
window's command-line?
for example: "c:\windows\system32\notepad.exe c:\test.txt"
'hh.exe "E:\Program Files\AutoHotkey\AutoHotkey.chm"'
thanks

 Forum: Scripts   Topic: Favorite Folders popup menu that you can change on the fly.

Posted: October 17th, 2005, 10:20 pm 

Replies: 166
Views: 45846


would you add its icon to each menu item ?

 Forum: Scripts   Topic: primitive lock

Posted: October 17th, 2005, 1:04 am 

Replies: 5
Views: 3755


thank enrica!
i want to add another function, that is a tooltip "lock the computer 2 minutes later!" appearing,then lock. How can i do ?
Sort by:  
Page 1 of 2 [ Search found 20 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group