My .xbindkeysrc file includes:
"amixer sset -q 'Master' 10%+"
control + shift + b:4
"amixer sset -q 'Master' 10%-"
control + shift + b:5
Which allows me to control sound volume with Ctrl + Shift + Mouse Wheel. This worked perfectly fine until a recent upgrade.
Currently this works, but it also passes Ctrl + Wheel to the underlying window - which usually results in zoom in/out (for example in the browser or in terminator).
How can I change the volume without zooming? :-)
I am using arch linux, and gnome with xorg.
- gnome 41.3
- X.Org X Server 21.1.3
Update: the same happens also when using sxhkd.
(2022-02, Updated versions, problem persists)