character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
623 stars 53 forks source link

Full screen toggle button's icon doesn't change when using keyboard shortcut #231

Closed JaiganeshKumaran closed 1 year ago

JaiganeshKumaran commented 1 year ago

When using the F11 (app provided) or Windows+Shift+Enter (system provided) keyboard shortcut to toggle full screen, the button's icon and tooltip don't change. The app should be listening to SizeChanged event to determine if the window is in full screen mode or not.

JaiganeshKumaran commented 1 year ago

Okay the tooltip is static (just says enter or exit full screen) but the icon is based on the mode.

JohnnyWestlake commented 1 year ago

Should be irrelevant for the upcoming build as the button has been removed / replaced with a menu button instead.