I’m making a javascript game and need to bind a lot of keys to different functions. This I know how to do, what I need some help on is over-riding the shortcut keys for the browser. in other-words I want to blur hot keys for the browser and divert them to my application.
Share
I believe that if you stop the propogation of the event, then you will prevent the browser from catching the event.
an example of this: