Answer the question
In order to leave comments, you need to log in
Is it possible to disable zooming when holding ctrl and spinning the mouse wheel in browsers on windows or on the entire system as a whole?
I constantly get on unnecessary zoom in / zoom out of the page in the browser when holding ctrl and scrolling on the trackpad. Is there a way to disable this?
Answer the question
In order to leave comments, you need to log in
1. It is possible through AHK , for more details follow the link
https://devblog.dymel.pl/2016/03/18/stop-ctrl-scro...
script
#MaxHotkeysPerInterval 500
^WheelDown::return
^WheelUp::return
mousewheel.with_control.action;0
Even in the settings of the touchpad driver, there may be something like "smooth scrolling", which may not work quite correctly and, after real scrolling, emulate a smooth speed fade (which can cause false positives of hotkeys based on mouse wheel events). In that case, turn it off to hell.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question