Hey guys, I tried to assign open notification center function to swipe left with one finger on magic mouse. But I only want to trigger it when I perform the action from the very edge of the magic mouse instead of the whole area. I tried to use the advanced trigger, but somehow the condition is always false, and I have no idea what went wrong. Could anyone help me please? Many thanks!
Here's the setup:
fingers_touching_magic_mouse == 1 AND rightmost_mouse_touch_x_percent > 80 AND rightmost_mouse_touch_y_percent > 70
And here the data:
--
Magic Mouse:
fingers_touching_magic_mouse: 1
leftmost_mouse_touch_x 93.08%
leftmost_mouse_touch_y: 72.75%
rightmost_mouse_touch_x 93.08%
rightmost_mouse_touch_y: 72.7
The result says that it's "Currently false"