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 

"ll" is runing my life.

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



Joined: 19 Jun 2009
Posts: 3

PostPosted: Fri Jun 19, 2009 1:43 pm    Post subject: "ll" is runing my life. Reply with quote

I am just testing out AutoHotkey so I made a script for dictating a message with one combo and spamming it with another:

UserInput = I AM FROM THE FURNITURE

#x::InputBox, UserInput, Spam Shit, What do you want to spam?

#z::Send %UserInput%{Enter}

It works completely fine in every way except it seems that if someone includes "ll" anywhere in the userinput message, it sends it slowly and you have to release the key combo, instead of being able to hold it down to rapidly spam it.
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Jun 19, 2009 2:22 pm    Post subject: Reply with quote

something is wrong. I am not able to duplicate the problem. I tried these entering these strings in the inputbox:
xxxxxxxxxxxx||yyyyyyyyyyyyyyyyyy
xxxxxxxxxxxx"||"yyyyyyyyyyyyyyyyyy
xxxxxxxxxxxxyyyyyyyyyyyyyyyyyy
and they all perform the same!
Back to top
ZachBraff



Joined: 19 Jun 2009
Posts: 3

PostPosted: Fri Jun 19, 2009 8:39 pm    Post subject: Reply with quote

Sometimes there is not a problem, but when I try simple things like "Allow" or "Gulliver", it messes up.
Back to top
View user's profile Send private message
d-man



Joined: 08 Jun 2006
Posts: 285

PostPosted: Fri Jun 19, 2009 9:44 pm    Post subject: Reply with quote

I think your problem would be solved by using a different hotkey. Try using Ctrl or Alt instead of Win key.
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 3254
Location: Simi Valley, CA

PostPosted: Fri Jun 19, 2009 11:47 pm    Post subject: Reply with quote

Code:
Sendmode, input
UserInput = I AM FROM THE FURNITURE

#x::InputBox, UserInput, Spam Shit, What do you want to spam?

#z::
keywait, LWin
keywait, RWin
Send %UserInput%{Enter}
return
Question
_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!
Back to top
View user's profile Send private message
ZachBraff



Joined: 19 Jun 2009
Posts: 3

PostPosted: Sat Jun 20, 2009 1:01 am    Post subject: Reply with quote

Both of those fixed it, thanks.
Back to top
View user's profile Send private message
Splatocaster
Guest





PostPosted: Mon Jun 22, 2009 6:48 pm    Post subject: Reply with quote

your from the furniture?
Back to top
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