Rank: Newbie
Groups: Approved
Joined: 3/6/2020(UTC) Posts: 2
|
Hi Rob! Long time no talk. I'm still using your program and it's one of my must needs! Can you help me with my scrolling shortcuts? In programs that can go left and right when I press left and right, my actions work fine. But in say, Onenote, when I try scrolling left and right with the left and right buttons on the keyboard or my strokeplus actions, nothing happens. Do you have a better solution to scrolling left or right? Thanks!!
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Approved Joined: 4/23/2020(UTC) Posts: 161  Thanks: 46 times Was thanked: 22 time(s) in 17 post(s)
|
Set the following codes into the scroll down scroll up gesture Script. I test it is OK in Chrome, but it doesn't work in the Explorer.
scroll right sp.MouseWheel(sp.GetCurrentMousePoint(), true, 120);
scroll left sp.MouseWheel(sp.GetCurrentMousePoint(), true, -120);
|
|
|
|
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.
Important Information:
The StrokesPlus.net Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close