| View previous topic :: View next topic |
| Author |
Message |
Twinherder Guest
|
Posted: Thu Dec 17, 2009 6:20 am Post subject: Captured Key not able to be used in its own output |
|
|
Have a script that works on most computers, but on my friends is displaying strange behavior...
| Code: |
a::
sendinput a
return
|
if i hit a nothing happens, stranger still is
| Code: |
a::
sendinput have a nice day
return
|
will return "hve nice dy"
the computer is running vista home 64, and the keyboard is a wireless MS 3000. past that im completely lost.
-Thanks |
|
| Back to top |
|
 |
hd0202
Joined: 13 Aug 2006 Posts: 265 Location: Germany
|
Posted: Thu Dec 17, 2009 6:23 am Post subject: Re: Captured Key not able to be used in its own output |
|
|
It looks like there is another script (or program) that suppresses all a
Hubert |
|
| Back to top |
|
 |
None
Joined: 28 Nov 2009 Posts: 3086
|
Posted: Thu Dec 17, 2009 6:25 am Post subject: |
|
|
| Code: | $a::
sendinput have a nice day
return |
| Quote: | | This is usually only necessary if the script uses the Send command to send the keys that comprise the hotkey itself, which might otherwise cause it to trigger itself. |
Last edited by None on Thu Dec 17, 2009 6:28 am; edited 1 time in total |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 5044 Location: the tunnel(?=light)
|
|
| Back to top |
|
 |
|