Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

inverted scrolling (natural) in vscode

I have set touch-pad-scrolling to inverted (natural) on my laptop. It works everywhere (pdf, browser, etc) but in vscode, which insists on normal scrolling. Going through the settings file of vscode didn't reveal an appropriate entry.

System: Ubuntu 16.04 64

like image 259
D.F.F Avatar asked Apr 25 '16 08:04

D.F.F


1 Answers

You can try the trick in the settings:

"editor.mouseWheelScrollSensitivity": -1,

to flip the scroll direction.

like image 56
Victor S. Avatar answered Oct 31 '22 20:10

Victor S.