AutoHotkey Community

It is currently May 27th, 2012, 12:42 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Smart Casting
PostPosted: December 2nd, 2011, 6:30 pm 
Hello all, I just thought I'd want to tell you guys about something I've discovered in League of Legends that might make some of this discussion unnecessary.

It's something I believe is called Smart Casting. Essentially it removes the need to left click after pressing a key to activate an ability. It's configured in the key mapping as
    Shift + [key]
I personally don't use it, so I'm not sure if it's called Smart Casting in game, that's just what my friends call it. However, to configure it all you would need to do is change the key mapping from
    Shift + [key]
to
    [key]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2012, 9:46 pm 
For the message thing I don't like the number pad. I prefer


Code:
^5::
{
Send {enter}
Sleep 50
Send There is no need for tal
Sleep 50
Send k like that, let'
Sleep 50
Send s keep it civil please.
Sleep 50
Send {enter}
}
return


That way you don't have to move all the way over to the keypad. Just my 2 cents.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 13th, 2012, 1:14 am 
Sorry to dredge this thread up. I've been trying really hard to make a macro that has my left mouse button input as A. I've tried the obvious things and it even worked for a while as

Code:
#NoEnv
#InstallKeybdHook
SetKeyDelay, 30, 30 ; default for sending commands

$Lbutton::
   IfWinNotActive, League of
 

   SetKeyDelay, 30, 30 ;
   Send, a
$z::Lbutton


But now it won't work. I have no idea what changed, but I have tried increasing the keydelay and basically everything I can find. Does anyone know how to make an Lbutton rebinding work?[/code]


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad, jrav and 23 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