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 

I get an errors on valid hotkeys

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
sergeyn



Joined: 28 Feb 2010
Posts: 10

PostPosted: Sun Feb 28, 2010 9:13 pm    Post subject: I get an errors on valid hotkeys Reply with quote

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]
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 1160
Location: Seville, Spain

PostPosted: Sun Feb 28, 2010 9:36 pm    Post subject: Reply with quote

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
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
sergeyn



Joined: 28 Feb 2010
Posts: 10

PostPosted: Mon Mar 01, 2010 1:17 am    Post subject: Reply with quote

Latest autohotkey version (just downloaded it) running on russian version of Win7 Ultimate

Tried simple script w::Up

Thanks.
Back to top
View user's profile Send private message
jpjazzy



Joined: 16 Feb 2010
Posts: 799
Location: SciTE

PostPosted: Mon Mar 01, 2010 4:25 am    Post subject: Reply with quote

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}
Back to top
View user's profile Send private message Visit poster's website
jaco0646



Joined: 07 Oct 2006
Posts: 3113
Location: MN, USA

PostPosted: Mon Mar 01, 2010 8:10 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Visit poster's website
sergeyn



Joined: 28 Feb 2010
Posts: 10

PostPosted: Mon Mar 01, 2010 7:14 pm    Post subject: Reply with quote

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



Joined: 28 Feb 2010
Posts: 10

PostPosted: Tue Mar 02, 2010 2:13 pm    Post subject: Reply with quote

And it finally works now.

Thank you all for your help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

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


Powered by phpBB © 2001, 2005 phpBB Group