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 

Mapping mouse button

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



Joined: 26 Jun 2007
Posts: 52

PostPosted: Sat Mar 15, 2008 5:50 pm    Post subject: Mapping mouse button Reply with quote

Code:
$LButton::
    send, {LButton}
    Myfunction()
return


That works ok but when I press left mouse button and hold it, it don't let me to select text... Could it be somehow fixed?
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 3113
Location: MN, USA

PostPosted: Sat Mar 15, 2008 9:54 pm    Post subject: Reply with quote

Code:
~LButton::Myfunction()
Back to top
View user's profile Send private message Visit poster's website
TestPilot



Joined: 26 Jun 2007
Posts: 52

PostPosted: Sat Mar 15, 2008 11:45 pm    Post subject: Reply with quote

Yeah - that works awesome!
Thank you!
Back to top
View user's profile Send private message
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