sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

Adding a basic Fullscreen mode (F11 to toggle) #79

Closed bobindah closed 1 year ago

bobindah commented 1 year ago

Adding a (very basic) full screen mode toggle using the F11 key. Removes borders and maximizes the window, pressing it again revert window back to what it was.

robinrodricks commented 1 year ago

AWESOME, THANKS!