Ian Flanigan 397e7ecc11 Allow Shift-F2 to maximize the Apple screen in the window
Normally, F2 causes the browser to go full-screen, showing only the
Apple screen. However, in Chrome, the user can exit full-screen mode
by pressing ESC. Since ESC is used frequently on the Apple //e, this
limits the utility of full-screen mode.

To work around this problem, this change adds Shift-F2, which will
make the Apple fill the window without going full-screen. This allows
the user to go make the window full-screen in some other way, thus
enabling the use of the ESC key.

Note that the method used is almost entirely implemented in CSS, with
just a few lines of code to change the classes on some elements. This
may not be the best long-term way of implementing this feature.
2019-01-04 00:51:57 +01:00
..
2016-11-21 21:26:40 -08:00
2017-08-20 10:46:10 -07:00
2017-09-22 21:42:57 -07:00
2013-10-10 11:03:07 -07:00
2016-11-21 21:26:40 -08:00
2017-12-20 11:41:29 -08:00
2013-11-16 12:38:18 -08:00
2016-11-21 21:26:40 -08:00