I want to use the horizontal mouse wheel of my Logitech MX 4 Master to scroll through the weeks in the Outlook Calendar.
Since a trackpad two finger swipe left/right is doing exactly that I thought the "Scroll Modifier: Smooth Scrolling (like trackpad)" would do the job. Unfortunately it's not working in the Outlook Calendar.
Second I tried to set the shortcuts for next/previous week to the horizontal mouse wheel, but then it behaves really nervous - a slight move of the mouse wheel changes multiple weeks. This potential solution also does not show the nice animation, when you switch between weeks (that you have with the two finger swipe left/right).
Does anyone have an idea on how to setup this UseCase?
I'll need to do some experiments, unfortunately this whole "trackpad" swiping is very undocumented which is why BTT uses various tricks to achieve it. It works great in apple calendar now, but I can confirm it does not yet work in Outlook.
for some reason the debounce action does no longer work to prevent this usecase from switching multiple weeks in outlook with just a little movement of the mouse-wheel.
For test purpose I've set it to 5s, but I still can move multiple weeks within less than a second.
Hi Andreas,
any idea why the debounce action in the trigger below is not working? For testing purpose I've set it to 5s, but I can trigger multiple events within seconds (see also video).
Well, that's how you proposed it in your previous post.
Nevermind, I've already tried to put it in front and of course if it works, but always gives me one more trigger than i want. Because I stop scrolling when I am in the right week and then it triggers one more time after the debounce action is run through.