Question

I realize this is a program switcher key combo in most OSs. Is there a possibility of capturing such an event in the web page via JavaScript?

Was it helpful?

Solution

No, but why would you want to?

Are you looking to do some onfocus or onblur? Maybe those events are useful for you.

OTHER TIPS

Of course you can't capture this event, and of course you can't disable it. The browser doesn't own the computer, and you don't own the browser!

Why do you want to do this? Is this for an internal application, or one on the Internet, to be used by anyone?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top