Mouse Support Test Page

🖱️ Configured Mouse Actions

Element 1 - All Actions:

Element 2 - Using rclick alias:

Note: rclick is an alias for right_click and works identically.

Tip: Try different click combinations! Right-click menu will be blocked on test elements.

Click Behavior: The click action is detected GLOBALLY (anywhere on the page). Try clicking outside the test elements - the click action will still trigger! The is_inside parameter tells you if the click was inside or outside the element (perfect for "close popup if clicked outside" logic).
Right-Click Behavior: The right_click action is detected ONLY when clicking ON the element. Try right-clicking outside the test elements - the browser's context menu will appear normally.
Mac Users: Use Cmd (⌘) instead of Ctrl. The library handles cross-platform compatibility automatically.

Test Element 1 (All Actions)

Try different mouse actions here!
Click, Right-click, Ctrl+Click, Shift+Click, sequences...

Test Element 2 (Using rclick alias)

This element uses "rclick" alias for right-click
Also has a "click rclick" sequence

Test Input (normal clicking should work here)

🎯 Click Outside Test Area

Click anywhere in this gray area (outside the test elements above) to see that click is detected globally!

This is just empty space - but clicking here will still trigger the registered click actions!

Event Log