AutoHotkey Community

It is currently May 27th, 2012, 4:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: February 28th, 2010, 10:13 pm 
Offline

Joined: February 28th, 2010, 10:07 pm
Posts: 10
Hello,

I get an error message box everytime I start autohotkey, which points to the first non-comment line. Even the default script doesn't ork (the one which is offered when you launch for the first time).

Thanks.

[Moved from Bug Reports forum. ~jaco0646]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 28th, 2010, 10:36 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
That is a very vague description of your problem. Can you give us some info about your system, e.g. AutoHotkey & Windows version and/or post the scripts you have tried?

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 1st, 2010, 2:17 am 
Offline

Joined: February 28th, 2010, 10:07 pm
Posts: 10
Latest autohotkey version (just downloaded it) running on russian version of Win7 Ultimate

Tried simple script w::Up

Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 1st, 2010, 5:25 am 
Offline

Joined: February 16th, 2010, 8:01 am
Posts: 800
Location: SciTE
sergeyn wrote:
Latest autohotkey version (just downloaded it) running on russian version of Win7 Ultimate

Tried simple script w::Up

Thanks.


When using keys other then in the trigger that are special keys, you need brackets, and also you need to use the send key if you are trying to get it to send a stroke. I assume what you are doing here is trying to make the w key hit the up key. Try this:

Code:
w::
Send, {Up}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 1st, 2010, 9:10 am 
Offline

Joined: October 7th, 2006, 4:50 pm
Posts: 3157
Location: MN, USA
jpjazzy wrote:
...you need brackets, and also you need to use the send key if you are trying to get it to send a stroke.
That is not necessary for Remapping Keys and Buttons.

sergeyn wrote:
running on russian version of Win7 Ultimate
Error: Invalid hotkeys


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 1st, 2010, 8:14 pm 
Offline

Joined: February 28th, 2010, 10:07 pm
Posts: 10
Thanks a lot for the link, will try to use native laout chars today.
I also gess that scan values (like SC0XX) should also work ?

Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2010, 3:13 pm 
Offline

Joined: February 28th, 2010, 10:07 pm
Posts: 10
And it finally works now.

Thank you all for your help!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Mickers, rbrtryn and 65 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