You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing, this ninja cursor will flash a small rectangle for every single key typed. It would be great if this cursor didn't do that.
A good way of implementing this might be to disable the cursor animation when movement is caused by the generation of characters on a page. Or to only generate the animation when the horizontal movement of the cursor is greater than one character.
The small rectangle flashing over and over on the screen is headache inducing, so allowing for it to not appear when simply typing would make this plugin more accessible and comfortable to use
The text was updated successfully, but these errors were encountered:
ferife
changed the title
[Feature request] Allow option to not generate visual when simply typing
[Feature request] Allow option to not generate cursor animation when simply typing
Oct 23, 2023
Thank you for opening this issue! May I ask a bit more?
What scene does it flash? Compositing some text in some language?
I think that your idea seems a very smart solution and I hope to implement it so, however, I am concerned that your operation could detected as caret moving.
I don't know how to explain it, so here's a video of it happening as I repeatedly type and delete a space. As you can see, there's a rectangle flashing to the right of my cursor every time I do anything. I'm hoping this stops.
When typing, this ninja cursor will flash a small rectangle for every single key typed. It would be great if this cursor didn't do that.
A good way of implementing this might be to disable the cursor animation when movement is caused by the generation of characters on a page. Or to only generate the animation when the horizontal movement of the cursor is greater than one character.
The small rectangle flashing over and over on the screen is headache inducing, so allowing for it to not appear when simply typing would make this plugin more accessible and comfortable to use
The text was updated successfully, but these errors were encountered: