M
M
Maxim2018-08-31 23:29:02
Keyboard
Maxim, 2018-08-31 23:29:02

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

2 answer(s)
J
John Smith, 2018-09-01
@mavolkov

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

Works throughout the system. They say it really helps. Haven't tried it myself.
However, I met complaints that it does not work with touchpads.
2. There is a plugin for Chrome
https://chrome.google.com/webstore/detail/no-mouse...
There are really complaints about it too.
3. In FF, they say there is a setting for this in about:config.
Zoom is working:
Zoom is disabled:
mousewheel.with_control.action;0

S
SagePtr, 2018-09-01
@SagePtr

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 question

Ask a Question

731 491 924 answers to any question