You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few gestures, that are defined only for the trackpad and some that are defined only for the mouse. thing is certain gestures interfere with existing system gestures in certain apps. what I would like to do is, exclude certain apps for specific gestures, instead of defining the same gestures for every other app except the one where I have issues.
as an example take firefox. with a 2 finger swipe to the left or right you can go back and forth. I have this exact gesture defined via gesture sign to be able to use it globally, but i don't want to have it in FF. I do want to use my other gestures in FF though
The text was updated successfully, but these errors were encountered:
secondly what you need to do is lets say you want to exclude firefox from a certain action so you create a new application called firefox and add the same gesture again and just set it to do a useless function. that will overide the global function that it does for other programs!
I have a few gestures, that are defined only for the trackpad and some that are defined only for the mouse. thing is certain gestures interfere with existing system gestures in certain apps. what I would like to do is, exclude certain apps for specific gestures, instead of defining the same gestures for every other app except the one where I have issues.
as an example take firefox. with a 2 finger swipe to the left or right you can go back and forth. I have this exact gesture defined via gesture sign to be able to use it globally, but i don't want to have it in FF. I do want to use my other gestures in FF though
The text was updated successfully, but these errors were encountered: