SPattison Posted June 7, 2021 Posted June 7, 2021 I'm an advisory teacher working with children with Physical Disabilities. I have a young person with tics. This means that when they are using a mouse they will get it to where they want and then will tic and the cursor will move off the screen. These tend to be very fast. I know I can slow down the speed of movement but this is frustrating for the rest of the time when they are ok. Is there a way to set it so any movement above a certain speed is ignored as an input. Bit of an obscure one I know!!
DalekSec Posted June 7, 2021 Posted June 7, 2021 My first thought (depending on the nature of the tic) is will something like a roller ball mouse work better? 1
Jawloms Posted June 7, 2021 Posted June 7, 2021 Would they work any better with a touchpad like on a laptop? You can buy USB ones....... 1
SPattison Posted June 7, 2021 Author Posted June 7, 2021 That's certainly something I am thinking. Perhaps fastened down. Thanks for the idea
SPattison Posted June 7, 2021 Author Posted June 7, 2021 Certainly worth a try. Switching to using a keyboard with a guard so would have to be separate but might provide a better solution than something held. Thanks
chazzy2501 Posted June 7, 2021 Posted June 7, 2021 is the tick on both hands? it only takes a while to get used to using a mouse with the other hand. (unlike handwriting) I can use a mouse with both now (can't write with both) I can't game lefty it but everyday navigation is no trouble. also (as above) keyboard shortcuts with the use of the "alt" key (which highlights menu options) can compliment mouse navigation.
SPattison Posted June 7, 2021 Author Posted June 7, 2021 is the tick on both hands? it only takes a while to get used to using a mouse with the other hand. (unlike handwriting) I can use a mouse with both now (can't write with both) I can't game lefty it but everyday navigation is no trouble. also (as above) keyboard shortcuts with the use of the "alt" key (which highlights menu options) can compliment mouse navigation. Unfortunately for the poor kid it varies between the two sides. Don't think I could get my head round gaming lefty after all these years!
Scifigirl Posted June 7, 2021 Posted June 7, 2021 special school here have you tried changing the method of input? using an eye mouse or switch box works too sticky keys also works wonders-- you have to lengthen the deliberate press rather than the accidental and that might work better.
andy_b Posted June 7, 2021 Posted June 7, 2021 Could use an Autohotkey script to block mouse input unless shift is held down? #SingleInstance force #InstallMouseHook BlockInput, MouseMove ~Shift:: while GetKeyState("Shift", "P") { BlockInput, MouseMoveOff } BlockInput, MouseMove return Escape:: ExitApp Return
LeMarchand Posted June 7, 2021 Posted June 7, 2021 Dependent on usage scenario and frequency/"power" of the tics, would a touch screen be a suitable alternative?
Rob_D Posted June 7, 2021 Posted June 7, 2021 What about using https://mouseacceleration.com/ to set up a custom acceleration curve that drops the sensitivity at higher speeds?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now