qorf / quorum-studio

This is the primary repository for the Quorum Studio programming environment.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Optikey: Speed Scrolling #19

Open SamHodges opened 2 years ago

SamHodges commented 2 years ago

The "look to scroll" option under the Mouse menu doesn't always scroll. The scroll input is registered to whatever section of QS the mouse/eye location is at, instead of where the center circle is. This means that if a user tries to scroll faster on QS, they might leave the text window and stop scrolling entirely.

Possible solutions: the scrolling continues at the same pace, and so since humans can't immediately start scrolling at those speeds, we might be able to make it so that if a panel of QS starts receiving high scroll input (>2 or 3), then it registers the scroll to where it was previously occurring.