I'm trying to set up triggers to switch between Chrome tabs with my mouse scroll wheel. Currently, I have:
Cmd + Scroll Up → Ctrl + Shift + Tab (Previous Tab)
Cmd + Scroll Down → Ctrl + Tab (Next Tab)
This works, but it only moves one tab at a time no matter how "far" I scroll. The action only executes once at the start of each scroll up/down. Is there a way to trigger the actions by scroll tick/step/distance? (e.g. if I scroll 3 ticks, it should execute the action 3 times, and move 3 tabs down)
I already set Scroll Repeat Delay to 0 and tried Repeat Assigned Action, but it doesn't work like I decribed above. I want to move between more tabs the "farther" I scroll.