AutoHotkey Community

It is currently May 26th, 2012, 8:52 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: "ll" is runing my life.
PostPosted: June 19th, 2009, 2:43 pm 
Offline

Joined: June 19th, 2009, 2:40 pm
Posts: 3
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 19th, 2009, 3:22 pm 
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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 19th, 2009, 9:39 pm 
Offline

Joined: June 19th, 2009, 2:40 pm
Posts: 3
Sometimes there is not a problem, but when I try simple things like "Allow" or "Gulliver", it messes up.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 19th, 2009, 10:44 pm 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
I think your problem would be solved by using a different hotkey. Try using Ctrl or Alt instead of Win key.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 12:47 am 
Offline
User avatar

Joined: October 7th, 2006, 8:45 am
Posts: 3330
Location: Simi Valley, CA
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
:?:

_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 2:01 am 
Offline

Joined: June 19th, 2009, 2:40 pm
Posts: 3
Both of those fixed it, thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 22nd, 2009, 7:48 pm 
your from the furniture?


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, coinman, oldbrother and 60 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group