Skip to content

Commit

Permalink
Merge 3b8088a into 4638f8a
Browse files Browse the repository at this point in the history
  • Loading branch information
eklavyamirani authored Jun 19, 2019
2 parents 4638f8a + 3b8088a commit 9d897db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp.WinForms/ChromiumWebBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ protected override bool IsInputKey(Keys keyData)
{
return true;
}
case Keys.Shift | Keys.Tab:
case Keys.Shift | Keys.Right:
case Keys.Shift | Keys.Left:
case Keys.Shift | Keys.Up:
Expand Down

0 comments on commit 9d897db

Please sign in to comment.