Hacker News new | ask | show | jobs
by codysoyland 5158 days ago
I'm surprised nobody seems to be addressing how easy it would be to accidentally move the cursor while using the keyboard.

Neat idea, but I don't see it happening.

1 comments

In my own implementation I've added a movement threshold, so it only starts moving the cursor after you've moved your finger a certain number of pixels (currently 44) from the point at which you originally put it down. I've found this avoids problems of accidental cursor movement.
Great idea!