#Rawabi, Redirect page when a key pressed

Hi Dear, if you mean that you want to redirect to the home page for example when someone clicks on the home button, just import wixLocation from ‘wix-location’; to the page that contains the button
and through the developers tool fire the on click event and inside that event write that code:
wixLocation.to(“your location”);
Regards,
#Rawabi