AutoHotkey Community

It is currently May 24th, 2012, 8:19 am

All times are UTC [ DST ]


Search found 34 matches
Search these results:

Author Message

 Forum: Support   Topic: Copy a part of url after five slash.

Posted: May 16th, 2010, 11:13 am 

Replies: 10
Views: 427


:?: http=http://www.google.com/intl/en/about.html MsgBox % RegExReplace(http,"^.+//.+/.+/.+/") Thanks, I need this key to copy the exact address of the page that I found with stumbleupon, but the stumbleupon url is always different. For example in these different url with ^!c copy...

 Forum: Support   Topic: Copy a part of url after five slash.

Posted: May 16th, 2010, 10:21 am 

Replies: 10
Views: 427


Hy, I would create a script that copy a portion of url after five slash.

For example: in this url

http://www.google.com/intl/en/about.html

I want to copy only about.html that is after the fifth slash.

Can you help me?

Thanks.

 Forum: Support   Topic: \ become u in google reader.

Posted: March 24th, 2010, 6:16 pm 

Replies: 1
Views: 80


In google reader the "u" shortkey hides or shows the list of subscriptions, I tried this script to change \ with u.

#IfWinActive, Google Reader
\::u
#IfWinActive

Is ok but not always seem to work.


In your opinion is correct this script?

Thanks.

 Forum: Support   Topic: Shift key don't work with numpad.

Posted: February 5th, 2010, 9:54 am 

Replies: 7
Views: 383


Perfect! I had not put the * simbol! :wink:

You are great! :)

 Forum: Support   Topic: Shift key don't work with numpad.

Posted: February 5th, 2010, 8:53 am 

Replies: 7
Views: 383


Ok now work, MsgBox It Worked! appers on my computer but with the Run command not work:

+^NumpadEnd::run http://www.google.com/

 Forum: Support   Topic: Shift key don't work with numpad.

Posted: February 4th, 2010, 6:25 pm 

Replies: 7
Views: 383


Thanks but Shift with numlock off button name don't work.

 Forum: Support   Topic: Shift key don't work with numpad.

Posted: February 4th, 2010, 5:36 pm 

Replies: 7
Views: 383


Hi, is there a way to run the left shift key with Numpads Numlock on?

I use this combination +^Numpad1::run but does not work with Numlock on.

Thanks.

 Forum: Support   Topic: Open a link in a new page with Firefox.

Posted: December 13th, 2009, 12:10 pm 

Replies: 1
Views: 580


Hi there, is possibile to copy a link in a webpage open with Google Chrome (or another browser) and then open the link copied directly in a new page with Firefox? For example: in Google Chrome run: http://www.google.com/ copy "About Google" link: http://www.google.com/intl/en/about.html an...

 Forum: Support   Topic: Exclude Foobar2000 from key?

Posted: August 30th, 2009, 10:02 am 

Replies: 1
Views: 252


I create the key “Esc::Send, !{F4}” for close anything program or folder on top, how can exclude Foobar2000 from this key?

Thanks!

 Forum: Support   Topic: Key for disable key in a program?

Posted: August 8th, 2009, 6:35 pm 

Replies: 1
Views: 261


HI, I create this key “Esc::Send, !{F4}” for clos anything program or folder on top, now which key can I added for disable this key for a program as for example Microsoft Word?

Thanks!

 Forum: Support   Topic: Help for functions?

Posted: April 20th, 2009, 9:26 am 

Replies: 5
Views: 326


1. Capture the "Rarmaradio" and "IrfanView" ahk_class name with AHK spy 2. Look for "#IfWinActive" function in AHK help SetTitleMatchMode, 2 #IfWinActive, Rarmaradio \:: Send, ^m #IfWinActive, IrfanView q:: Send, {NumpadSub} a:: Send, {NumpadAdd} Pe...

 Forum: Support   Topic: Help for functions?

Posted: April 19th, 2009, 10:13 pm 

Replies: 5
Views: 326


Hy thanks, I tried but not working

 Forum: Support   Topic: Help for functions?

 Post subject: Help for functions?
Posted: April 19th, 2009, 10:13 am 

Replies: 5
Views: 326


Hi can you help me?

In Rarmaradio (program for listen radio) default Ctrl+M is mute volume, is possibile that \ key became mute volume?

In IrfanView + is Zoom In and – is Zoom Out, is possibile that Q became – and A became +?

Thanks!

 Forum: Support   Topic: Open with and save in?

 Post subject: Re: Open with and save in?
Posted: February 10th, 2009, 8:49 am 

Replies: 3
Views: 478


SKAN wrote:
sigeis wrote:
create a command to open a file, for example Alt + S open txt file with microsoft excel


Excel already has this facility.. :roll: Anyways.. Refer AHK Doc for FileSelectFile Command



Ok thanks.

 Forum: Support   Topic: Open with and save in?

 Post subject: Open with and save in?
Posted: February 4th, 2009, 9:37 am 

Replies: 3
Views: 478


Hi, it is possible to create a command to open a file, for example Alt + S open txt file with microsoft excel, and create another command to save the opened file in a specific folder as for example Alt + S Save As in D:My Documents?

Thanks!
Sort by:  
Page 1 of 3 [ Search found 34 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group