Search code examples
google-chromefullscreenkiosk-mode

F11 in kiosk mode in google chrome?


is F11 key disabled in -kiosk mode in Google chrome? I am developing a web application, not chrome extension but my target browser is only Google Chrome. After developing 90% of the app, just now I got stuck in this issue, i.e. if I run Chrome in -kiosk mode, I get nothing for F11 keydown!!!!

I read the same observation here as well.

Anyone?


Solution

  • I am answering the question myself, because perhaps the stage is not clear; I'm talking about running chrome in kiosk mode, not normal mode. Anyway keydown event is absorbed by chrome, however keyup can still be captured in this situation. I hope that this helps someone if they encounter the same challenge.