AutoHotkey Community

It is currently May 27th, 2012, 6:41 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1426 posts ]  Go to page Previous  1 ... 42, 43, 44, 45, 46, 47, 48 ... 96  Next
Author Message
 Post subject:
PostPosted: July 25th, 2011, 4:51 pm 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
Kinda . . .

I just copied the command list table from the website and pasted it into Word awhile ago (just in case I ever needed it and didn't have internet access) :roll: . . .

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2011, 4:57 pm 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
Quote:
What's On Your Mind?

Wondering why 'None' only ever browses the forum when no other members are browsing it :P . . .

Quote:
Users browsing this forum: None

:wink: . . .

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2011, 5:04 pm 
tomoe_uehara wrote:
Does anyone have a list of all AHK commands in a single txt or html file.. :?:
If you've installed ahk basic you already have it and more:

\Program Files\AutoHotkey\Extras\Editors\Syntax\Commands.txt [this is the one you want]
\Program Files\AutoHotkey\Extras\Editors\Syntax\Keywords.txt
\Program Files\AutoHotkey\Extras\Editors\Syntax\Functions.txt
\Program Files\AutoHotkey\Extras\Editors\Syntax\Variables.txt
\Program Files\AutoHotkey\Extras\Editors\Syntax\CommandNames.txt
\Program Files\AutoHotkey\Extras\Editors\Syntax\Keys.txt

If you've upgraded to ahk_l and removed basic you can download the zip version of Basic and extract the file from there. Of course there is autohotkey.chm (help file) as well.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2011, 5:06 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
chrisj91 wrote:
Kinda . . .

I just copied the command list table from the website and pasted it into Word awhile ago (just in case I ever needed it and didn't have internet access) :roll: . . .

If you don't have internet access, just try this code :wink:
Code:
StringTrimRight, path, A_AhkPath, 3
Run, %path%chm
Return

BTW, that's a clever idea :idea:, but I need the syntax for each command too, because I don't remember each syntaxes :lol:

Edit: Thank you Guest, whoever you are.. I never realize those files before, even though I have been using AHk for years :shock:

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2011, 5:14 pm 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
tomoe_uehara wrote:
If you don't have internet access, just try this code :wink:
Code:
StringTrimRight, path, A_AhkPath, 3
Run, %path%chm
Return

Wow, that's much better lol . . . !!
Thanks for that tomoe_uehara, that's much better and easier to follow :D . . .

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 1:23 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
tomoe: I have the list with syntaxes and links which is html... search this forum, I made it for someone on IRC

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 1:37 am 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
I need that list too. Mind linking it?

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 1:43 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
www.autohotkey.com/forum/viewtopic.php?t=73375 :D

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 9:00 am 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
Sweet, thanks nimda :D . . .

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 12:05 pm 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 775
Location: Texas, USA
It's 85 degrees right now and it's the coolest part of the day. It's supposed to get up to 105 today. Again. And again for the next few weeks. I don't know if I'm going to make it until Fall (Sept. 23).

Climate change deniers were making a big stink last winter because of all the snow. I don't hear a peep from them on days like today. If you know one, give them a call. Tell them I said, "Hi!".


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 1:29 pm 
Offline

Joined: October 15th, 2007, 3:10 pm
Posts: 790
Location: England
I don't think that the climate change deniers are completely denying that there is actual change to the climate, rather that the reason is not because of human factors. Also, that "global warming" also seems to result in more varied weather (including colder weather), rather than just warming.

Some of the argument is that there is evidence of larger (or at least comparable) changes to the earth's climate in the not so distant past naturally (i.e. before industrial activity). i.e. Ice ages, etc.

Not my opinion, may I add; just thought I would comment.

_________________
My code is written for AHK Basic unless otherwise specified. This means it may not work in AHK_L (especially Unicode), due to a few known compatibility issues.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 4:38 pm 
Offline

Joined: June 28th, 2007, 1:08 am
Posts: 662
jballi wrote:
It's 85 degrees right now and it's the coolest part of the day. It's supposed to get up to 105 today. Again. And again for the next few weeks. I don't know if I'm going to make it until Fall (Sept. 23).

Climate change deniers were making a big stink last winter because of all the snow. I don't hear a peep from them on days like today. If you know one, give them a call. Tell them I said, "Hi!".


Another fellow Texan feeling the heat eh?

I'm up in Amarillo where our average temp lately has been in the 100-105 range, and have some land in Valle De Oro, where it is getting up to around 115 some days.

So far this year, my area has only received 1.15 inches of rain...and that is spotty, some spots have received far less :(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 8:17 pm 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
Quote:
tomoe_uehara
Posts: 999

Just one away from four digits tomoe_uehara :D . . . !!

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2011, 9:54 pm 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
join the club!

_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
"I think Bigfoot is blurry, that's the problem. It's not the photographer's fault, Bigfoot is blurry. So there's a large, out-of-focus monster roaming the countryside."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2011, 2:44 pm 
Offline

Joined: October 11th, 2010, 6:15 pm
Posts: 1211
Location: Right behind you
The new website should add Prestige like in CoD! For every 1000 posts you get 1 prestige.

So 1001 posts translates to Prestige 1, Posts 1. :wink:

Just a thought...

_________________
COM Tutorial for Webpages
COM Tutorial for Excel


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1426 posts ]  Go to page Previous  1 ... 42, 43, 44, 45, 46, 47, 48 ... 96  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group