Search code examples
javascriptfocuswindow-managers

Can I handle an ALT+TAB key press within my web page?


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?


Solution

  • No, but why would you want to?

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