Hi,
I added to WinForm project EO library (latest version 20.0.53).
I added to my web view few shortcuts using below code.
When I have focus inside loaded page and press F5 then nothing is happen.
F5+CTRL is working.
I know that both commands were working in version from last year.
Quote:webView.Shortcuts = new EO.WebBrowser.Shortcut[]
{
new EO.WebBrowser.Shortcut(CommandIds.Reload, KeyCode.F5, false, false, false),
new EO.WebBrowser.Shortcut(CommandIds.ReloadNoCache, KeyCode.F5, true, false, false)
};
Please verify and fix this.
Thanks!