Every time I switch into Full Screen (F11) in chrome it says "You've gone full screen. Exit Full Screen (F11)".
Can I disable this from showing up? I know how to exit full screen.
Answer
I'm pretty sure that it's impossible to suppress this message because this could be a potential security problem (you could fake a desktop and intercept the input of the user).
You could search the chromium source for a flag or something to disable the message. I looked into a few files with the string "Exit Full Screen" but due to my limited experience in C/C++ I gave up after two minutes.
No comments:
Post a Comment