Disable Browser Shortcut Keys
I am trying to create, essentially, a 'kiosk' I have an web application that I want to be the only thing accessible on screen. I know chrome has a 'kiosk' mode (shortcut: chrome.e
Solution 1:
You can disable any keys you want via javascript. You just need to know the key code for them.
Post a Comment for "Disable Browser Shortcut Keys"