I implemented a fullscreen toggling feature for my application and it is actually working fine, tested on newest Chrome, Firefox, IE and Opera. I have one method for activating
Use shortcut.js for manipulation the pressed key. It's good.
Exemple code :
shortcut.add("F11",function() { alert("F11 PRESS"); });
Or
JSFiddle Exemple