ever since Electron 18.0.1 introduced this PR I am having trouble with pressing Escape in fullscreen. Trouble is that my Electron application is running in fullscreen and I want my app to handle Esc key. However ever since electron 18.0.1, when I press Esc, I am kicked out of fullscreen - I guess it's because Esc key is some "magical system key" that is handled by Electron itself.
Could you please help me, how to prevent Electron from exiting fullscreen when Esc is pressed?
Thanks