Open
Description
Synopsis
With pull request #245882, the middle mouse button scrolling feature has been added to VS Code.
The middle mouse button scrolling feature has been implemented like this:
- clicking the middle button enables scrolling on mouse move
- clicking the middle button again ends scrolling.
This two stage process is called "scroll lock" (or "click lock" on Windows).
Desired Situation
Scroll lock is particularly annoying for impaired or left-handed people who accidentally hit the middle mouse button frequently instead of the left mouse button.
Proposal
Please add a Boolean setting to VS Code to optionally disable scroll lock, i.e., with this option set to false
, scrolling should only occur while the middle mouse button is held down and end when the middle mouse button is released.
Metadata
Metadata
Assignees
Labels
No labels