I am using Lectora to create a software simulation for training. During the software's login process the user must hit f11. I have set up an onkey event that goes to the "loginsuccess" page when the user hits f11 but in the browser f11 is the hotkey for fullscreen.
I need to somehow override the browser's hotkey logic. It appears this can be done in javascript, but I'm unsure how to complete the code.