You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Sketchybar allows to subscribe to mouse.scrolled() events, which allows me to use scroll for volume_change.
However, it only works on my mouse. If I use my macbook air m1 touchpad, the two-finger scroll doesn't activate the mouse.scrolled() event in sketchybar, meaning I cannot use scroll to volume change on the go.
Solution:
allow two-finger scroll to activate mouse.scrolled() event
The text was updated successfully, but these errors were encountered:
Problem:
Sketchybar allows to subscribe to mouse.scrolled() events, which allows me to use scroll for volume_change.
However, it only works on my mouse. If I use my macbook air m1 touchpad, the two-finger scroll doesn't activate the mouse.scrolled() event in sketchybar, meaning I cannot use scroll to volume change on the go.
Solution:
allow two-finger scroll to activate mouse.scrolled() event
The text was updated successfully, but these errors were encountered: