How to set up advanced trigger for only swipe from the very edge of the magic mouse?

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"

you are right, there was a bug that caused it to use the trackpad coordinates in the mouse condition evaluation. Should be fixed in 4.644 (alpha), I don't have my Magic Mouse with me to verify though.