Binding keys with javascript while preventing the browser shortcut keys

Posted by RobertWHurst on Stack Overflow See other posts from Stack Overflow or by RobertWHurst
Published on 2010-04-27T05:32:41Z Indexed on 2010/04/27 5:33 UTC
Read the original article Hit count: 624

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.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about game-development