If are you in Google Chrome, Firefox or a software that have the zoom functionality, when you press CTRL + SCROLL UP/DOWN` or TOUCHPAD SCROLL the page increase/decrease the zoom how to disable it?
Asked
Active
Viewed 2,182 times
2 Answers
1
In your ~/.config/openbox/lubuntu-rc.xml or rc.xml at:
<mouse>
....
<context name="Frame">
.......
set this:
<!-- prevent that the browsers do zoom in/out when navigating with ctrl + scroll up/down --> <mousebind button="C-Up" action="Click" > <action name="Focus"/> </mousebind> <mousebind button="C-Down" action="Click" > <action name="Focus"/> </mousebind>Type
openbox --reconfigurein terminal to check the changes, if the changes has broken it will validate.
It's all.
deFreitas
- 258
0
Use block-scroll-mod-x11. That will disable zooming only, if you press a modifier key after scrolling has started.
jarno
- 6,175