microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.99k stars 29.19k forks source link

Mouse Wheel Scroll Sensitivity FOR WORKBENCH #123305

Closed nitin2953 closed 2 months ago

nitin2953 commented 3 years ago

There are many duplicates of this issue #37727, #7640, etc But I'm still posting this as it become a BUG for me & others

I don't know whats wrong with my touchpad:not(mouseWheel), but it scrolls tooFast, not only in VSCode but all electron based apps After setting ↓ below ↓ settings to 0.04, scrolling in editor & terminal with touchpad is SO GOOD

So Just like editor.mouseWheelScrollSensitivity & terminal.integrated.mouseWheelScrollSensitivity A setting for WORKBENCH would be a life saver for me & others

🙏 PLEASE 🙏

sbatten commented 3 years ago

a workbench level setting would need to apply to all scrollbars and thus I believe this fits as an option to the general scrollbar used in VS Code thus leaving to @alexdima for decision

nitin2953 commented 2 months ago

The problem is with Elan touchpad drivers on windows, here is registry setting to fix this issue everywhere

  1. Open Registry Editor (regedit.exe)
  2. Go to Computer\HKEY_CURRENT_USER\Software\Elantech\SmartPad
  3. Change ScrollControl_Mode from 0 to 1