I am working on javascript and php, I want to disable the win+d key functionality and minimize button from browser(IE). I am using full-screen mode in java-script.Please help me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t disable an operating system functionality from your scripts. Software running on Windows can disable it, though, through low level keyboard hooks. But there isn’t any way to do so, and never will be, from a website.
You want some sort of “kiosk” software to run your webpage in. Those are meant for this purpose, to allow users to view a website but not mess with the rest of the system.