AutoHotkey Community

It is currently May 26th, 2012, 1:01 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: June 7th, 2005, 4:54 pm 
I'm currently translating the following page for the german wiki.
http://www.autohotkey.com/docs/misc/Remap.htm
Somewhere near the end of the page the following is written:

Quote:
Joystick buttons require a different remapping method. In addition, this alternate method is also required for all remappings on Windows 95/98/Me. The following example makes button #2 of the first joystick become the left-arrow key:

Joy2::
Send {Left down} ; Hold down the up-arrow key.
KeyWait, Joy2 ; Wait for the user to release the joystick button.
Send {Left up} ; Release the up-arrow key.
return


Isn't this a mistake in the comments of the script? Mustn't it read left-arrow key?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2005, 1:59 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks; this mistake has been fixed.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

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