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 

Captured Key not able to be used in its own output

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





PostPosted: Thu Dec 17, 2009 6:20 am    Post subject: Captured Key not able to be used in its own output Reply with quote

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

PostPosted: Thu Dec 17, 2009 6:23 am    Post subject: Re: Captured Key not able to be used in its own output Reply with quote

It looks like there is another script (or program) that suppresses all a Question

Hubert
Back to top
View user's profile Send private message
None



Joined: 28 Nov 2009
Posts: 3086

PostPosted: Thu Dec 17, 2009 6:25 am    Post subject: Reply with quote

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
View user's profile Send private message
sinkfaze



Joined: 18 Mar 2008
Posts: 5044
Location: the tunnel(?=light)

PostPosted: Thu Dec 17, 2009 6:25 am    Post subject: Reply with quote

Hotkeys (Mouse, Joystick and Keyboard Shortcuts) - Dollar Prefix wrote:
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.


Code:
$a::
sendinput a
return

_________________
Try Quick Search for Autohotkey or see the tutorial for newbies.
Back to top
View user's profile Send private message Send e-mail
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