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 

hotkey interfere

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



Joined: 07 Jun 2007
Posts: 296

PostPosted: Sun Oct 07, 2007 4:20 pm    Post subject: hotkey interfere Reply with quote

hello

I have this script:

Code:
#IfWinActive ahk_class mIRC
Left::F2
Right::F3


but it interferes ctrl+Left/Right combinations as well

how do I stop this?

thanks
Back to top
View user's profile Send private message
Conquer



Joined: 27 Jun 2006
Posts: 383
Location: Canada

PostPosted: Sun Oct 07, 2007 5:25 pm    Post subject: Reply with quote

you could add modifiers? like shift?
_________________
Back to top
View user's profile Send private message
azure



Joined: 07 Jun 2007
Posts: 296

PostPosted: Mon Oct 08, 2007 6:31 am    Post subject: Reply with quote

can you explain more please what do you mean?
Back to top
View user's profile Send private message
azure



Joined: 07 Jun 2007
Posts: 296

PostPosted: Tue Oct 09, 2007 3:18 pm    Post subject: Reply with quote

Question Question Question Question Question Question
Back to top
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1213
Location: USA

PostPosted: Wed Oct 10, 2007 12:40 am    Post subject: Reply with quote

Conquer wrote:
you could add modifiers? like shift?

azure wrote:
can you explain more please what do you mean?

Code:
+Left:: ; Shift & Left
+Right:: ;
#Left:: ; Win & Left
#Right:: ;
...

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   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