How to Make ESC exits full-screen mode in Trusted Application?
Posted
by Jeaffrey Gilbert
on Stack Overflow
See other posts from Stack Overflow
or by Jeaffrey Gilbert
Published on 2010-06-10T06:28:07Z
Indexed on
2010/06/10
6:32 UTC
Read the original article
Hit count: 247
One consequence of the keyboard-restriction change is that pressing ESC will not exit full-screen mode in trusted applications. This enables you to use the ESC key for other functionality. However, you must provide your own user interface for exiting full-screen mode.
Reference: http://msdn.microsoft.com/en-us/library/ee721083(v=VS.95).aspx#fullscreen_support
I need to make pressing ESC will exit from full-screen mode in trusted application without provide a UI control in all pages.
Please give me hints, thank you.
© Stack Overflow or respective owner