Describe the bug
Trying to input any Right Alt / AltGr combined characters won't be sent to the browser
To reproduce
Expected behaviour
In the browser input field, you're expecting this string
"|@#~€¬7890"
Screenshots
Tried to input character AltGr-2 (@) 3 times before opening console.

but, as seen by the log, it's not typing the character.
Version
Additional context
Discord conversation
Seems to be a bug with CEF OSR.
cefclient.exe
Works fine

cefclient.exe --off-screen-rendering-enabled
Doesn't work at all!

Going to fill a bug report @ CEF anyway
A bug report has been already filled about this.
Confirmed this is a regression, since this version works just fine
79.3945 binary
PLEASE, vote here so the issue is resolved ASAP.
https://bitbucket.org/chromiumembedded/cef/issues/2892/osr-generated-characters-from-keyboard
Thank you so much for debugging this and tracking it down!
This is resolved using version 81.2.15+ge07275d+chromium-81.0.4044.92 and a little adjustment to CWebCore. Commit & PR soon.
Thanks to Mike Wiedenbauer who contributed to CEF to fix this issue!

Fixed
Most helpful comment
Fixed