StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
soooulp  
#1 Posted : Friday, March 12, 2021 12:15:26 PM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
The gesture can be executed when the context menu shows up on the browser.

In Goble Actions-Settings, and choose the customize script, put code into it.


Code:

var exeName = action.Window.Process.MainModule.ModuleName;

if (exeName == "chrome.exe" || exeName == "msedge.exe" || exeName == "iexplore.exe"){
    sp.SendAltDown();
    sp.SendAltUp();
}

Edited by user Wednesday, March 9, 2022 6:09:42 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.