You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page I was trying to wrap is listening for [Alt]+[←]/[→] key combinations.
My browser was intercepting those to traverse history, which is why I decided to wrap.
Yet the page in the wrapped executable doesn't seem to receive these key combinations either.
Thus I strongly suspect that Electron is intercepting them.
Would like to be able to specify whether I want all key combinations to be passed to the page instead.
The text was updated successfully, but these errors were encountered:
The page I was trying to wrap is listening for
[Alt]+[←]/[→]
key combinations.My browser was intercepting those to traverse history, which is why I decided to wrap.
Yet the page in the wrapped executable doesn't seem to receive these key combinations either.
Thus I strongly suspect that Electron is intercepting them.
Would like to be able to specify whether I want all key combinations to be passed to the page instead.
The text was updated successfully, but these errors were encountered: