If I have an JS/HTML AIR application running in Fullscreen interactive mode, with always on top, is there a way to disable key combinations that will escape the program using any of the common keyboard commands such as listed below.
These include some of the following.
ALT+TAB
CTRL+F4
CTRL+ALT+DEL
WINDOWS KEY
WINDOWS KEY + M (Minimize all)
Commands such as ALT+TAB do not switch programs, but more bring up the start menu and keep it visible after holding ALT-TAB.
So. Is there a way to catch these combination commands using AIR before the OS catches them and performs its actions.