Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Mouse.scrolled events for macbook touchpad #505

Closed
aspauldingcode opened this issue Feb 12, 2024 · 1 comment
Closed

Enable Mouse.scrolled events for macbook touchpad #505

aspauldingcode opened this issue Feb 12, 2024 · 1 comment
Labels
available on master bug Something isn't working

Comments

@aspauldingcode
Copy link

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

@FelixKratz
Copy link
Owner

Should be fixed by e9371f6

@FelixKratz FelixKratz added bug Something isn't working available on master labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
available on master bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants