bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
764 stars 63 forks source link

hide the pointer for a short time after writing #18

Closed mrwth closed 3 years ago

mrwth commented 4 years ago

When I'm writing, the red pointer shows up immediately after the pen tip stops touching the screen, and so it shows up during writing (unless it's an uninterrupted line). It would be nice to have an option for showing the pointer only after some predefined short time since the last tip touch.

ldecicco commented 4 years ago

Just pushed a PR that implements this feature.

bordaigorl commented 3 years ago

@ldecicco is the show_pen_on_lift setting a good enough fix for this?

ldecicco commented 3 years ago

yes it is! thanks and sorry that I didn't provide my feedback sooner.