docElm.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
check this link
Content with link:
Full Screen with Key
For security reasons, most keyboard inputs are locked in full screen mode. However, in Google Chrome, you can request keyboard support by calling a method with a flag:
docElm.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
This does not work in Safari, and the method will not be called.
Firefox , , . , , requestFullscreenWithKeys, , , .