AutoHotkey Community

It is currently May 27th, 2012, 9:56 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: v1.0.10 released
PostPosted: May 11th, 2004, 9:53 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Here are the changes for v1.0.10: http://www.autohotkey.com/changelog/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2004, 11:42 am 
Offline

Joined: May 4th, 2004, 6:15 pm
Posts: 68
Great Going Chris !!!!!!

WelDone

Congratulations


compuboy_r


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2004, 2:31 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
In the beta this cmd took only 'enter' and 'ins' as endkeys:
Code:
Input, UserInput, T5, {enter} {ins}


now it also takes space as endkeys in 1.0.10.

i'd to fix it by changing it to:
Code:
Input, UserInput, T5,{enter}{ins}


Was this intentional? atleast the help doesn't say anything like "any spaces or tabs around the endkeys are significant"

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2004, 4:52 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I don't recall changing anything like that... basically it uses the same code as the Send command, which also treats spaces between keys as actual spaces.

As always, spaces and tabs at the beginning and end of parameters are not "seen". This applies even to the MatchList, which is treated as one big parameter (which is the only reason that spaces and tabs inside the list are seen as literal).


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2004, 6:33 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
well then i fail to understand y did the code work earlier?!

earlier i'd used it fine.. and used the diff endkeys for diff processing... anyways if this is the usage that's gonna stay then i'll keep this in mind.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2004, 8:52 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I don't know why either; I must have changed something if it worked before. But I had always intended it to behave identically to the Send command, it's even documented that way. So I think this is the way it will stay unless you spot a serious disadvantage to it.

You do not need to remove the spaces from the beginning and end of the EndKeys parameter. As with all parameters, they are ignored.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot 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