Fix AltGr handling for OSR keyboard events (fixes issue #2892)

This commit is contained in:
Mike Wiedenbauer
2020-04-08 15:43:39 +00:00
committed by Marshall Greenblatt
parent f5c79bf50c
commit 30d83cb94a
5 changed files with 34 additions and 0 deletions

View File

@@ -1780,6 +1780,7 @@ typedef enum {
EVENTFLAG_IS_KEY_PAD = 1 << 9,
EVENTFLAG_IS_LEFT = 1 << 10,
EVENTFLAG_IS_RIGHT = 1 << 11,
EVENTFLAG_ALTGR_DOWN = 1 << 12,
} cef_event_flags_t;
///