AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

v1.0.10 released

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Tue May 11, 2004 9:53 am    Post subject: v1.0.10 released Reply with quote

Here are the changes for v1.0.10: http://www.autohotkey.com/changelog/
Back to top
View user's profile Send private message Send e-mail
compuboy_r



Joined: 04 May 2004
Posts: 68

PostPosted: Tue May 11, 2004 11:42 am    Post subject: Reply with quote

Great Going Chris !!!!!!

WelDone

Congratulations


compuboy_r
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Tue May 11, 2004 2:31 pm    Post subject: Reply with quote

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"
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Tue May 11, 2004 4:52 pm    Post subject: Reply with quote

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).
Back to top
View user's profile Send private message Send e-mail
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Tue May 11, 2004 6:33 pm    Post subject: Reply with quote

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.
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Tue May 11, 2004 8:52 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group