| View previous topic :: View next topic |
| Author |
Message |
Billznik Guest
|
Posted: Wed Oct 08, 2008 7:42 pm Post subject: How to exclude firefox from mouse gestures script |
|
|
| I would like to use one of the mouse gestures ahk scripts but exclude firefox since I'm already using an add-on which does this for me. What code would I add to exclude firefox or other programs? Thanks! |
|
| Back to top |
|
 |
Sivvy
Joined: 21 Jul 2008 Posts: 726 Location: Calgary, AB, Canada
|
Posted: Wed Oct 08, 2008 7:54 pm Post subject: |
|
|
| "#IfWinActive" |
|
| Back to top |
|
 |
Billznik Guest
|
Posted: Wed Oct 08, 2008 8:18 pm Post subject: |
|
|
Sorry, I posted a new topic instead of a response.
Thanks, but I'm a beginner, could you give me the whole code as an example? Would I need to use '#IfWinActive' then specify firefox, and then some kind of exclude function? Or must specify each program that I want to use it with? |
|
| Back to top |
|
 |
Sivvy
Joined: 21 Jul 2008 Posts: 726 Location: Calgary, AB, Canada
|
Posted: Wed Oct 08, 2008 8:27 pm Post subject: |
|
|
The Help File has many useful examples, and it's pretty easy to read.
#IfWinActive lets you make context-sensitive hotkeys.
-----^
-----||
Click Link. |
|
| Back to top |
|
 |
hardcider09
Joined: 26 Mar 2009 Posts: 15
|
Posted: Thu Dec 17, 2009 12:36 pm Post subject: |
|
|
I too want to exclude Firefox from deguix's mouse gestures script for the exact same reason.
I'm familiar with the #IfWinActive command but I believe deguix's gestures script does not use hotkeys, so there is no place I know of where a #IfWinActive command stops it.
Am I mistaken or do you any other suggestions? |
|
| Back to top |
|
 |
|