Enum CoreWebView2KeyEventKind
Specifies the key event kind that raises an AcceleratorKeyPressed event.
public enum CoreWebView2KeyEventKind
  Fields
KeyDown = 0Specifies that the key event kind corresponds to window message
WM_KEYDOWN.KeyUp = 1Specifies that the key event kind corresponds to window message
WM_KEYUP.SystemKeyDown = 2Specifies that the key event kind corresponds to window message
WM_SYSKEYDOWN.SystemKeyUp = 3Specifies that the key event kind corresponds to window message
WM_SYSKEYUP.