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

Notification

Icon
Error

Options
Go to last post Go to first unread
Roland  
#1 Posted : Wednesday, July 8, 2020 1:27:22 PM(UTC)
Roland

Rank: Member

Reputation:

Groups: Translators, Approved
Joined: 11/7/2018(UTC)
Posts: 18
Germany

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
On the side buttons of my mouse (X1 and X2, 3Dconnexion CADMouse) I execute a script to jump between desktops:
It is the "CTRL-WIN-left/right" key combination

if(click.Down) {
sp.SendModifiedVKeys([vk.LCONTROL,vk.LWIN], [vk.RIGHT]);
}

(I could also use "Actions-Hotkeys" but the problem is the same)

PROBLEM:
For some reason there is *sometimes* something like a bounce: instead of one desktop is scrolls TWO desktops.
First I thought its just the Mouse button and I included a "pause" command:

sp.Pause(1);

Now I see that it pauses for 1 second and *then* scrolls one more desktop.
Maybe that cheap side button is bouncing and S+ remembers it all.

Is there a way clear all clicks within ~0.5 seconds?

-----------Edit----------
This *sometimes* annoys me.
I've removed the "pause" commands and now I can't reproduce the problem.
It keeps coming back every day.
I'll have an eye on it.

Edited by user Wednesday, July 8, 2020 1:32:12 PM(UTC)  | Reason: Not specified

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.