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 

Ctrl + Xbuuton 2 dosen't work

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
W()RmS



Joined: 21 Sep 2009
Posts: 9

PostPosted: Mon Sep 21, 2009 1:52 pm    Post subject: Ctrl + Xbuuton 2 dosen't work Reply with quote

Xbutton2 works but if i hold ctrl or Shift and press Xbutton2 then it dosen't work why?
Back to top
View user's profile Send private message
HotKeyIt



Joined: 18 Jun 2008
Posts: 4652
Location: AHK Forum

PostPosted: Mon Sep 21, 2009 2:18 pm    Post subject: Reply with quote

What have you tried Question
Code:
^Xbutton2::MsgBox Ctrl
+Xbutton2::MsgBox Shift

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun Wink
Back to top
View user's profile Send private message
W()RmS



Joined: 21 Sep 2009
Posts: 9

PostPosted: Mon Sep 21, 2009 2:33 pm    Post subject: Reply with quote

just this here (i'm a noobie at AHK scripts)
Code:
XButton2::
{
MouseMove, 600, 0, 0, R
sleep 40
MouseMove, 219, 0, 0, R
}

all i does it just a 180 degrees spin but i if i hold Ctrl or Shift while pressing then it dosen't work
Back to top
View user's profile Send private message
[VxE]



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

PostPosted: Mon Sep 21, 2009 5:39 pm    Post subject: Reply with quote

Code:
*XButton2::
{
MouseMove, 600, 0, 0, R
sleep 40
MouseMove, 219, 0, 0, R
}
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
W()RmS



Joined: 21 Sep 2009
Posts: 9

PostPosted: Mon Sep 21, 2009 7:42 pm    Post subject: Reply with quote

thanks that worked Very Happy
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