cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.82k stars 2.92k forks source link

WinForms - Hot keys are being swallowed, for example: System.Windows.Forms.Keys.LaunchApplication2 #3025

Open kiewic opened 4 years ago

kiewic commented 4 years ago
amaitland commented 4 years ago

2. Press the Calculator, Browser Home or Launch Mail keys. Not every keyboard has hot keys, but the Natural Ergonomic Keyboard 4000 is an example of a keyboard that has these keys.

I don't own a keyboard with hot keys. You are are absolutely welcome to submit a PR.

Does the problem reproduce if you set multiThreadedMessageLoop to false? https://github.com/cefsharp/CefSharp/blob/cefsharp/79/CefSharp.WinForms.Example/Program.cs#L63

kiewic commented 4 years ago

That's a good point I forgot to mention. The issue does not reproduce with multiThreadedMessageLoop set to false.

Any clue where the issue could be?