Need an additional event listener for click activity

Hello folks,

I need an additional event listener for click activity. I already used
addEventListener(“click”…) and addEventListener(“dblclick”…). Could you please suggest any other click-on event for laptop users? I thought about right-clicking but was not sure how to disable the default right-click activity. Any help will be highly appreciated.

Thanks!

Trackpads produce click events, there’s no need to handle them separately. For overriding default behavior I recommend to read through the excellent MDN guides.