Skip to main content

We have enabled the ability for users to press certain keys to open up certain elements/modals on our website.

Are we able to track if a user a pressed these keyboard shortcuts on browser? 

You can accomplish this via code. In the JavaScript handlers for the key events, add your tracking method call.


Reply