noseratio / WebView2WinFormsSysHotKeys

Trying out WebView2 with Windows Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying out WebView2 with a .NET 6 Windows Forms app

To run:

Problems

  • Alt+Space doesn't work when the focus is inside WebView2 (although Alt+F4 does).
  • App-specific WinForms accelerators (e.g., Alt+X) don't work when the focus is inside WebView2.
  • Pressing and releasing Alt inside WebView2 activates WinForms menu, but focus remains inside WebView2:

Linked BlazorWebView issue:

About

Trying out WebView2 with Windows Forms

License:MIT License


Languages

Language:C# 93.4%Language:HTML 6.6%