Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
This is triggered by holding Alt and rolling the scrollwheel (or, on a touchpad, moving two fingers vertically). Since you mention sticky keys: If they are on, the Alt keypress and the scroll even...
Answer
#2: Post edited
This is triggered by Alt+Scrollwheel. To disable it,- - Using CLI:
- xfconf-query -s false -c xfwm4 -p /general/zoom_desktop
- - Using GUI:
- Find Settings Editor in your menu (if you can't, just run `xfce4-settings-editor`), select the `xfwm4` channel and uncheck the **zoom_desktop** value.
Attribution: [Ask Ubuntu: How can I disable Alt-Scroll zoom in XFCE4](https://askubuntu.com/questions/479465/how-can-i-disable-alt-scroll-zoom-in-xfce4-xubuntu).
- This is triggered by holding Alt and rolling the scrollwheel (or, on a touchpad, moving two fingers vertically).
- Since you mention sticky keys: If they are on, the Alt keypress and the scroll event would not even need to occur simultaneously to trigger magnification.
- To disable magnification,
- - Using CLI:
- xfconf-query -s false -c xfwm4 -p /general/zoom_desktop
- - Using GUI:
- Find Settings Editor in your menu (if you can't, just run `xfce4-settings-editor`), select the `xfwm4` channel and uncheck the **zoom_desktop** value.
- Attribution: [Ask Ubuntu: How can I disable Alt-Scroll zoom in XFCE4](https://askubuntu.com/questions/479465/how-can-i-disable-alt-scroll-zoom-in-xfce4-xubuntu).
- To disable sticky keys,
- - Using CLI:
- xfconf-query -s false -c accessibility -p /StickyKeys
- - Using GUI:
- - Accessibility > Keyboard > Use sticky keys; or
- - Find Settings Editor in your menu (if you can't, just run `xfce4-settings-editor`), select the `accessibility` channel and uncheck the **Sticky_Keys** value.
#1: Initial revision
This is triggered by Alt+Scrollwheel. To disable it, - Using CLI: xfconf-query -s false -c xfwm4 -p /general/zoom_desktop - Using GUI: Find Settings Editor in your menu (if you can't, just run `xfce4-settings-editor`), select the `xfwm4` channel and uncheck the **zoom_desktop** value. Attribution: [Ask Ubuntu: How can I disable Alt-Scroll zoom in XFCE4](https://askubuntu.com/questions/479465/how-can-i-disable-alt-scroll-zoom-in-xfce4-xubuntu).