Page 1 of 1
Disable zoom with mouse ?
Posted: Wed Jul 03, 2024 6:30 pm
by thefunkyjoint
Is there any way to disable the browser's automatic zoom with mouse scrollbar + CTRL ?
Often i do this by mistake...
Re: Disable zoom with mouse ?
Posted: Thu Jul 04, 2024 8:01 am
by salvadordf
The CEF project maintainer recommends using JavaScript :
https://magpcss.org/ceforum/viewtopic.php?f=6&t=19768&p=55178
https://stackoverflow.com/questions/56465207/how-can-i-prevent-full-page-zoom-on-mousewheel-event-in-javascript
Re: Disable zoom with mouse ?
Posted: Thu Jul 04, 2024 6:37 pm
by thefunkyjoint
Thanks for the info. Not a good solution as it requires you to inject code on the page everytime it loads, but it's an alternative anyway.
Re: Disable zoom with mouse ?
Posted: Sun Jul 07, 2024 8:16 am
by dilfich
And why not try this if you press CTRL to disable the mouse?
Code: Select all
Chromium1KeyEvent
if osEvent.wParam = 17 then ...
Chromium1RenderCompMsg
aHandled:= True;