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

Notification

Icon
Error

Options
Go to last post Go to first unread
Rodney  
#1 Posted : Wednesday, August 31, 2022 10:19:50 PM(UTC)
Rodney

Rank: Newbie

Reputation:

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!!




soooulp  
#2 Posted : Thursday, September 1, 2022 5:01:01 AM(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)
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);
Users browsing this topic
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.