| View previous topic :: View next topic |
| Author |
Message |
sergeyn
Joined: 28 Feb 2010 Posts: 10
|
Posted: Sun Feb 28, 2010 9:13 pm Post subject: I get an errors on valid hotkeys |
|
|
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 1160 Location: Seville, Spain
|
|
| Back to top |
|
 |
sergeyn
Joined: 28 Feb 2010 Posts: 10
|
Posted: Mon Mar 01, 2010 1:17 am Post subject: |
|
|
Latest autohotkey version (just downloaded it) running on russian version of Win7 Ultimate
Tried simple script w::Up
Thanks. |
|
| Back to top |
|
 |
jpjazzy
Joined: 16 Feb 2010 Posts: 799 Location: SciTE
|
Posted: Mon Mar 01, 2010 4:25 am Post subject: |
|
|
| 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:
|
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 3113 Location: MN, USA
|
Posted: Mon Mar 01, 2010 8:10 am Post subject: |
|
|
| 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 |
|
 |
sergeyn
Joined: 28 Feb 2010 Posts: 10
|
Posted: Mon Mar 01, 2010 7:14 pm Post subject: |
|
|
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 |
|
 |
sergeyn
Joined: 28 Feb 2010 Posts: 10
|
Posted: Tue Mar 02, 2010 2:13 pm Post subject: |
|
|
And it finally works now.
Thank you all for your help! |
|
| Back to top |
|
 |
|