-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Open
Labels
editor-coreEditor basic functionalityEditor basic functionalityunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach
Milestone
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.
lonix1, dimateos and Evergrinding
Metadata
Metadata
Assignees
Labels
editor-coreEditor basic functionalityEditor basic functionalityunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach