Robin Thomas
Robin Thomas
> but you didn't have to hold a button Then how do I distinguish the gesture from other gestures if you can move your mouse in any direction?
I have to admit that I prefer the other approach, because it allows more flexibility. Although it has its own drawback, because it requires an extra key press.
As @marklieberman already wrote [here](https://github.com/marklieberman/foxygestures/issues/351) this is probably a bug in the Firefox download API. Corresponding bugzilla ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1707469
Hi, do you want something like the "Open Custom URL In New Tab" command, but instead of opening a specific URL in a new tab it should open it in...
All right. This is currently not possible, but I'll try to add this soon.
Implemented in release [3.2.6](https://github.com/Robbendebiene/Gesturefy/releases/tag/v3.2.6)
It could be possible via script injection using: `window.history.go(-window.history.length + 1)` I'll look into it.
Turns out, that this is currently not possible. The following code enables me to go to the last page from the first page and vice versa. ``` window.history.go(1 - window.history.length);...
No, but as far as I know they are working on a new session API which may have the capability to solve this issue.
I don't know how this should work. Even if you inject the code one by one in every single history page it's very hard to detect when the last page...