Add IKeyboardInputSite.TranslateAccelerator (or like) for proper WebView2 intergration
Open
Feature Request
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
The existing `IKeyboardInputSink.TranslateAccelerator` serves the purpose for when a container offers its child control a chance to handle a keystroke.
Sometimes, we need to do this in the opposite direction. I.e., a control asking its container if it's interested to handle a specific keystroke. To give it some practical context, please check this `WebView2` issue: https://github.com/MicrosoftEdge/WebView2Feedback/issues/468.
Contributor guide
Assessment
This issue has not been assessed yet.